Documentation
Integrate your agent with AgentCheckout-enabled stores.
Copy this prompt into Claude, ChatGPT, or your favorite AI assistant.
I want to shop online using AgentCheckout. Connect to the AgentCheckout MCP server at https://api-production-8d20.up.railway.app/api/mcp and help me find the best products across all stores. Search catalogs, show me images and prices, check for discounts, and help me pick the best deals.API Endpoints
All API endpoints are free to use. A flat 1% commission applies only when an agent completes a purchase.
Search Products
Full-text search across a store’s product catalog. Returns matching products with variants, images, and pricing.
POST /apps/shopagent/api/products/searchGet Product Details
Fetch full details for a product by its handle. Includes all variants, availability, and pricing.
GET /apps/shopagent/api/products/:handleDiscovery
AgentCheckout stores broadcast capabilities via well-known URLs. Your agent discovers stores without prior configuration — like search engines discover robots.txt.
Authentication
Transactional endpoints require a Bearer token. Stores provide an API key on plugin install. Discovery endpoints are public.
MCP Server
For agents supporting the Model Context Protocol, a full MCP server exposes shopping tools directly. Any MCP-compatible agent can connect and shop all stores on the network.
Connect Your Agent
To connect an AI agent to the AgentCheckout network, add this MCP server configuration. Once connected, the agent can discover and shop any store on the network automatically.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to your project's .mcp.json:
Point your MCP client at:
Or ask your AI agent: "Connect to the AgentCheckout MCP server at https://api-production-8d20.up.railway.app/api/mcp so I can shop online."
Pricing
All API access is free. A flat 1% commission is applied only when an agent completes a purchase. No subscriptions, no per-call fees, no minimums.