Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Coinbase to access cryptocurrency prices, manage portfolios, and track transactions through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Coinbase
3
Authenticate with API Key
🎉 Your Coinbase MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
coinbase_get_prices | Get current prices of cryptocurrency from Coinbase |
coinbase_get_current_exchange_rate | Get current exchange rate of cryptocurrency from Coinbase |
coinbase_get_historical_prices | Get historical price data of cryptocurrency from Coinbase |
coinbase_get_accounts | List user’s Coinbase accounts |
coinbase_get_account_balance | Get balance for user’s account |
coinbase_get_transactions | Get transaction history for an account |
coinbase_get_portfolio_value | Get portfolio value for user’s accounts |
coinbase_get_product_details | Get product details of a cryptocurrency from Coinbase |
For more details about tool input schema, use the get_tools API.