traderepublic-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@traderepublic-mcpwhat is my available cash?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
traderepublic-mcp
A read-only MCP server for Trade Republic, built on pytr.
Designed as the data backend for the ethical-invest-advisor Claude Cowork plugin, but usable from any MCP client.
Read-only by design
This server intentionally exposes no tool that can place, modify or cancel orders, savings plans, or payouts — even though pytr supports some of these. Analysis in, decisions out: any actual operation is done by the human in the Trade Republic app. Forks that add execution tools operate real money over an unofficial API; think twice.
Related MCP server: ibkr-mcp
⚠️ Unofficial API
Trade Republic has no public API. pytr reverse-engineers the private WebSocket API used by the web app. Using it may violate Trade Republic's Terms of Service, and the API can change without notice. Not affiliated with Trade Republic Bank GmbH. Use at your own risk.
Tools
Tool | Description |
| Authentication status |
| Log in (resumes saved session when possible, no 2FA needed) |
| Complete login with the 4-digit code from the TR app |
| Positions with quantity, average cost, value, names |
| Available cash |
| Aggregated portfolio value over time |
| Real-time quote by ISIN |
| Instrument info by ISIN |
| Price history by ISIN |
| Search stocks, funds, bonds, crypto |
Install
Requires Python 3.10+.
uv tool install git+https://github.com/tommasolovergine/traderepublic-mcp-py
# or: pipx install git+https://github.com/tommasolovergine/traderepublic-mcp-pyThis puts a traderepublic-mcp executable on your PATH (stdio transport). If your MCP client is a GUI app that doesn't inherit your shell PATH, reference the executable by absolute path in its configuration (e.g. ~/.local/bin/traderepublic-mcp).
Login needs an AWS WAF anti-bot token. The server first tries a pure-Python solver; if that fails it falls back to a headless Chromium via Playwright, which needs a one-time setup:
playwright install chromiumMCP client configuration
{
"mcpServers": {
"trade-republic": {
"command": "traderepublic-mcp"
}
}
}Authentication and credential handling
Login mirrors the TR web app: phone + PIN, then a 4-digit code shown in your Trade Republic app.
The session cookie is stored by pytr in
~/.pytr/cookies.txtand resumed automatically — 2FA is only needed when the session expires.This server never writes your phone/PIN to disk. Only if you explicitly call
tr_loginwithstore_credentials=truewill pytr store them (plaintext,~/.pytr/credentials) — convenient but not recommended.Never commit anything from
~/.pytr/anywhere.
Development
git clone https://github.com/tommasolovergine/traderepublic-mcp-py
cd traderepublic-mcp-py
uv sync # or: pip install -e .License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TommasoLovergine/traderepublic-mcp-py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server