{
  "markdown": "# MidasFlow Flow API — MCP Quickstart\n\nAgent-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.\n\n> ⚠️ **Market DATA, not financial advice.** And **not** the Flow (FLOW) blockchain — this is **MidasFlow** Flow API.\n\n- **MCP server:** `https://mcp.midasflow.ai/mcp`\n- **REST base:** `https://mcp.midasflow.ai/v1`\n- **Keyless schema (self-describing, no auth):** `https://mcp.midasflow.ai/v1/schema`\n- **Docs:** https://midasflow.ai/docs/api\n- **Get a key:** https://midasflow.ai/app/  (free tier — 200 units/day)\n\n---\n\n## What it gives an agent\n\nA single Bearer-key feed of cross-exchange crypto market DATA, shaped for an LLM to reason over:\n\n- **Order flow** — CVD, cross-exchange flow origin (where the aggression actually comes from)\n- **Whale prints + multi-exchange liquidations + liquidation heatmap**\n- **Derivatives context** — funding, open interest, basis\n- **Anomalies, squeeze proximity, regime/phase context, support/resistance, sweeps**\n- **Calibrated P(TP1) scores + structured trade plans** (size by expectancy, not vibes)\n- **Realized track-record / accuracy feeds** (honest win-rate with confidence bounds)\n\nThe agent discovers the full, current tool + field set itself from the **keyless schema** — no hardcoded parser to break:\n\n```bash\ncurl -s https://mcp.midasflow.ai/v1/schema | jq '.tiers, .endpoints[].path'\n```\n\n---\n\n## Connect\n\n### Claude Code / CLI (remote MCP)\n\n```bash\nclaude mcp add --transport http midasflow https://mcp.midasflow.ai/mcp \\\n  --header \"Authorization: Bearer mf_live_YOUR_KEY\"\n```\n\n### Claude Desktop (config)\n\nSee [`examples/claude_desktop_config.json`](examples/claude_desktop_config.json). Add the `midasflow` block to your `mcpServers` and replace the key.\n\n### Any MCP client\n\nPoint it at the remote Streamable-HTTP endpoint `https://mcp.midasflow.ai/mcp` with header `Authorization: Bearer mf_live_YOUR_KEY`.\n\n### REST (no MCP client needed)\n\nSee [`examples/rest_quickstart.sh`](examples/rest_quickstart.sh):\n\n```bash\n# whole-market context (cheap), then a per-symbol calibrated score\ncurl -s -H \"Authorization: Bearer mf_live_YOUR_KEY\" https://mcp.midasflow.ai/v1/market\ncurl -s -H \"Authorization: Bearer mf_live_YOUR_KEY\" https://mcp.midasflow.ai/v1/score/BTCUSDT\n```\n\n---\n\n## Tiers (agent / API — daily weighted units)\n\n| Tier | Price | Units/day | Notes |\n|---|---|---|---|\n| Free | $0 | 200 | feed ~15 min lagged; great for poking the schema |\n| PRO | $49/mo | 750 | real-time |\n| VIP | $99/mo | 1,500 | real-time + raw PUMP + per-signal edge band |\n| Prime | $199/mo | 8,500 | model scores + MFBreakout |\n| Apex | $399/mo | 16,600 | everything + priority rate-limit / queue |\n\nEach 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.\n\n---\n\n## License\n\nThe sample code in this repo is **MIT** (see [`LICENSE`](LICENSE)). The MidasFlow Flow API service itself is proprietary / commercial.\n\n---\n\n*MidasFlow Flow API — market DATA for AI agents. Founded 2022. Not financial advice; not the Flow (FLOW) blockchain.*\n",
  "bytes": 3382,
  "sha": "b38157e082aedb7feffc9e0a3221d492293625fe42cf379d8134b5700092347d",
  "repo_slug": "midasflowai-lab/midasflow-mcp-quickstart",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_midasflowai_lab_midasflow_mcp__bce3e0ca/readme"
}