MCP Hub
Back to servers

horus-flow-mcp

Real-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.

glama
Stars
1
Updated
Apr 13, 2026
Validated
May 12, 2026

MCP_README.md

🦅 Horus Flow Intelligence — MCP Server

smithery badge RapidAPI

An official Model Context Protocol (MCP) server that empowers AI coding assistants (like Claude Desktop, Cursor, and Cline) with Institutional-Grade Crypto & Equity Orderflow Intelligence.

Rather than relying on lagging indicators (RSI, MACD), this MCP server gives your AI agents direct access to live Level 2 Orderbook imbalances and aggressive trade deltas (BUY vs SELL pressure) in milliseconds.

🚀 Features Exposed to AI

Your AI Agent can now autonomously use these tools when analyzing markets or building trading bots for you:

  1. get_crypto_flow(symbol): Returns real-time Microstructure AI verdicts (BUY_PRESSURE, SELL_PRESSURE) based on live Binance L2 depth for any USDT pair.
  2. get_equity_flow(symbol): Returns live orderflow metrics for US Equities via Alpaca IEX.
  3. scan_crypto_flow(symbols): Scans multiple assets simultaneously to find the exact coin with the highest institutional buying momentum.

🔑 Prerequisites (API Key)

To use this MCP server, you must provide your AI agent with a valid RapidAPI Key from Horus Tech Ltd.

  1. Go to the Horus Flow Intelligence on RapidAPI
  2. Subscribe to a tier (Free and Pro tiers available).
  3. Copy your x-rapidapi-key.

💻 Installation

Option A: Cursor IDE

  1. Open Cursor Settings (Cmd + Shift + J or Ctrl + Shift + J).
  2. Navigate to Features > MCP Servers.
  3. Click + Add New MCP Server.
  4. Set Name: HorusFlow
  5. Set Type: command
  6. Set Command: python3 /absolute/path/to/horus_mcp_public.py --transport stdio
  7. Under Environment Variables, add: RAPIDAPI_KEY = your-rapidapi-key-here

Option B: Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "horus-flow": {
      "command": "python3",
      "args": [
        "/absolute/path/to/horus_mcp_public.py",
        "--transport",
        "stdio"
      ],
      "env": {
        "RAPIDAPI_KEY": "YOUR_RAPIDAPI_KEY_HERE"
      }
    }
  }
}

Option C: Smithery (CLI)

You can install the server globally using the Smithery CLI:

npx @smithery/cli install horus-flow-mcp
# The installer will prompt you to enter your RAPIDAPI_KEY

🛠️ How to Prompt your AI

Once installed, simply ask your AI (Claude / Cursor):

"Can you write a Binance trading bot in Python? But before generating the buy conditions, use the Horus Flow tool to check the current orderflow for BTCUSDT. Only buy if the flow shows BUY_PRESSURE."

The AI will intelligently fetch the live data, verify the institutional delta, and write the code accordingly!


© 2026 HORUS TECH LTD - The Backbone of Quantitative Execution

Reviews

No reviews yet

Sign in to write a review