Real-time L2 orderbook physics engine for crypto & US equities. Detects institutional spoofing, BUY_ABSORPTION, and LIQUIDITY_EVENT signals with 15-30s lead time over price action. Audited live by Manus AI (0.99 confidence on flash crash detection). The only MCP server with Behavioral Court verdict engine — tells your AI agent not just what the market is doing, but what whales are doing right now.
Server Config
{
"mcpServers": {
"horus-flow": {
"command": "python",
"args": [
"horus_mcp_public.py",
"--transport",
"sse",
"--port",
"8011"
],
"env": {
"RAPIDAPI_KEY": "your_rapidapi_key_here"
}
}
}
}