streamable-httpMITupdated 2mo ago
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.
What can you do with midasflow mcp quickstart?
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/mcp - REST base:
https://mcp.midasflow.ai/v1 - Keyless schema (self-describing, no auth):
https://mcp.midasflow.ai/v1/schema - Docs: https://midasflow.ai/docs/api
- Get 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'
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/BTCUSDT
Tiers (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.
Install
Add midasflow mcp quickstart to your client. Pick the one you use.
claude mcp add --transport http midasflow-mcp-quickstart https://mcp.midasflow.ai/mcpcodex mcp add midasflow-mcp-quickstart --url https://mcp.midasflow.ai/mcp{
"mcpServers": {
"midasflow-mcp-quickstart": {
"url": "https://mcp.midasflow.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"midasflow-mcp-quickstart": {
"type": "http",
"url": "https://mcp.midasflow.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"midasflow-mcp-quickstart": {
"url": "https://mcp.midasflow.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"midasflow-mcp-quickstart": {
"serverUrl": "https://mcp.midasflow.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 64 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint ā no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 29, 2026 |