説明なし

Lukas Goldschmidt dd094b08c9 Integrate metals MCP context 3 週間 前
src dd094b08c9 Integrate metals MCP context 3 週間 前
tests dd094b08c9 Integrate metals MCP context 3 週間 前
.env.example 84c9bf8088 Refine Argus market context and retention 3 週間 前
.gitignore 5d4ce0beef initial version 3 週間 前
ARGUS_PAPER.md dd094b08c9 Integrate metals MCP context 3 週間 前
PROJECT.md 84c9bf8088 Refine Argus market context and retention 3 週間 前
README.md dd094b08c9 Integrate metals MCP context 3 週間 前
argus_first_idea.md 5d4ce0beef initial version 3 週間 前
killserver.sh 5d4ce0beef initial version 3 週間 前
requirements.txt 5d4ce0beef initial version 3 週間 前
restart.sh 5d4ce0beef initial version 3 週間 前
run.sh 5d4ce0beef initial version 3 週間 前
tests.sh 5d4ce0beef initial version 3 週間 前

README.md

Argus MCP

Argus MCP is a read-only market context feed for Hermes. It watches cross-market proxies and publishes regime snapshots so Hermes can reason about market conditions without making decisions.

What it does

  • ingests context from Finnhub, Twelve Data, and metals-mcp
  • classifies a market regime from domain scores (risk appetite, stress, liquidity, real-asset pressure, transport pressure)
  • 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

./run.sh

Default port: 8520.

Test

./tests.sh