Skip to main content
Glama
hanluOMH

Shopify Global Catalog MCP Adapter

by hanluOMH

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:

/sse

Register 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]"
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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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