Shopify MCP
# Shopify MCP Serverless API The world's first comprehensive Model Context Protocol (MCP) implementation for Shopify, providing complete e-commerce functionality through AI-native interfaces. Build intelligent shopping assistants, automate store management, and create powerful e-commerce integrations with standardized MCP protocols. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications…
Shopify MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with organized Shopify tools. **Integration Path**: Web Applications & SaaS Platforms **Session Management**: Manual -… |
| GET |
getToolGroupsInfo /config |
Get information about available tool groups without creating a session. Useful for discovering what tool groups are available before configuration. |
| mcp | ||
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational and get service info with tool organization details. |
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication with enhanced tool organization. Uses the JSON-RPC 2.0 format for requests and responses. **Integration Paths**: -… |
| shopify | ||
| POST |
directShopifyPost /shopify |
RESTful endpoint for direct Shopify operations using POST method. Supports all Shopify operation types with comprehensive data in request body. **Integration Path**: Direct REST… |
| GET |
directShopifyGet /shopify |
RESTful endpoint for direct Shopify operations without using the MCP protocol. Supports all Shopify operation types through the 'type' parameter. **Integration Path**: Direct… |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics with tool organization info. |
Shopify MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1.99 / month | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $24.99 / month | — |
|
| MEGA | $79.99 / month | — |
|