Three reads cover the ground: which accounts exist, what one of them holds, and what the fundamentals look like behind a ticker in it. Nothing here places an order — it is the position and the company behind it, brought to where you are asking.
A Symfony console application that speaks MCP over stdio and calls the T-Invest REST API. It runs locally or as a Docker image, and points at either the production or the sandbox endpoint.
- The list of accounts on your T-Invest login
- The portfolio for the connected account, filterable by ticker
- Fundamental indicators for companies you name by ticker
A T-Invest API token and the account number the server should connect to, plus the REST endpoint — production or sandbox. Run it with Docker, or locally with PHP 8.3 or higher and Composer.
One command plus a key — docker run -i --rm -e APP_T_INVEST_BASE_URL -e APP_T_INVEST_TOKEN -e APP_T_INVEST_ACCOUNT_ID prikotov/t-invest-mcp-server:latest bin/server, then supply credentials
