trading212-MCP

Nerfagol/trading212-MCP
★ 0 stars Python AI/LLM Updated today
Strictly read-only Trading 212 MCP server with Docker, QNAP, and OpenAI Secure MCP Tunnel deployment guides
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": {
      "command": "uvx",
      "args": [
        "trading212-mcp"
      ]
    }
  }
}

Or install with pip: pip install trading212-mcp

README Excerpt

A minimal, stateless MCP server for reading a Trading 212 Invest or Stocks ISA account from an MCP client. Run it locally with Docker, keep it LAN-only on a QNAP NAS, or connect ChatGPT through OpenAI Secure MCP Tunnel. This server implements exactly six allowlisted Trading 212 `GET` endpoints. It has no buy, sell, create, place, cancel, modify, or update-order implementation,

Tools (8)

get_accountget_cashget_dividendsget_order_historyget_ordersget_portfolioget_positionget_transactions