You're viewing a demo portfolio

Join the waitlist
PRSM

crypto_prices

Active

Tool of Tiingo

declared in 0.1.0

Get crypto prices for a pair (open, high, low, close, volume) at a chosen resample frequency. Example: crypto_prices({ ticker: "btcusd", resampleFreq: "1day" })

Parameters schema

{
  "type": "object",
  "required": [
    "ticker"
  ],
  "properties": {
    "ticker": {
      "type": "string",
      "description": "Crypto pair ticker, e.g. \"btcusd\", \"ethusd\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key."
    },
    "resampleFreq": {
      "type": "string",
      "description": "Resample frequency, e.g. \"1min\", \"1hour\", \"1day\" (default \"1day\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tiingo

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

1/7 registries
View full server →