Onchain swap / trade API on Coinbase Developer Platform. Uses ES256 JWT (ECDSA P-256) โ distinct from Advanced Trade's HMAC keys. Endpoint set provisional; package skeleton pending.
$ npm install @codespar/mcp-coinbase-cdpAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"coinbase-cdp-trading": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-coinbase-cdp"
],
"env": {}
}
}
}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.
MCP is a protocol โ any framework that speaks it can mount this server.