histo_minute
ActiveTool of Cryptocompare
declared in 0.1.0
Minute-granularity historical OHLC + volume for a crypto pair (BTC/USD, ETH/USDT, etc.) across major exchanges. Use for short-timeframe charting, intraday backtests, and tick-level analysis.
Parameters schema
{
"type": "object",
"examples": [
{
"fsym": "BTC",
"tsym": "USD",
"limit": 60
},
{
"fsym": "ETH",
"tsym": "USD",
"limit": 30,
"aggregate": 5
}
],
"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.50.
Parent server
Cryptocompare
https://github.com/pipeworx-io/mcp-cryptocompare
1/7 registries