You're viewing a demo portfolio

Join the waitlist
PRSM

crypto_history

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

crypto-prices-mcp

https://github.com/guptaprakhariitr/crypto-prices-mcp

2/7 registries
View full server →
crypto_history — crypto-prices-mcp — PRSM MCP