trading212-mcp-guardrails

sandeepanmukherjee/trading212-mcp-guardrails
★ 0 stars Python AI/LLM Updated today
Trading 212 MCP server with a hard-enforced safety layer: idempotency ledger, daily-loss circuit breaker, position limits, DRY_RUN simulation
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": {
    "trading212-mcp-guard": {
      "command": "uvx",
      "args": [
        "trading212-mcp-guardrails"
      ]
    }
  }
}

Or install with pip: pip install trading212-mcp-guardrails

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes the — with a hard-enforced safety layer that Trading 212's own API doesn't give you, and that no other Trading 212 MCP server currently implements. **This connects to a real brokerage account. `place_market_order` and friends can spend real money if `DRY_RUN=false`.** Read the whole "Safety

Tools (1)

get_account_summary