Skip to main content
CO

Coinbase CDP Wallets

v0.1.0JWT-ECDSA

Smart Wallets / Embedded Wallets / MPC on Coinbase Developer Platform. Create wallets, list balances, transfer onchain. ES256 JWT auth shares one CDP key with the Trading + Payments products.

7 tools0 env vars๐ŸŒ GLOBALstable on npm

Install

terminal
$ npm install @codespar/mcp-coinbase-cdp

Quickstart

Add this entry to your claude_desktop_config.json (or any MCP-compatible client config).

claude_desktop_config.json
{
  "mcpServers": {
    "coinbase-cdp-wallets": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coinbase-cdp"
      ],
      "env": {}
    }
  }
}

Available tools ยท 0

Each tool is independent โ€” your agent loads only what it needs to reduce context and response time.

Tool list is being indexed. Check the source on GitHub in the meantime.

Compatible frameworks

MCP is a protocol โ€” any framework that speaks it can mount this server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Any MCP clientProtocol

Frequently asked questions

All credentials are encrypted at rest in an isolated vault scoped per organization. OAuth2 tokens are automatically refreshed before expiry. Your agent code never sees raw secrets โ€” it receives scoped, short-lived session tokens.
Servers โ€” Every LatAm commerce API your agent needs | CodeSpar