# Argus MCP Argus MCP is a narrow, read-only market context server for Hermes. ## What it does - ingests context from Finnhub and Twelve Data - classifies a market regime - stores immutable snapshots in SQLite - exposes read-only MCP tools ## Surface - `GET /` - `GET /health` - `GET /mcp/sse` - MCP tools, `get_snapshot()` and `get_regime()` ## Run ```bash ./run.sh ``` Default port: `8520`. ## Test ```bash ./tests.sh ```