You're viewing a demo portfolio

Join the waitlist
PRSM

get_crypto_price

Active

Tool of crypto

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

crypto

https://github.com/pipeworx-io/mcp-crypto

2/7 registries
View full server →