trade-guard-mcp

rhamenator/trade-guard-mcp
★ 0 stars Rust Security Updated 2d ago
Authoritative account state, risk policy, and execution guard (Rust, near-zero dependencies). Paper-only vertical slice: atomic authorize-and-submit-paper-order, evidence-eligibility gate, hash-chained audit, MCP server. No live-execution path.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trade-guard-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "trade-guard-mcp"
      ]
    }
  }
}

README Excerpt

Authoritative account state, deterministic pre-trade risk policy, idempotent execution, reconciliation, audit, and broker/venue adapters (paper and, eventually, live) for the Smart Dynamic Hedge system. - [`smart-dynamic-hedge-project`](https://github.com/rhamenator/smart-dynamic-hedge-project) — strategy, research, GUI, and autonomy plane. Sends typed `TradeIntent`s here; never holds unrestricted broker credentials.