Connect Your AI Agent
Use the Model Context Protocol (MCP) to let any AI agent shop across all AgentCheckout-enabled stores.
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 networksearch_productsSearch a store's catalog with inline product imagesget_product_detailsGet full product info including all variants and pricingsearch_discountsFind active discount codes and automatic promotionscreate_checkoutStart a checkout session with items and buyer infoget_checkout_statusCheck the status of any checkout or orderAgent 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