crypto_prices
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tiingo
https://github.com/pipeworx-io/mcp-tiingo
1/7 registries