MCP Server
MCP
io.github.codespar/mcp-coinbase-cdp
MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-coinbase-cdp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CDP key id of the form organizations/<org>/apiKeys/<id>. Mint at https://portal.cdp.coinbase.com.",
"isRequired": true,
"format": "string",
"name": "COINBASE_CDP_KEY_NAME"
},
{
"description": "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.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "COINBASE_CDP_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment