← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-coinbase-commerce

github By github 👁 1 views ▲ 0 votes

MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-coinbase-commerce",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Coinbase Commerce API key. Create one at https://beta.commerce.coinbase.com/settings/security.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "COINBASE_COMMERCE_API_KEY"
        },
        {
          "description": "Coinbase Commerce API version pin (X-CC-Version header). Defaults to 2018-03-22.",
          "format": "string",
          "name": "COINBASE_COMMERCE_API_VERSION"
        },
        {
          "description": "Shared secret used to verify X-CC-Webhook-Signature on incoming webhooks. Only required for the verify_webhook_signature tool.",
          "format": "string",
          "isSecret": true,
          "name": "COINBASE_COMMERCE_WEBHOOK_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...