aegis

unitz007/aegis
★ 1 stars Go Code/Dev Tools Updated 1d ago
Agent trade-execution safety harness: gateway, server-side sizing, dealing-rules clamp, idempotency, pluggable broker, MCP + webhook transports.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aegis": {
      "command": "go",
      "args": [
        "run",
        "github.com/unitz007/aegis@latest"
      ]
    }
  }
}

README Excerpt

**Status: v0.1.0 — first tagged release. The API may still change before v1.0.** aegis is a standalone, open-source trade-execution safety harness for algorithmic trading systems. It lets any agent or signal producer — whether a language model talking over MCP, a pipeline posting a signed webhook, or in-process Go code — place trades through a pluggable broker adapter, with server-side position sizing, dealing-rules clamping, dedup/idempotency, allowlist-based authentication, and fail-closed saf

Tools (20)

ExecutabilityCheckExecutorGatewayConfigIsAlgoPairQuoteConverterSELLSessionGateSymbolClassifierdirectionentryidempotency_keymarketnoteorder_typepapersignal_idstop_lossstrategysymboltake_profit