MCP Server

One endpoint, every store

Connect your AI agent to the AgentCheckout MCP server. It can discover stores, search products, check discounts, and complete checkouts — all through one protocol.

https://api-production-8d20.up.railway.app/api/mcp
Available Tools

What your agent can do

list_storesDiscover all agent-enabled stores on the network
search_productsSearch a store's catalog with inline product images
get_product_detailsGet full product info including all variants and pricing
search_discountsFind active discount codes and automatic promotions
create_checkoutStart a checkout session with items and buyer info
get_checkout_statusCheck the status of any checkout or order

Agent payments are coming soon. We're working with payment providers to let agents complete purchases directly.

Setup

Connect in 30 seconds

Claude Desktop

Download the extension file above, or add to your config:

{ "mcpServers": { "shopagent": { "command": "npx", "args": ["-y", "mcp-remote", "https://api-production-8d20.up.railway.app/api/mcp"] } } }

Claude Code

Add to your project's .mcp.json:

{ "mcpServers": { "shopagent": { "type": "url", "url": "https://api-production-8d20.up.railway.app/api/mcp" } } }

ChatGPT (GPT Actions)

Import the OpenAPI spec when creating a custom GPT:

https://api-production-8d20.up.railway.app/api/directory/openapi.json

Any MCP Client

Point your MCP client at:

https://api-production-8d20.up.railway.app/api/mcp

Your agent is one connection away from every store.

Download for Claude Desktop