Trading212 MCP Server

Connect your AI assistant to your Trading 212 brokerage account. Ask questions about your portfolio, place trades, manage pies, and analyze dividends - all through natural language. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 5 · #46 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Trading212 MCP Server

before you install - you'll need

Set TRADING212_API_KEY, TRADING212_API_SECRET before connecting.

Claude Code

claude mcp add kyurish-trading212-mcp-server -- uvx trading212-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kyurish-trading212-mcp-server": {
      "command": "uvx",
      "args": [
        "trading212-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package trading212-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.KyuRish is GitHub-verified and matches the repo owner

03 · What Trading212 MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.0 · 2026-08-20

Policy shift: read-side enums (Order/HistoricalOrder/Pie/Tax/Instrument/Report status, type, strategy, source fields) accept any string so T212 can add enum values without breaking clients. Write-side enums…

v0.3.1 · 2026-08-13

Update Order model for T212's reshaped response. Fix silent break on creation_time (renamed to created_at). Add new fields: side, currency, time_in_force, extended_hours, initiated_from, instrument (nested).

v0.3.0 · 2026-06-17

Fix Position decoding crash on T212's new INSTRUMENT_AUTOINVEST source value. Position.frontend and HistoricalOrder.executor now accept any string.

04 · Who maintains Trading212 MCP Server

trading212-mcp-server is maintained by kyurish. We track 4 MCP servers from kyurish - 4 actively maintained, 59 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from kyurish.

  1. mcp-dashboards 45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation ★ 43
  2. fiverr-mcp-server Search Fiverr gigs, sellers, pricing, and reviews. No API key required. ★ 7
  3. patreon-mcp-server Access your Patreon creator data - campaigns, patrons, tiers, and posts. ★ 4

05 · Facts

category
finance - ranked #46 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-20)
registry
io.github.KyuRish/trading212-mcp-server (active, first published 2026-03-05)
packages
pypi:trading212-mcp-server

06 · Trading212 MCP Server FAQ

What is Trading212 MCP Server?

Connect your AI assistant to your Trading 212 brokerage account. Ask questions about your portfolio, place trades, manage pies, and analyze dividends - all through natural language. It runs locally over stdio via the published package.

Is Trading212 MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Trading212 MCP Server?

Run `uvx trading212-mcp-server`. The README documents 2 environment variables (TRADING212_API_KEY, TRADING212_API_SECRET) to set first. Set TRADING212_API_KEY, TRADING212_API_SECRET before connecting. You can also paste the ready-made client config above.

Does Trading212 MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Trading212 MCP Server