github Python analyzed 67b22b3

horustechltd/horus-flow-mcp

github

The Cognitive Market Brain for Autonomous AI Trading Agents (Level 4 Cortex, Orderflow Physics & Contradiction Engine).

maintainer
horustechltd
licence
MIT
first seen
2026-08-13
last seen
2026-09-16
releases · 30d
0
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 12 tools
transport stdio · http · sse verified reported listed in the official MCP registry counts 12 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • get_composite_intelligence
  • get_cross_exchange_flow
  • get_crypto_flow
  • get_equity_flow
  • get_full_market_intelligence
  • get_horus_cortex
  • get_ignitions
  • get_liquidation_heatmap
  • get_macro_blocks
  • get_market_climate
  • get_market_intelligence
  • scan_crypto_flow
skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit 67b22b3 · analyzer v33 · 1d ago

skills & prompt files 2

danger signals7

code evidence vv1.0.0 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 40

filesystem 6

  • fs horustechltd-horus-flow-mcp-67b22b3/app/database.py :12 from pathlib import Path
  • fs horustechltd-horus-flow-mcp-67b22b3/app/main.py :135 with open("manus_theses.json", "r", encoding="utf-8") as f:
  • fs horustechltd-horus-flow-mcp-67b22b3/edge_proof_db.py :8 from pathlib import Path
  • fs horustechltd-horus-flow-mcp-67b22b3/horus_hourly_pulse.py :22 from pathlib import Path
  • fs horustechltd-horus-flow-mcp-67b22b3/qve_database.py :10 from pathlib import Path
  • fs horustechltd-horus-flow-mcp-67b22b3/qve_engine.py :13 from pathlib import Path

network 9

  • net horustechltd-horus-flow-mcp-67b22b3/app/feeds/binance_futures_ws.py :19 import aiohttp
  • net horustechltd-horus-flow-mcp-67b22b3/app/routes/auth.py :15 import httpx
  • net horustechltd-horus-flow-mcp-67b22b3/app/routes/oauth.py :9 import httpx
  • net horustechltd-horus-flow-mcp-67b22b3/app/wiseman_publisher.py :23 import aiohttp
  • net horustechltd-horus-flow-mcp-67b22b3/edge_proof_engine.py :22 import aiohttp
  • net horustechltd-horus-flow-mcp-67b22b3/horus_hourly_pulse.py :20 import urllib.request
  • net horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :23 import httpx
  • net horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :25 import httpx
  • net horustechltd-horus-flow-mcp-67b22b3/qve_engine.py :11 import aiohttp

secrets 8

  • secrets horustechltd-horus-flow-mcp-67b22b3/app/config.py :22 RAPIDAPI_PROXY_SECRET = os.getenv("RAPIDAPI_PROXY_SECRET", "")
  • secrets horustechltd-horus-flow-mcp-67b22b3/app/routes/auth.py :27 JWT_SECRET = os.getenv("JWT_SECRET", "horus-jwt-secret-change-in-production-2026")
  • secrets horustechltd-horus-flow-mcp-67b22b3/app/routes/billing.py :20 stripe.api_key = os.getenv("STRIPE_SECRET_KEY", "")
  • secrets horustechltd-horus-flow-mcp-67b22b3/app/routes/oauth.py :27 GOOGLE_CLIENT_SECRET = os.getenv("GOOGLE_CLIENT_SECRET", "")
  • secrets horustechltd-horus-flow-mcp-67b22b3/edge_proof_engine.py :31 TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN", "7649770299:AAEW3nO-ko1a63tQZSzreNF7RpjYjInRCi4")
  • secrets horustechltd-horus-flow-mcp-67b22b3/horus_hourly_pulse.py :33 TELEGRAM_TOKEN = os.getenv("TELEGRAM_BOT_TOKEN", "7649770299:AAEW3nO-ko1a63tQZSzreNF7RpjYjInRCi4")
  • secrets horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :33 RAPIDAPI_KEY = os.environ.get("RAPIDAPI_KEY")
  • secrets horustechltd-horus-flow-mcp-67b22b3/qve_engine.py :20 TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN", "7649770299:AAEW3nO-ko1a63tQZSzreNF7RpjYjInRCi4")

database 6

  • db horustechltd-horus-flow-mcp-67b22b3/app/database.py :5 import sqlite3
  • db horustechltd-horus-flow-mcp-67b22b3/app/redis_client.py :6 import redis.asyncio as aioredis
  • db horustechltd-horus-flow-mcp-67b22b3/edge_proof_db.py :5 import sqlite3
  • db horustechltd-horus-flow-mcp-67b22b3/horus_hourly_pulse.py :19 import sqlite3
  • db horustechltd-horus-flow-mcp-67b22b3/qve_database.py :6 import sqlite3
  • db horustechltd-horus-flow-mcp-67b22b3/qve_engine.py :748 import sqlite3

tool registrations 19

  • get_crypto_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :70
  • get_equity_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :107
  • scan_crypto_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :134
  • get_liquidation_heatmap horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :181
  • get_cross_exchange_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :205
  • get_composite_intelligence horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :228
  • get_full_market_intelligence horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :255
  • get_horus_cortex horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :275
  • get_crypto_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :101
  • get_equity_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :136
  • scan_crypto_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :163
  • get_macro_blocks horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :209
show 7 more
  • get_composite_intelligence horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :238
  • get_liquidation_heatmap horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :254
  • get_cross_exchange_flow horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :270
  • get_market_climate horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :286
  • get_ignitions horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :299
  • get_market_intelligence horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :312
  • get_horus_cortex horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :328

declared dependencies 2

  • mcp@>=1.27.0
  • httpx@>=0.28.0

transport_posture 2

  • binds all interfaces (0.0.0.0) horustechltd-horus-flow-mcp-67b22b3/horus_mcp.py :47 host="0.0.0.0",
  • network-listening, binds all interfaces, no auth detected horustechltd-horus-flow-mcp-67b22b3/horus_mcp_public.py :401 mcp.run(transport="sse", host="0.0.0.0", port=args.port)