Labsco
MCP SERVER

T-Invest MCP Server

by prikotov

Read your T-Invest accounts, portfolio and company fundamentals straight from the T-Bank API.

Equity & Fund Market Data
Summary
Portfolio questions answered from the broker's own data.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

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