trading212-mcp-server

RohanAnandPandit/trading212-mcp-server
★ 50 stars Python API Integration Updated 1d ago ✗ Risk
The Trading212 MCP server is a Model Context Protocol server implementation that provides seamless data connectivity to the Trading212 trading platform enabling advanced interaction capabilities via the public beta API.
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-serve": {
      "command": "uvx",
      "args": [
        "trading212-mcp-server"
      ]
    }
  }
}

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

Topics

mcpmcp-server