Trading212 MCP Server
Rank #7,948io.github.KyuRish/trading212-mcp-server
MCP server providing trading212-server capabilities
Trading212 MCP Server is a Model Context Protocol (MCP) server published by kyurish. It ranks #7,948 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Trading212 MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Mar 5, 2026.
Ranks ahead of 107,643 of 115,591 servers on MCP Toplist.
Use Trading212 MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add trading212-mcp-server -e "TRADING212_API_KEY=<your TRADING212_API_KEY>" -e "TRADING212_API_SECRET=<your TRADING212_API_SECRET>" -e "ENVIRONMENT=<your ENVIRONMENT>" -- uvx trading212-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.trading212-mcp-server]
command = "uvx"
args = ["trading212-mcp-server"]
[mcp_servers.trading212-mcp-server.env]
TRADING212_API_KEY = "<your TRADING212_API_KEY>"
TRADING212_API_SECRET = "<your TRADING212_API_SECRET>"
ENVIRONMENT = "<your ENVIRONMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trading212-mcp-server": {
"command": "uvx",
"args": [
"trading212-mcp-server"
],
"env": {
"TRADING212_API_KEY": "<your TRADING212_API_KEY>",
"TRADING212_API_SECRET": "<your TRADING212_API_SECRET>",
"ENVIRONMENT": "<your ENVIRONMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trading212-mcp-server": {
"command": "uvx",
"args": [
"trading212-mcp-server"
],
"env": {
"TRADING212_API_KEY": "<your TRADING212_API_KEY>",
"TRADING212_API_SECRET": "<your TRADING212_API_SECRET>",
"ENVIRONMENT": "<your ENVIRONMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"trading212-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"trading212-mcp-server"
],
"env": {
"TRADING212_API_KEY": "<your TRADING212_API_KEY>",
"TRADING212_API_SECRET": "<your TRADING212_API_SECRET>",
"ENVIRONMENT": "<your ENVIRONMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trading212-mcp-server": {
"command": "uvx",
"args": [
"trading212-mcp-server"
],
"env": {
"TRADING212_API_KEY": "<your TRADING212_API_KEY>",
"TRADING212_API_SECRET": "<your TRADING212_API_SECRET>",
"ENVIRONMENT": "<your ENVIRONMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trading212-mcp-server": {
"command": "uvx",
"args": [
"trading212-mcp-server"
],
"env": {
"TRADING212_API_KEY": "<your TRADING212_API_KEY>",
"TRADING212_API_SECRET": "<your TRADING212_API_SECRET>",
"ENVIRONMENT": "<your ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KyuRish%2Ftrading212-mcp-server)<a href="https://mcptoplist.com/server/io.github.KyuRish%2Ftrading212-mcp-server"><img src="https://mcptoplist.com/badge/io.github.KyuRish%2Ftrading212-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kyurish
Other servers by kyurish
View all kyurish servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Trading212 MCP Server?
- Trading212 MCP Server is maintained by kyurish, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Trading212 MCP Server listed on the Official MCP Registry?
- Yes — Trading212 MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Trading212 MCP Server have?
- MCP Toplist tracks 2 versions of Trading212 MCP Server, most recently published on Mar 5, 2026.
- Where can I find the source code for Trading212 MCP Server?
- The source code for Trading212 MCP Server is hosted at github.com/kyurish/trading212-mcp-server.