T212 Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited T212 Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for interacting with the Trading 212 API. Gives AI assistants read-only access to your Trading 212 account — positions, account summary, instruments, order history, dividends, and more.
Add this to your Claude Desktop configuration file:
Option 1: No installation required (recommended)
{
"mcpServers": {
"t212-mcp": {
"command": "npx",
"args": ["t212-mcp-server"],
"env": {
"T212_API_KEY": "your-api-key-id",
"T212_API_SECRET": "your-api-secret"
}
}
}
}Option 2: Global installation
npm install -g t212-mcp-server{
"mcpServers": {
"t212-mcp": {
"command": "t212-mcp-server",
"env": {
"T212_API_KEY": "your-api-key-id",
"T212_API_SECRET": "your-api-secret"
}
}
}
}To use paper trading instead of your live account, add T212_ENVIRONMENT:
{
"env": {
"T212_API_KEY": "your-demo-api-key-id",
"T212_API_SECRET": "your-demo-api-secret",
"T212_ENVIRONMENT": "demo"
}
}For detailed configuration instructions, see the official MCP documentation.
T212_API_KEY and T212_API_SECRETFor more details, see the Trading 212 Help Centre.
| Tool | Description |
|---|---|
fetch-open-positions | All open positions with current price, P/L, and wallet impact |
fetch-position | A specific position by ticker |
fetch-account-summary | Account cash balance, investment value, and P/L |
search-instruments | Search 16,000+ instruments by name, ticker, or ISIN |
fetch-exchanges | All exchanges with next open/close times |
fetch-order-history | Historical filled orders (paginated) |
fetch-dividend-history | Dividend payments (paginated) |
fetch-transaction-history | Deposits and withdrawals (paginated) |
fetch-exports | CSV export reports with download links |
fetch-all-pies | Investment pies (deprecated by Trading 212) |
| Variable | Required | Description |
|---|---|---|
T212_API_KEY | Yes | Your Trading 212 API Key ID |
T212_API_SECRET | Yes | Your Trading 212 API Secret |
T212_ENVIRONMENT | No | live (default) or demo for paper trading |
This project is licensed under the MIT License — see the LICENSE file for details.
If you encounter any issues or have questions:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.