Institutional-grade crypto & equity orderflow intelligence for AI trading agents. Sub-second L2 orderbook physics, spoofing detection, and liquidity event alerts.
Overview
Official MCP server for Horus Flow Intelligence. Provides real-time market microstructure analysis and orderflow intelligence directly to AI agents like Claude and Cursor.
Server Config
{
"mcpServers": {
"horus-flow-mcp": {
"command": "uvx",
"args": [
"horus-flow-mcp"
],
"env": {
"RAPIDAPI_KEY": "YOUR_RAPIDAPI_KEY"
}
}
}
}