Server data from the Official MCP Registry
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Remote endpoints: streamable-http: https://mcp.midasflow.ai/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-midasflowai-lab-midasflow-mcp-quickstart": {
"url": "https://mcp.midasflow.ai/mcp"
}
}
}From the project's GitHub README.
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.
https://mcp.midasflow.ai/mcphttps://mcp.midasflow.ai/v1https://mcp.midasflow.ai/v1/schemaA single Bearer-key feed of cross-exchange crypto market DATA, shaped for an LLM to reason over:
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'
claude mcp add --transport http midasflow https://mcp.midasflow.ai/mcp \
--header "Authorization: Bearer mf_live_YOUR_KEY"
See examples/claude_desktop_config.json. Add the midasflow block to your mcpServers and replace the key.
Point it at the remote Streamable-HTTP endpoint https://mcp.midasflow.ai/mcp with header Authorization: Bearer mf_live_YOUR_KEY.
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/BTCUSDT
| 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.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.