Skip to content
Claude Desktop

agent commerce protocol mcp for Claude Desktop

io.github.csoai-org/agent-commerce-protocol-mcp

Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments

client:Claude Desktop transport:streamable-http runtime:pypi

Install agent commerce protocol mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-commerce-protocol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.meok.ai/v1/a2a/agent-commerce-protocol"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agent commerce protocol mcp in other clients