Shopify Global Catalog MCP Adapter
Allows searching Shopify's global catalog via the search_catalog tool, using Shopify's Streamable HTTP MCP API with the required UCP agent profile.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shopify Global Catalog MCP AdapterSearch the catalog for wireless headphones under $100"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Shopify Global Catalog MCP Adapter
This Python service exposes a legacy SSE MCP endpoint that XiaoYi can register as a plugin. It translates the search_catalog call into Shopify's Streamable HTTP MCP request and always supplies Shopify's required UCP agent profile.
MCP endpoint
When deployed with MCP_TRANSPORT=sse, the MCP SDK exposes its legacy SSE endpoint at:
/sseRegister that full URL in XiaoYi, not Shopify's original endpoint.
Related MCP server: Clind MCP Server
Local setup
cd /Users/hanlufeng/Desktop/AI-INSIGHT-REPORT/Ceilia/shopify-global-catalog-mcp-adapter
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e ".[dev]"
pytestRun locally
For a local command-line MCP client:
python -m shopify_global_catalog_mcp_adapter.serverFor SSE HTTP mode:
MCP_TRANSPORT=sse PORT=8080 python -m shopify_global_catalog_mcp_adapter.serverDeploy to Cloud Run
Create a Cloud Run service from this directory using Buildpacks. Set the entrypoint to:
python -m shopify_global_catalog_mcp_adapter.serverSet environment variable:
MCP_TRANSPORT=sseAfter deployment, use:
https://YOUR-CLOUD-RUN-DOMAIN/ssein XiaoYi's MCP plugin configuration. The plugin should then load the search_catalog tool.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated6MIT
- Flicense-quality-maintenanceA Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.Last updated
- Alicense-qualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.Last updated3218MIT
- Alicense-qualityDmaintenanceProduction-grade MCP server for the Shopify Admin GraphQL API, exposing typed tools for AI agents to manage products, orders, customers, and more.Last updated16MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanluOMH/shopify-global-catalog-mcp-adapter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server