MCP Coinbase Cdp runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
Today is the operative word: we check MCP Coinbase Cdp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-coinbase-cdp -- npx -y @codespar/mcp-coinbase-cdp
{
"mcpServers": {
"mcp-coinbase-cdp": {
"args": [
"-y",
"@codespar/mcp-coinbase-cdp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-coinbase-cdp]
command = "npx"
args = ["-y", "@codespar/mcp-coinbase-cdp"]
{
"mcpServers": {
"mcp-coinbase-cdp": {
"args": [
"-y",
"@codespar/mcp-coinbase-cdp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-coinbase-cdp": {
"args": [
"-y",
"@codespar/mcp-coinbase-cdp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
COINBASE_CDP_KEY_NAME (CDP key id of the form organizations/<org>/apiKeys/<id>. Mint at https://portal.cdp.coinbase.com.), COINBASE_CDP_PRIVATE_KEY (PEM-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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Circle — USDC payments, wallets, payouts, transfers
MCP server for Stone — open banking, payments, Pix, transfers
MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat
MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)
MCP server for Cielo — credit card, debit, boleto, recurrent payments
Evidence-traced codebase understanding and security scanning for AI agents over MCP.
Answers built from our own checks of this server.