McpMux
Back to Registry

Coinbase CDP (npx) MCP Server

Community

Contributed by Coinbase

Official Coinbase Developer Platform MCP server (from @coinbase/cdp-cli). Gives agents typed tool access to every CDP API endpoint - EVM/Solana accounts, onchain data, faucets, swaps, and the encode-sign-send pipeline. Tools are generated from the CDP OpenAPI spec, so new endpoints appear automatically.

About the Coinbase CDP (npx) MCP Server

The Coinbase CDP (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Official Coinbase Developer Platform MCP server (from @coinbase/cdp-cli). Gives agents typed tool access to every CDP API endpoint - EVM/Solana accounts, onchain data, faucets, swaps, and the encode-sign-send pipeline. Tools are generated from the CDP OpenAPI spec, so new endpoints appear automatically. This is a community-contributed MCP server by Coinbase.

Install the Coinbase CDP (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@coinbase/cdp-cli",
    "mcp"
  ],
  "env": {
    "CDP_KEY_ID": "${input:CDP_KEY_ID}",
    "CDP_KEY_SECRET": "${input:CDP_KEY_SECRET}",
    "CDP_WALLET_SECRET": "${input:CDP_WALLET_SECRET}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "CDP_KEY_ID",
        "label": "CDP API Key ID",
        "description": "Coinbase Developer Platform API key ID (the 'key id' / name portion). Create an API key in the CDP Portal under API keys.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "00000000-0000-0000-0000-000000000000",
        "obtain": {
          "url": "https://portal.cdp.coinbase.com/projects/api-keys",
          "instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Open your project and go to API keys\n3. Click 'Create API key'\n4. Copy the Key ID (and the Key Secret shown only once)",
          "button_label": "Create API Key"
        }
      },
      {
        "id": "CDP_KEY_SECRET",
        "label": "CDP API Key Secret",
        "description": "Secret for your CDP API key. Used to sign short-lived JWTs for every request. Shown only once at key creation time - store it securely.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "****************************************",
        "obtain": {
          "url": "https://portal.cdp.coinbase.com/projects/api-keys",
          "instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Open your project and go to API keys\n3. Click 'Create API key'\n4. Copy the Key Secret (displayed only once)",
          "button_label": "Create API Key"
        }
      },
      {
        "id": "CDP_WALLET_SECRET",
        "label": "CDP Wallet Secret (optional)",
        "description": "Wallet secret required only for account WRITE operations (create account, sign, send). Read-only API and onchain-data tools work without it. Generate it in the CDP Portal Server Wallet section.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "****************************************",
        "obtain": {
          "url": "https://portal.cdp.coinbase.com/products/server-wallet/accounts",
          "instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Go to Server Wallet > Accounts\n3. Click 'Generate Wallet Secret'\n4. Copy / download the wallet secret (needed only for write/sign/send operations)",
          "button_label": "Generate Wallet Secret"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

coinbasecryptoweb3paymentswalletblockchainevm

Supported AI Clients

The Coinbase CDP (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Coinbase CDP (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.