Server URL:
https://merchantops-mcp.fly.dev/mcp · Transport:
Streamable HTTP · Auth: OAuth 2.1 (sign in with your MerchantOps
account)Connect
- Claude Desktop
- Claude Code
- ChatGPT
Authentication & access
The server authenticates you with OAuth using your MerchantOps account — there are no API keys to create or manage. Access is scoped to your organization automatically, and the server is read-only, so connecting it is safe: it can answer catalog questions but cannot change data.Available tools
All tools are read-only and scoped to the authenticated member’s organization.| Tool | What it does |
|---|---|
whoami | Confirm the authenticated principal and organization |
list_products | List catalog products (up to 50) |
search_products | Typeahead search by name, brand, or key |
get_product | Get a single product (latest version) by key |
list_product_types | List product types / templates (up to 100) |
get_product_publish_status | Draft / live / changed status + per-target chips |
get_product_variant_options | Colors / sizes / widths with value counts |
get_product_pricing | Current and upcoming price records per variant |
Example prompts
Troubleshooting
The browser sign-in doesn't complete / tools don't appear
The browser sign-in doesn't complete / tools don't appear
Make sure pop-ups/redirects aren’t blocked, then retry the connection. In
Claude Code, re-run
/mcp and re-authenticate. MCP clients cache the tool
list — fully reconnect the connector to pick up changes.Tools return empty results
Tools return empty results
Results are scoped to your organization. Run
whoami to verify you’re signed
in as the expected member and org. If the org is wrong, sign out of the
connector and reconnect with the right account.Connection rejected
Connection rejected
Confirm the URL is exactly
https://merchantops-mcp.fly.dev/mcp (with the
/mcp path). If problems persist, contact your MerchantOps admin.