Shopify Global Catalog Adapter
FreeNot checkedThis MCP server bridges XiaoYi to Shopify's catalog search by translating SSE requests to Streamable HTTP and providing the required UCP agent profile, enabling
About
This MCP server bridges XiaoYi to Shopify's catalog search by translating SSE requests to Streamable HTTP and providing the required UCP agent profile, enabling the search_catalog tool.
README
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:
/sse
Register that full URL in XiaoYi, not Shopify's original endpoint.
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]"
pytest
Run locally
For a local command-line MCP client:
python -m shopify_global_catalog_mcp_adapter.server
For SSE HTTP mode:
MCP_TRANSPORT=sse PORT=8080 python -m shopify_global_catalog_mcp_adapter.server
Deploy to Cloud Run
Create a Cloud Run service from this directory using Buildpacks. Set the entrypoint to:
python -m shopify_global_catalog_mcp_adapter.server
Set environment variable:
MCP_TRANSPORT=sse
After deployment, use:
https://YOUR-CLOUD-RUN-DOMAIN/sse
in XiaoYi's MCP plugin configuration. The plugin should then load the search_catalog tool.
Installing Shopify Global Catalog Adapter
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/hanluOMH/shopify-global-catalog-mcp-adapterFAQ
Is Shopify Global Catalog Adapter MCP free?
Yes, Shopify Global Catalog Adapter MCP is free — one-click install via Unyly at no cost.
Does Shopify Global Catalog Adapter need an API key?
No, Shopify Global Catalog Adapter runs without API keys or environment variables.
Is Shopify Global Catalog Adapter hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Shopify Global Catalog Adapter in Claude Desktop, Claude Code or Cursor?
Open Shopify Global Catalog Adapter on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Shopify Global Catalog Adapter with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
