PluginBench
MCP Server
Active
MIT

io.github.KyuRish/trading212-mcp-server MCP Server

io.github.KyuRish/trading212-mcp-server

What is the io.github.KyuRish/trading212-mcp-server MCP server?

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

How to install io.github.KyuRish/trading212-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TRADING212_API_KEY
    required
    secret

    Trading 212 API key from Settings > API (Beta)

  • TRADING212_API_SECRET
    required
    secret

    Trading 212 API secret from Settings > API (Beta)

  • ENVIRONMENT

    API environment: 'live' for real account, 'demo' for paper trading

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add trading212-mcp-server --env TRADING212_API_KEY=<YOUR_TRADING212_API_KEY> --env TRADING212_API_SECRET=<YOUR_TRADING212_API_SECRET> --env ENVIRONMENT=<YOUR_ENVIRONMENT> -- uvx trading212-mcp-server

Related MCP servers

45+ interactive charts, dashboards, and KPIs inside any AI conversation

35
TypeScript
View repository →

Search Fiverr gigs, sellers, pricing, and reviews. No API key required.

3
Python
MIT
View repository →

Access your Patreon creator data - campaigns, patrons, tiers, and posts.

3
Python
MIT
View repository →