You're viewing a demo portfolio

Join the waitlist
PRSM

histo_minute

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Cryptocompare

https://github.com/pipeworx-io/mcp-cryptocompare

1/7 registries
View full server →
histo_minute — Cryptocompare — PRSM MCP