The Trading212 MCP server is a Model Context Protocol server implementation that provides seamless data connectivity to the Trading212 trading platform enabling advanced interaction capabilities via the public beta API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"trading212": {
"env": {
"TRADING212_API_KEY": "REPLACE_API_KEY",
"TRADING212_API_SECRET": "OPTIONAL_API_SECRET"
},
"args": [
"run",
"-i",
"-e",
"TRADING212_API_KEY",
"mcp/trading212-mcp-server"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Trading212 MCP server is a Model Context Protocol server implementation that provides seamless data connectivity to the Trading212 trading platform enabling advanced interaction capabilities.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
account_summaryAccount summary information
trading212://account/summary
account_cashAccount cash balance
trading212://account/cash
positionsOpen positions
trading212://positions
position_by_tickerOpen position by ticker
trading212://positions/{ticker}
account_infoDeprecated alias for account summary
trading212://account/info
account_portfolioDeprecated alias for positions
trading212://account/portfolio
account_positionsCompatibility alias for positions
trading212://account/positions
account_portfolio_tickerDeprecated alias for position by ticker
trading212://account/portfolio/{ticker}
account_positions_tickerCompatibility alias for position by ticker
trading212://account/positions/{ticker}
ordersAll orders
trading212://orders
order_by_idSpecific order by ID
trading212://orders/{order_id}
piesAll pies
trading212://pies
pie_by_idSpecific pie by ID
trading212://pies/{pie_id}
instrumentsTradeable instruments information
trading212://instruments
exchangesExchange data with working schedules
trading212://exchanges
history_exportsHistorical account exports
trading212://history/exports
analyse_trading212_dataAnalyse trading212 data with currency context, including professional financial expertise, currency-aware analysis, cautious financial advice, and dynamic currency information from account data
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Remote MCP server to integrate and validate self-hosted PayRam deployments.
MCP Security Weekly
Get CVE alerts and security updates for Trading212 Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Trading212 MCP server is a Model Context Protocol server implementation that provides seamless data connectivity to the Trading212 trading platform enabling advanced interaction capabilities.
search_exchange: Fetch exchanges, optionally filtered by name or IDsearch_instrument: Fetch instruments, optionally filtered by ticker or namefetch_pies: Fetch all piesduplicate_pie: Duplicate a piecreate_pie: Create a new pieupdate_pie: Update a specific pie by IDdelete_pie: Delete a pieThe Trading 212 Pies API is still operational, but the latest public
api.json marks it as deprecated upstream.
fetch_all_orders: Fetch all equity ordersplace_limit_order: Place a limit orderplace_market_order: Place a market orderplace_stop_order: Place a stop orderplace_stop_limit_order: Place a stop-limit ordercancel_order: Cancel an existing order by IDfetch_order: Fetch a specific order by IDfetch_account_summary: Fetch account summaryfetch_account_cash: Fetch account cash balancefetch_account_info: Deprecated alias for fetch_account_summaryfetch_positions: Fetch open positions, optionally filtered by tickerfetch_position_by_ticker: Fetch a single open position by tickerfetch_all_open_positions: Fetch all open positionsfetch_open_position_by_ticker: Deprecated alias for fetch_position_by_tickersearch_specific_position_by_ticker: Deprecated alias for fetch_position_by_tickerfetch_historical_order_data: Fetch historical order data with paginationfetch_paid_out_dividends: Fetch historical dividend data with pagination