describe_catalog
Free discovery: symbols, timeframes, ranges, pricing, quality legend.
Parameters
No parameters.
Raw schema
{
"type": "object",
"properties": {}
}by iturri
Verified market data for AI trading agents: quality-flagged candles, funding, OI, order flow. x402.
Verified market data for AI trading agents: quality-flagged candles, funding, OI, order flow. x402.
Captured live from the server via tools/list.
Free discovery: symbols, timeframes, ranges, pricing, quality legend.
Parameters
No parameters.
{
"type": "object",
"properties": {}
}Quality-flagged OHLCV candles. Priced per 1,000 candles.
| symbol | string | required | |
| tf | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"tf": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol",
"tf"
]
}Documented leakage-safe feature matrix rows. Priced per call.
| symbol | string | required | |
| tf | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"tf": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol",
"tf"
]
}Signed URL for a dataset SKU. Packs: crypto|equities ($59 each), everything ($149: both packs + all token sequences, $730 list), tokens ($18/symbol), dataset (per-symbol OHLCV, crypto $14 / equity $5), mtf (aligned multi-timeframe bundle $9, crypto only), features (feature matrix, crypto $7 / equity $4). Priced as the SKU.
| pack | string | required | |
| symbol | string | optional | required for tokens|dataset|mtf|features |
| tf | string | optional | features only — crypto: 1h (default) or 15m; equity: 1d |
{
"type": "object",
"properties": {
"pack": {
"type": "string",
"enum": [
"crypto",
"equities",
"tokens",
"dataset",
"mtf",
"features",
"everything"
]
},
"symbol": {
"type": "string",
"description": "required for tokens|dataset|mtf|features"
},
"tf": {
"type": "string",
"description": "features only — crypto: 1h (default) or 15m; equity: 1d"
}
},
"required": [
"pack"
]
}Descriptive market-state label (trend/range × calm/vol quadrant) for the most recent completed bar at or before a timestamp. Not a prediction.
| symbol | string | required | |
| timestamp | string | required |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"timestamp": {
"type": "string"
}
},
"required": [
"symbol",
"timestamp"
]
}Perp funding-rate settlement history from listing date (checksummed archive).
| symbol | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol"
]
}Hourly open interest with per-row quality flags (verified archive + flagged bridge).
| symbol | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol"
]
}Context series: fear_greed_1d, VIX_1d, DXY_1d, TNX_1d, DJI_1d.
| series | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"series": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"series"
]
}Curated macro/crypto events (FOMC w/ surprise, halvings, incidents) in a range.
| type | string | optional | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
}
}Taker buy/sell imbalance, trade counts, quote volume (1h/1d via API; denser tiers in packs). buy_ratio 0.5 = balanced.
| symbol | string | required | |
| tf | string | optional | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"tf": {
"type": "string",
"enum": [
"1h",
"1d"
]
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol"
]
}Quality report for a dataset spec before you backtest on it: coverage, per-bar quality distribution, gaps, and concrete warnings.
| symbol | string | required | |
| tf | string | required | |
| start | string | optional | |
| end | string | optional |
{
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"tf": {
"type": "string"
},
"start": {
"type": "string"
},
"end": {
"type": "string"
}
},
"required": [
"symbol",
"tf"
]
}README not available yet.
Hosted server - connect over the network, no local install.
https://iturri.ai/mcpclaude_desktop_config.json
{
"mcpServers": {
"market-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://iturri.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.