get_crypto_history
ActiveTool of crypto
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
crypto
https://github.com/pipeworx-io/mcp-crypto
2/7 registries