Coinbase Exchange Rates
x402/coinbase-exchange-ratesExchange rates for a base currency against fiat and crypto from the public Coinbase API, no key. Returns the rate map for the base currency. For AI agents doing multi-currency conversion including crypto. [x402: $0.06/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"coinbase_exchange_rates": {
"url": "https://proxy.suverse.io/v1/data/suverse-coinbase-rates",
"transport": "http"
}
}
}