Shopify Catalog
Shopify's official MCP server that enables AI agents to provide native shopping experiences by integrating product search, cart management, and checkout functionality across hundreds of millions of products from Shopify's merchant ecosystem. The implementation provides three core tools: search_catalog for querying products with rich web components for inline previews, update_cart for managing a Universal Cart that aggregates items from multiple merchants, and seamless checkout integration through Checkout Kit that preserves merchant customizations while applying agent branding. Built with compliance requirements like GDPR, CCPA, and PCI DSS v4 in mind, it handles complex commerce scenarios including product variants, subscriptions, bundles, and cross-merchant transactions, making it valuable for AI applications that want to add shopping capabilities without building marketplace infrastructure or handling payment processing directly.
I/O
heuristic · beta该 skill 无 npm 包,暂用描述启发式推断 I/O;接入后可实测。
综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
Profitlee calculates ecommerce profit margins for Amazon FBA, FBM, and TikTok Shop, breaking down fees and providing scenario planning. The base profit calculation works without an API token; advanced scenario tools require a Profitlee Pro subscription.
This AIWerk integration connects AI agents to the Shopify Admin GraphQL API for managing products, orders, customers, and inventory with full read and write access. Configuration requires a Shopify store domain and Admin API app credentials. The server is installed locally via npm.
Hookwarden is a local MCP server that exposes a scan_handler tool for auditing webhook handler code. It checks signature-verification logic for correctness across 20+ providers including Stripe, GitHub, Shopify, and Twilio, returning a three-state verdict without sending any data off-machine. The underlying engine is pure-functional with no I/O or network calls, making results fully deterministic and reproducible across CI, CLI, and MCP environments.