Loading MCP server directory, please wait...
MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat
npx @getmcp/cli add io.github.codespar/mcp-coinbase-commerceRequires Node.js 18+. Community-contributed server. Review source before installing.
COINBASE_COMMERCE_API_KEYCoinbase Commerce API key. Create one at https://beta.commerce.coinbase.com/settings/security.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-coinbase-commerce": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-coinbase-commerce"
],
"env": {
"COINBASE_COMMERCE_API_KEY": "",
"COINBASE_COMMERCE_API_VERSION": "",
"COINBASE_COMMERCE_WEBHOOK_SECRET": ""
}
}
}
}