Exchange / treasury API: list accounts, place + cancel orders (market/limit), fills, transaction summary, portfolios. Distinct from Coinbase Commerce (merchant gateway) and CDP (onchain wallets). Uses legacy HMAC keys minted from coinbase.com/settings/api.
$ npm install @codespar/mcp-coinbaseAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"coinbase": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-coinbase"
],
"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.