mcpbeat Sign in

Trading212 MCP Server

local only

Trading212 MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 214 installs a week from pypi. Last commit 20 Aug 2026.

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

Installs per day peak 401 · avg 61 · -22% w/w
a month agotoday
214
Installs / week
pypi · trading212-mcp-server
8
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Trading212 MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trading212-mcp-server -- uvx trading212-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trading212-mcp-server": {
      "args": [
        "trading212-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trading212-mcp-server]
command = "uvx"
args = ["trading212-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "trading212-mcp-server": {
      "args": [
        "trading212-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trading212-mcp-server": {
      "args": [
        "trading212-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TRADING212_API_KEY (Trading 212 API key from Settings > API (Beta)), TRADING212_API_SECRET (Trading 212 API secret from Settings > API (Beta)), ENVIRONMENT (API environment: 'live' for real account, 'demo' for paper trading). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trading212 MCP Server

same job, measured the same way
Wildberries
by dontsovcmc

MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising

68 installs/wk local only
Ozon Seller MCP Server
by woyaxnini

MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating.

61 installs/wk local only
Yandex Market Seller
by dontsovcmc

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

95 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Quantrisk
by 78degrees

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

84 installs/wk local only
SendGrid MCP Server
by deyikong

MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.

286 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Picoli MCP
by amaterous

MCP server for picoli.site - URL shortening and click analytics for AI agents

28 installs/wk local only

Trading212 MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Trading212 MCP Server?
Trading212 MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package trading212-mcp-server was installed 214 times last week.
How do I connect Trading212 MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trading212-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Trading212 MCP Server?
The pypi package trading212-mcp-server was installed 214 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trading212 MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.