mcpbeat Sign in

Horus Flow MCP Server

local only

Horus Flow MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 16 Sep 2026.

Crypto & equity orderflow: whale detection, spoofing, liquidation heatmaps, smart money for AI

Installs per day peak 57 · avg 17 · -29% w/w
a month agotoday
87
Installs / week
pypi · horus-flow-mcp
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] paper_trading_bot.py:1
этот файл ставится пользователю, но в репозитории его нет
      resp:{symbol:"BTCUSDT",snapshots:[{signal:"NEUTRAL",action:"WAIT",confidence:0.45,timestamp:1776107600},{signal:"STRONG_SELL_PRESSURE",action:"ENTER_SHORT",confidence:0.85,timestamp:1776107738}],count:2}
Secret passed into the image build Dockerfile:6
ENV RAPIDAPI_KEY=""
            url = f"https://api.telegram.org/bot{TELEGRAM_TOKEN}/sendMessage"
Page loads a third-party script static/captains.html:14, static/index.html:13
    <script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
Page executes code built at runtime static/site/admin.html:380, static/site/docs.html:218
    document.getElementById('tier-breakdown').innerHTML = tierHtml || '<div class="loading">No data</div>';

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add horus-flow-mcp -- uvx horus-flow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "horus-flow-mcp": {
      "args": [
        "horus-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.horus-flow-mcp]
command = "uvx"
args = ["horus-flow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "horus-flow-mcp": {
      "args": [
        "horus-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "horus-flow-mcp": {
      "args": [
        "horus-flow-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RAPIDAPI_KEY (Your RapidAPI key for Horus Flow Intelligence). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Horus Flow MCP

same job, measured the same way
Horus Flow MCP
by horustechltd

Institutional crypto & equity orderflow intelligence for AI trading agents.

local only
Midasflow MCP Quickstart
by midasflowai-lab

Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores

14 tools answering
Blackforge
by blackforge

Crypto market data: order book depth, liquidity lifetimes and taker flow on 9 spot venues

60 installs/wk local only
MarketTrace agent-feed
by markettrace

Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.

answering
Fia Signals MCP
by odds7

Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.

8 tools answering
CryptoDataAPI
by cryptodataapi

Live crypto market data: prices, funding, OI, liquidations, regimes, GEX, whales, sentiment, macro.

26 tools answering
CryptoSignals
by marcindudekdev

Real-time crypto volume anomaly detection across 50+ tokens for whale signals

local only
Gridstamp
by mnemopay

Cryptographic spatial proof-of-presence for AV fleets, logistics, AR. 91% spoof detection.

99 installs/wk local only

Horus Flow MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Horus Flow MCP?
Horus Flow MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package horus-flow-mcp was installed 87 times last week.
How do I connect Horus Flow MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls horus-flow-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Horus Flow MCP?
The pypi package horus-flow-mcp was installed 87 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Horus Flow MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.