Loading MCP server directory, please wait...
MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
npx @getmcp/cli add io.github.codespar/mcp-coinbase-cdpRequires Node.js 18+. Community-contributed server. Review source before installing.
COINBASE_CDP_KEY_NAMECDP key id of the form organizations/<org>/apiKeys/<id>. Mint at https://portal.cdp.coinbase.com.
COINBASE_CDP_PRIVATE_KEYPEM-encoded ECDSA P-256 private key downloaded once at mint time from https://portal.cdp.coinbase.com. Pass the full PEM including BEGIN/END lines.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-coinbase-cdp": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-coinbase-cdp"
],
"env": {
"COINBASE_CDP_KEY_NAME": "",
"COINBASE_CDP_PRIVATE_KEY": ""
}
}
}
}