/
Bridge AI — the remote MCP server for your Shopify store.
Model Context Protocol server exposing one endpoint per Shopify store to any MCP-capable client: products, orders, pages, themes and a full Admin GraphQL read passthrough. OAuth 2.1 with PKCE and Client ID Metadata Documents, or a static bearer key. Two gates on every tool: the scope you approved for that client, and what your Custom App granted. Read-only — every mutation is refused and journaled.
Add this MCP server to your Claude Code config, or use the CLI command below.
Append to ~/.claude/mcp.json (or your platform's MCP registry).
{
"mcpServers": {
"boostecom-mcp": {
"type": "http",
"url": "https://boostecom.app"
}
}
}claude mcp add boostecom-mcp https://boostecom.app
No reviews yet: be the first to share your experience.
Apply to be listed in the BoostEcom marketplace. Review takes one business day.