Skip to main content
The MerchantOps MCP server is a remote, read-only Model Context Protocol server. Connect it to an MCP client (Claude Desktop or Claude Code) and ask questions about your catalog in natural language — products, variants, pricing, and publish status. All access is scoped to your organization via OAuth; the server performs no writes.
Server URL: https://merchantops-mcp.fly.dev/mcp  ·  Transport: Streamable HTTP  ·  Auth: OAuth 2.1 (sign in with your MerchantOps account)

Connect

1

Open connector settings

Settings → Connectors → Add custom connector.
2

Add the server

Name it MerchantOps and enter the URL:
https://merchantops-mcp.fly.dev/mcp
3

Authenticate

Click Connect. A browser window opens to sign in with your MerchantOps account and authorize access. After consent you’re returned to Claude and the MerchantOps tools appear.

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.
After connecting, ask Claude to run whoami to confirm which account and organization it’s operating as.

Available tools

All tools are read-only and scoped to the authenticated member’s organization.
ToolWhat it does
whoamiConfirm the authenticated principal and organization
list_productsList catalog products (up to 50)
search_productsTypeahead search by name, brand, or key
get_productGet a single product (latest version) by key
list_product_typesList product types / templates (up to 100)
get_product_publish_statusDraft / live / changed status + per-target chips
get_product_variant_optionsColors / sizes / widths with value counts
get_product_pricingCurrent and upcoming price records per variant

Example prompts

Search my catalog for "clifton 10" and show the product details.
What colors and sizes does product 1000047719 come in?
Is product 1000047719 published, and where?
What's the current and upcoming pricing for that product?

Troubleshooting

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.
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.
Confirm the URL is exactly https://merchantops-mcp.fly.dev/mcp (with the /mcp path). If problems persist, contact your MerchantOps admin.