← midasflow.ai

INDIVIDUAL MCP TOOL

get_orderbook

Live order-book snapshot for a symbol — bid/ask walls, book imbalance, spread — FOLDED with support/resistance levels (classic TA fused with cross-exchange book walls + Fibonacci) so you see resting liquidity AND the level map in one call.

midasflow.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

midasflow.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.midasflow-flow-api]
url = "https://mcp.midasflow.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "midasflow-flow-api": {
      "type": "http",
      "url": "https://mcp.midasflow.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: midasflow-flow-api
Remote MCP URL: https://mcp.midasflow.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": {
    "midasflow-flow-api": {
      "url": "https://mcp.midasflow.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "midasflow-flow-api": {
      "type": "http",
      "url": "https://mcp.midasflow.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "midasflow-flow-api",
  "transport": "streamable-http",
  "url": "https://mcp.midasflow.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_signals — Pull recent MidasFlow SignalEvent records (newest first).
  • score_symbol — CROWN data product: calibrated P(first TP1 before SL) band + coarse trade plan (TP ladder %, SL %, weights) for ONE symbol, FOLDED with a pre-trade feed-safety check (is the feed live/real-volume/fresh, no phantom ticks).
  • get_candles — Recent OHLCV candle bars for a symbol at a chosen timeframe — the raw price/volume history other tools are derived from.
  • get_flow — Per-symbol order-flow microstructure, grouped by `kind`.
  • get_heatmap — Liquidation-heatmap matrix for a symbol — price levels where leveraged positions cluster and are likely force-liquidated (price-magnet zones / liquidity pools).
  • get_context — Contextual market reads, grouped by `kind`.
  • get_whales — Large-player / forced-flow intel, grouped by `kind`.
  • get_market — Whole-market reads, grouped by `kind`.