Analytics
midasflow.ai
Provides financial market data including signals, symbol scoring, candles, orderbook, and order flow for trading analysis.
ENDPOINT 1
https://mcp.midasflow.ai/mcp
MCP server metadata
- Name
- MidasFlow Flow API
- Version
- 1.28.0
MidasFlow Flow API — crypto market DATA / analytics, NOT financial advice. Recommended workflow: (1) get_accuracy → realized first-TP win-rate per source family; (2) feed a bucket's win-rate + average win/loss into calc_ev → expected value; (3) get_signals for the live feed. account shows your tier and remaining daily quota — self-throttle by it. Win-rate frame = P(price hit TP1 before SL), NOT realized PnL after fees. The confidence field is `model_confidence` (raw model score, NOT P(win); `prob` is a deprecated alias).
Known tools 14
score_symbolCROWN 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).
Potential side effectsget_candlesRecent OHLCV candle bars for a symbol at a chosen timeframe — the raw price/volume history other tools are derived from.
Inferred read-onlyget_orderbookLive 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.
Inferred read-onlyget_heatmapLiquidation-heatmap matrix for a symbol — price levels where leveraged positions cluster and are likely force-liquidated (price-magnet zones / liquidity pools).
Inferred read-onlyget_accuracyRealized track-record (proof of edge, forward-only, Wilson-bounded), grouped by `kind`.
Inferred read-onlybacktestLAB / RESEARCH tool — replay an arbitrary {symbol, entry, tp, sl} setup over MidasFlow's 1m candle history and get its historical P(TP1-before-SL) + EV, in the canonical first-touch TP1 frame (same frame as get_accuracy).
Inferred read-onlyanalyzeLAB / RESEARCH tool — the full MidasFlow AI-Analyst report for a symbol: a synthesized narrative fusing flow, derivatives, levels, regime and signal context into a human-readable read RIGHT NOW.
Inferred read-onlycalc_evLAB tool — pure local expected-value calculator over a win-rate and average win/loss percentages.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for midasflow.ai was fetched 2026-08-21T16:25:37.489Z and is being refreshed.
midasflow.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.