Back to Home
RohanAnandPandit icon

trading212-mcp-server

Verified Safe

by RohanAnandPandit

Overview

This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.

Installation

Run Command
docker run -i -e TRADING212_API_KEY="<YOUR_API_KEY>" mcp/trading212-mcp-server

Environment Variables

  • TRADING212_API_KEY
  • ENVIRONMENT
  • TRANSPORT

Security Notes

The server primarily uses `os.getenv` for sensitive information like API keys, which is a good security practice. HTTP requests are handled by `httpx` with `hishel` for caching, standard and generally safe libraries. No 'eval' or direct un-sanitized shell command execution is observed. A minor concern is the generic `Exception` raised on HTTP errors in `_make_requests`, which might expose internal error details, though this is less critical in an MCP server context than a public API.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens750
Stars9
Forks1
Last Update2025-11-29

Tags

Trading212Financial TradingAPI IntegrationPortfolio ManagementMCP