Data Collection
iturri.ai
Provides access to financial market data, including OHLCV candles, features, and market state labels, for quantitative analysis and algorithmic trading.
ENDPOINT 1
https://iturri.ai/mcp
MCP server metadata
- Name
- iturri-data
- Version
- 0.1.0
Data and tooling only — never trading signals or advice. Free: describe_catalog, plus the verdict tools audit_my_data / lookahead_check / survivorship_check (they judge YOUR data against the verified archive). Other tools are x402-priced — retry with payment in _meta["x402/payment"] after a PaymentRequired result. Subscriptions: buy via POST /api/subscribe (x402), then send 'Authorization: Bearer <token>' on /mcp requests — metered tools become free; build_bundle pack SKUs stay pay-per-sale.
Known tools 22
describe_catalogFree discovery: symbols, timeframes, ranges, pricing, quality legend.
Inferred read-onlyget_regime_labelDescriptive market-state label (trend/range × calm/vol quadrant) for the most recent completed bar at or before a timestamp.
Inferred read-onlyget_fundingPerp funding-rate settlement history from listing date (checksummed archive).
Inferred read-onlyget_open_interestOpen interest with per-row quality flags (verified archive + flagged bridge).
Inferred read-onlyget_long_shortPositioning ratios at 5-minute cadence from the checksummed venue archive (2020-09+): top-trader long/short by accounts and by position size, all-accounts long/short, taker buy/sell volume ratio.
Inferred read-onlyget_eventsCurated macro/crypto events (FOMC w/ surprise, halvings, incidents) in a range.
Inferred read-onlyget_orderflowTaker buy/sell imbalance, trade counts, quote volume (1h/1d via API; denser tiers in packs).
Potential side effectsvalidate_backtest_dataQuality report for a dataset spec before you backtest on it: coverage, per-bar quality distribution, gaps, and concrete warnings.
Inferred read-onlyaudit_my_dataFREE: submit YOUR OHLCV bars and get an accuracy verdict against the verified archive — score, worst windows, systematic-offset findings.
Inferred read-onlylookahead_checkFREE: submit backtest signals ({t, price}) and get an execution-feasibility verdict — impossible fills outside the bar's traded range, fills pinned at bar extremes (classic lookahead bias).
Inferred read-onlysurvivorship_checkFREE: submit a backtest universe + window and get a survivorship-bias verdict — which of your symbols died mid-window, and which delisted symbols we cover that your universe omits.
Inferred read-onlyget_insiderSEC Form 4 insider transactions as filed (80 symbols, since 2016): officer/director trades with shares, price, post-trade holdings.
Potential side effectsget_institutionalQuarterly 13F institutional aggregates (81 symbols): holders, shares, value + QoQ deltas from SEC DERA structured tables.
Inferred read-onlyget_funding_spreadHourly CEX-vs-DEX funding spread (67 symbols): Hyperliquid funding vs Binance 1h-equivalent, from HL genesis 2023-05.
Inferred read-onlyget_market_pulseFREE daily pulse across the catalog: regime flips, funding extremes, CEX-vs-DEX spread extremes, biggest daily moves.
Inferred read-onlyget_whats_newFREE: what the daily refresh changed — dataset windows extended vs ~7 days ago, new symbols and sections, freshness per asset class.
Inferred read-onlyget_quality_receiptsFREE public scoreboard: last 30 daily fresh-data audits (cross-venue in-band vs Coinbase, 1m->1h rebuild exactness, depth sanity) — failures included, not hidden.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.iturri-data]
url = "https://iturri.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iturri-data": {
"type": "http",
"url": "https://iturri.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iturri-data
Remote MCP URL: https://iturri.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"iturri-data": {
"url": "https://iturri.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iturri-data": {
"type": "http",
"url": "https://iturri.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iturri-data",
"transport": "streamable-http",
"url": "https://iturri.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for iturri.ai was fetched 2026-08-03T14:27:38.306Z and is being refreshed.
iturri.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.