crypto_history
ActiveTool of crypto-prices-mcp
declared in 0.1.0
Historical price series for a coin. `days` = lookback in days (1, 7, 14, 30, 90, 180, 365, 'max'). `interval` may be 'daily' or 'hourly' (free tier daily-only beyond 90 days).
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
},
"vs": {
"type": "string",
"default": "usd"
},
"days": {
"type": "integer",
"default": 30
},
"interval": {
"enum": [
"daily",
"hourly"
],
"type": "string"
}
}
}Parent server
crypto-prices-mcp
https://github.com/guptaprakhariitr/crypto-prices-mcp
2/7 registries