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
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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.
  • A
    license
    Not graded
    quality
    F
    maintenance
    A comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.
    34
    18
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Production-grade MCP server for the Shopify Admin GraphQL API, exposing typed tools for AI agents to manage products, orders, customers, and more.
    31
    MIT

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.

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

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