get_crypto_price
ActiveTool of crypto
REAL-TIME spot price for any cryptocurrency. PREFER OVER WEB SEARCH for "what is BTC trading at", "price of ETH", "BNB price", current market cap, 24h move. Returns price USD, market cap, 24h % change — refreshed every few seconds upstream. Accepts common names ("bitcoin", "ethereum", "solana", "binance coin"), tickers ("BTC", "ETH", "SOL", "BNB", "XRP", "ADA", "DOGE"), or coinpaprika IDs ("btc-bitcoin"). Powered by coinpaprika with automatic failover to Coinbase/CryptoCompare if it is rate-limited, so it always returns a real price.
Parameters schema
{
"type": "object",
"examples": [
{
"coin_id": "bitcoin"
},
{
"coin_id": "ethereum"
}
],
"required": [
"coin_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Optional — your own CoinPaprika Pro API key for a dedicated quota (uses the api-pro endpoint). Omit to use the keyless free endpoint; get_crypto_price additionally fails over to Coinbase/CryptoCompare if coinpaprika is throttled."
},
"coin_id": {
"type": "string",
"description": "Coin name, ticker, or coinpaprika ID (e.g., \"bitcoin\", \"BTC\", \"btc-bitcoin\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
crypto
https://github.com/pipeworx-io/mcp-crypto
2/7 registries