← iturri.ai

INDIVIDUAL MCP TOOL

get_orderflow

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

iturri.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://iturri.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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.
  • build_bundle — Signed URL for a dataset SKU.
  • 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.