Agent Checkout for Claude Desktop
com.agentcheckoutapi/agent-checkout
AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.
client:Claude Desktop
transport:streamable-http
tools:8
Install Agent Checkout in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-checkout": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentcheckoutapi.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs