ShopifyQL MCP
A Model Context Protocol server for querying ShopifyQL.
Endpoint
Streamable HTTP:
/api/mcp?token=<MCP_AUTH_TOKEN>SSE (legacy):
/api/sse?token=<MCP_AUTH_TOKEN>Requests without a matching token query parameter are rejected with HTTP 401.
Tools
execute_shopifyql_query(query, domain)— run a ShopifyQL query against one of your authorized shops.list_authorized_domains()— list the shop domains the presented token may query.get_shopifyql_schema(source?)— return the bundled ShopifyQL catalog.