← iturri.ai

INDIVIDUAL MCP TOOL

build_bundle

Signed URL for a dataset SKU.

iturri.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://iturri.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for build_bundle and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

iturri.ai

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.

Related tools

  • describe_catalog — Free discovery: symbols, timeframes, ranges, pricing, quality legend.
  • get_bars — Quality-flagged OHLCV candles.
  • get_features — Documented leakage-safe feature matrix rows.
  • get_regime_label — Descriptive market-state label (trend/range × calm/vol quadrant) for the most recent completed bar at or before a timestamp.
  • get_funding — Perp funding-rate settlement history from listing date (checksummed archive).
  • get_open_interest — Open interest with per-row quality flags (verified archive + flagged bridge).
  • 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.
  • get_context — Context series: fear_greed_1d, VIX_1d, DXY_1d, TNX_1d, DJI_1d.