histo_hour
ActiveTool of Cryptocompare
declared in 0.1.0
Hourly historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.). Use for medium-timeframe crypto charting, swing-trading analysis, multi-day backtests.
Parameters schema
{
"type": "object",
"examples": [
{
"fsym": "BTC",
"tsym": "USD",
"limit": 24
},
{
"fsym": "ETH",
"tsym": "USD",
"limit": 168
}
],
"required": [
"fsym",
"tsym"
],
"properties": {
"e": {
"type": "string"
},
"fsym": {
"type": "string"
},
"toTs": {
"type": "number"
},
"tsym": {
"type": "string"
},
"limit": {
"type": "number"
},
"aggregate": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cryptocompare
https://github.com/pipeworx-io/mcp-cryptocompare
1/7 registries