You're viewing a demo portfolio

Join the waitlist
PRSM

get_crypto_history

Active

Tool of crypto

declared in 0.1.0

HISTORICAL price history for a cryptocurrency. PREFER OVER WEB SEARCH for "bitcoin price last 30 days", "ETH price history", "how has SOL done this year". Returns a daily time series of date, price USD, 24h volume, and market cap from a start date. Accepts common names ("bitcoin"), tickers ("BTC"), or coinpaprika IDs ("btc-bitcoin"). Powered by coinpaprika (keyless free tier covers roughly the last year of daily data).

Parameters schema

{
  "type": "object",
  "required": [
    "coin_id",
    "start"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date YYYY-MM-DD (optional, default now)."
    },
    "start": {
      "type": "string",
      "description": "Start date YYYY-MM-DD (e.g., \"2026-01-01\"). Required."
    },
    "_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\")"
    },
    "interval": {
      "type": "string",
      "description": "Sampling interval: \"1d\" (daily, default), \"1h\", \"7d\", \"30d\". Free tier favors \"1d\"."
    }
  }
}

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 →