mcp-server-trading-212
Verified Safeby giuliodambrosio
Overview
An MCP server that enables Claude to interact with a 212 Trading account for managing investments, executing trades, and retrieving market data.
Installation
python main.pyEnvironment Variables
- 212_API_KEY_ID
- 212_API_KEY_SECRET
- 212_API_BASE_LIVE_URL
Security Notes
The server correctly uses environment variables for API credentials and explicitly advises against committing the .env file. It uses HTTP Basic Authentication, which is standard for the 212 Trading API. No 'eval' or obvious malicious patterns were found. Rate limiting is handled internally by the client.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
trading212-mcp-server
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.
options-chain
Provides real-time (delayed by 15 min) options chain data and historical prices from the Tradier Sandbox API to AI assistants within Claude Desktop.
mcp-pipedrive
Provides Claude with comprehensive access to the Pipedrive CRM API, enabling seamless automation of sales workflows, deal management, contact organization, and activity tracking through natural language conversations.