Coinbase AgentKit MCP
Local · stdioCoinbase AgentKit is the Coinbase Developer Platform's official toolkit for on-chain AI agent operations, framework-agnostic. Its MCP extension, @coinbase/agentkit-model-context-protocol, assembles tools from action providers: a managed CDP wallet, token transfers, testnet funding. This is NOT Coinbase exchange trading — operations run directly on-chain. Authenticated with a CDP Secret API Key.
Why this server
- A managed CDP wallet out of the box — the agent never has to generate blockchain keys itself
- Framework-agnostic: the same action providers work with LangChain, the Vercel AI SDK and MCP
- Testnet by default: request_faucet_funds tops up the wallet with no real money involved
- Action providers plug in one at a time — from basic transfers to DeFi protocols
Usage examples
Prompt: Fund my testnet wallet and show me the balance
Result: request_faucet_funds topped up the wallet with testnet ETH, and get_wallet_details returned the address and current balance.
Prompt: Transfer 0.01 ETH to address 0x9F…4d
Result: native_transfer executed the transfer from the managed wallet and returned the transaction hash.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.