Platform

Merchable MCP. Your merch operation, in any AI.

Connect Claude, ChatGPT, Cursor or any MCP-enabled agent to Merchable and run the whole merch journey from a conversation — upload artwork, create designs, preview products and launch a brand shop.

Get started No card required. No monthly fees.

One endpoint. Two ways in.

The Merchable MCP server speaks standard Model Context Protocol over HTTP. Sign in with OAuth from clients that support it, or use your account API key as a bearer token.

  • OAuth sign-in. Clients like Claude discover it automatically and walk you through connecting.
  • API keys for agents. register_account returns a mchp_ key — no dashboard visit required.
  • Scoped to your account. Every tool call runs against your own products, designs and shops.
Server details
Endpoint
https://app.merchable.co/mcp
Transport
Streamable HTTP (JSON-RPC)
Auth
OAuth 2.1 · Bearer mchp_…
Tools
35

Every step of the journey, as tools.

Account & keys

register_account · get_account · rotate_api_key

Catalogue

list_products · get_product — sizes, colours, placements and pricing.

Assets

upload_asset · list_assets · remove_background · upscale_asset · trim_asset

Designs

create_design · design elements · options · pricing · generate_previews and more.

Shops & selling

create_shop · publish_shop · themes · collections · add_design_to_shop

Orders

list_orders · get_order — watch sales land without leaving the chat.

1 Register 2 Upload your logo 3 Pick a product 4 Create a design 5 Preview it 6 Launch your shop

Add Merchable to your AI.

Claude

  1. Open Settings → Connectors on claude.ai or the desktop app.
  2. Choose Add custom connector.
  3. Paste the endpoint and sign in when prompted.
https://app.merchable.co/mcp

Claude Code

One command in your terminal, then run /mcp to sign in:

claude mcp add --transport http merchable \
  https://app.merchable.co/mcp

ChatGPT

  1. Open Settings → Connectors (enable Developer mode under Advanced if you don't see custom connectors).
  2. Choose Create and add the endpoint below.
  3. Authenticate, then use it in chats via Tools.
https://app.merchable.co/mcp

Cursor

Add to .cursor/mcp.json in your project (or the global config):

{
  "mcpServers": {
    "merchable": {
      "url": "https://app.merchable.co/mcp"
    }
  }
}

Any other MCP client or agent

Point any MCP-capable client or agent framework at the endpoint. For headless agents, pass your account API key as a bearer token — call register_account once to get one:

{
  "mcpServers": {
    "merchable": {
      "type": "http",
      "url": "https://app.merchable.co/mcp",
      "headers": { "Authorization": "Bearer mchp_your_api_key" }
    }
  }
}

Your next shop, one conversation away.

Connect your AI and go from logo to live store without leaving the chat.