About
Overview
The Coinbase MCP Server enables AI agents to interact with Coinbase's cryptocurrency platform. It provides tools for checking prices, managing wallets, viewing transaction history, and executing trades through the Coinbase API.
Capabilities
Tools & Capabilities
⚡get_prices
Get current cryptocurrency prices
⚡list_accounts
List wallet accounts
⚡get_transactions
Get transaction history
⚡send_money
Send cryptocurrency
⚡get_exchange_rates
Get exchange rates
Setup
Installation
bash
Install
npx -y @coinbase/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"coinbase": {
"command": "npx",
"args": ["-y", "@coinbase/mcp-server"],
"env": {
"COINBASE_API_KEY": "your-key",
"COINBASE_API_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcoinbase
LanguageTypeScript
StatusStable
Stars★ 120
Last UpdatedFeb 12, 2026