trading212-mcp

t0knight/trading212-mcp
★ 0 stars TypeScript Memory/Knowledge Updated 2d ago
MCP server for the Trading 212 Public 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": {
      "command": "npx",
      "args": [
        "-y",
        "t0knight/trading212-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server for the [Trading 212 Public API](https://docs.trading212.com/api). It exposes your Trading 212 account — balances, positions, orders, history, and pies — as tools an MCP-capable AI client can call, letting the assistant read your portfolio and place trades on your behalf.

Tools (12)

cancel_orderget_account_summaryget_dividendsget_exchangesget_order_historyget_positionsget_transactionsplace_limit_orderplace_market_orderplace_stop_limit_orderplace_stop_ordersearch_instruments