Serversio.github.KyuRish/trading212-mcp-server
S

io.github.KyuRish/trading212-mcp-server

io.github.KyuRish/trading212-mcp-server · v0.1.1
▦ pypi
v0.1.1pypi pypi: trading212-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.KyuRish/trading212-mcp-server",
  "description": "MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics",
  "repository": {
    "url": "https://github.com/KyuRish/trading212-mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "trading212-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Trading 212 API key from Settings > API (Beta)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRADING212_API_KEY"
        },
        {
          "description": "Trading 212 API secret from Settings > API (Beta)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRADING212_API_SECRET"
        },
        {
          "description": "API environment: 'live' for real account, 'demo' for paper trading",
          "format": "string",
          "name": "ENVIRONMENT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}