mcp-midasflow
OfficialProvides a Telegram bot for human users to access the same market data and signals.
MidasFlow Flow API — MCP Quickstart
Agent-native crypto market-data feed for AI agents and LLMs. Connect Claude, ChatGPT, Cursor, or any MCP-compatible agent to cross-exchange order flow, whale prints, liquidations, derivatives context, anomaly/squeeze detection, and calibrated P(TP1) scores — over a native Model Context Protocol (MCP) server or plain REST, with one Bearer key.
⚠️ Market DATA, not financial advice. And not the Flow (FLOW) blockchain — this is MidasFlow Flow API.
MCP server:
https://mcp.midasflow.ai/mcpREST base:
https://mcp.midasflow.ai/v1Keyless schema (self-describing, no auth):
https://mcp.midasflow.ai/v1/schemaGet a key: https://midasflow.ai/app/ (free tier — 200 units/day)
What it gives an agent
A single Bearer-key feed of cross-exchange crypto market DATA, shaped for an LLM to reason over:
Order flow — CVD, cross-exchange flow origin (where the aggression actually comes from)
Whale prints + multi-exchange liquidations + liquidation heatmap
Derivatives context — funding, open interest, basis
Anomalies, squeeze proximity, regime/phase context, support/resistance, sweeps
Calibrated P(TP1) scores + structured trade plans (size by expectancy, not vibes)
Realized track-record / accuracy feeds (honest win-rate with confidence bounds)
The agent discovers the full, current tool + field set itself from the keyless schema — no hardcoded parser to break:
curl -s https://mcp.midasflow.ai/v1/schema | jq '.tiers, .endpoints[].path'Related MCP server: 0xarchive-mcp
Connect
Claude Code / CLI (remote MCP)
claude mcp add --transport http midasflow https://mcp.midasflow.ai/mcp \
--header "Authorization: Bearer mf_live_YOUR_KEY"Claude Desktop (config)
See examples/claude_desktop_config.json. Add the midasflow block to your mcpServers and replace the key.
Any MCP client
Point it at the remote Streamable-HTTP endpoint https://mcp.midasflow.ai/mcp with header Authorization: Bearer mf_live_YOUR_KEY.
REST (no MCP client needed)
See examples/rest_quickstart.sh:
# whole-market context (cheap), then a per-symbol calibrated score
curl -s -H "Authorization: Bearer mf_live_YOUR_KEY" https://mcp.midasflow.ai/v1/market
curl -s -H "Authorization: Bearer mf_live_YOUR_KEY" https://mcp.midasflow.ai/v1/score/BTCUSDTTiers (agent / API — daily weighted units)
Tier | Price | Units/day | Notes |
Free | $0 | 200 | feed ~15 min lagged; great for poking the schema |
PRO | $49/mo | 750 | real-time |
VIP | $99/mo | 1,500 | real-time + raw PUMP + per-signal edge band |
Prime | $199/mo | 8,500 | model scores + MFBreakout |
Apex | $399/mo | 16,600 | everything + priority rate-limit / queue |
Each tier also includes the human-facing Telegram bot. A "unit" is a weighted cost (context calls ~1, heavy crown calls up to ~12); see GET /v1/usage for live weights.
License
The sample code in this repo is MIT (see LICENSE). The MidasFlow Flow API service itself is proprietary / commercial.
MidasFlow Flow API — market DATA for AI agents. Founded 2022. Not financial advice; not the Flow (FLOW) blockchain.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceReal-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.Last updated
- AlicenseAqualityBmaintenanceMCP server for querying historical and real-time crypto market data across Hyperliquid, Hyperliquid HIP-3, and Lighter.xyz - orderbooks, trades, candles, funding, open interest, liquidations, and data quality metrics.Last updated1003211MIT
- AlicenseAqualityCmaintenanceReal-time institutional crypto & equity orderflow intelligence. Detects BUY/SELL pressure from live Binance L2 orderbook and aggressive trade feeds for any USDT pair or US equity.Last updated102MIT
- AlicenseBqualityCmaintenanceCross-exchange crypto orderflow for AI agents. 20 exchanges, 26 tokens, 9 tools — CVD, whale activity, funding/OI, 7-year OHLCV, on-chain address risk (EVM + Solana). Pay-per-call USDC via x402, no API key.Last updated991MIT
Related MCP Connectors
Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.
Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply.
No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/midasflowai-lab/midasflow-mcp-quickstart'
If you have feedback or need assistance with the MCP directory API, please join our Discord server