← Registry

Data Collection

iturri.ai

Provides access to financial market data, including OHLCV candles, features, and market state labels, for quantitative analysis and algorithmic trading.

x402 supported1 endpoint22 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://iturri.ai/mcp

No auth detected

MCP server metadata

Name
iturri-data
Version
0.1.0
Capabilities
tools
Server instructions

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_catalog

Free discovery: symbols, timeframes, ranges, pricing, quality legend.

Inferred read-only
get_bars

Quality-flagged OHLCV candles.

Inferred read-only
get_features

Documented leakage-safe feature matrix rows.

Inferred read-only
build_bundle

Signed URL for a dataset SKU.

Inferred read-only
get_regime_label

Descriptive market-state label (trend/range × calm/vol quadrant) for the most recent completed bar at or before a timestamp.

Inferred read-only
get_funding

Perp funding-rate settlement history from listing date (checksummed archive).

Inferred read-only
get_open_interest

Open interest with per-row quality flags (verified archive + flagged bridge).

Inferred read-only
get_long_short

Positioning 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-only
get_context

Context series: fear_greed_1d, VIX_1d, DXY_1d, TNX_1d, DJI_1d.

Inferred read-only
get_events

Curated macro/crypto events (FOMC w/ surprise, halvings, incidents) in a range.

Inferred read-only
get_orderflow

Taker buy/sell imbalance, trade counts, quote volume (1h/1d via API; denser tiers in packs).

Potential side effects
validate_backtest_data

Quality report for a dataset spec before you backtest on it: coverage, per-bar quality distribution, gaps, and concrete warnings.

Inferred read-only
audit_my_data

FREE: submit YOUR OHLCV bars and get an accuracy verdict against the verified archive — score, worst windows, systematic-offset findings.

Inferred read-only
lookahead_check

FREE: 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-only
survivorship_check

FREE: 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-only
get_fundamentals

Point-in-time SEC XBRL fundamentals (80 filers, incl.

Inferred read-only
get_insider

SEC Form 4 insider transactions as filed (80 symbols, since 2016): officer/director trades with shares, price, post-trade holdings.

Potential side effects
get_institutional

Quarterly 13F institutional aggregates (81 symbols): holders, shares, value + QoQ deltas from SEC DERA structured tables.

Inferred read-only
get_funding_spread

Hourly CEX-vs-DEX funding spread (67 symbols): Hyperliquid funding vs Binance 1h-equivalent, from HL genesis 2023-05.

Inferred read-only
get_market_pulse

FREE daily pulse across the catalog: regime flips, funding extremes, CEX-vs-DEX spread extremes, biggest daily moves.

Inferred read-only
get_whats_new

FREE: what the daily refresh changed — dataset windows extended vs ~7 days ago, new symbols and sections, freshness per asset class.

Inferred read-only
get_quality_receipts

FREE 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-only

CONNECT 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.

Trust status Neutral

iturri.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.