Лёгкий MCP‑сервер на Go для работы с Тинькофф Инвестициями
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"go-mcp-server-tinvest": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Лёгкий MCP‑сервер на Go для работы с Тинькофф Инвестициями (поиск инструментов, заявки, портфель).
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.
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
A Model Context Protocol server for building an investor agent
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server that provides LLMs with tools for interacting with EVM networks
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP Security Weekly
Get CVE alerts and security updates for Go_mcp_server_tinvest and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Лёгкий MCP‑сервер на Go для работы с Тинькофф Инвестициями (поиск инструментов, заявки, портфель).
TINKOFF_TOKEN=ваш_api_token
# Боевой эндпоинт:
TINKOFF_ENDPOINT=invest-public-api.tinkoff.ru:443
# Sandbox эндпоинт (если токен песочницы):
# TINKOFF_ENDPOINT=sandbox-invest-public-api.tinkoff.ru:443
# Рекомендуется в проде: ID открытого брокерского счёта
TINKOFF_ACCOUNT_ID=ваш_account_id
APP_NAME=go-mcp-tinvest
Критично: токен и эндпоинт должны соответствовать среде (иначе Unauthenticated 40003). Для портфеля укажите корректный TINKOFF_ACCOUNT_ID (иначе NotFound 50004).
make runmake run-sse HOST=localhost PORT=8100 и подключение к http://HOST:PORT/sseНиже перечислены доступные инструменты MCP, их параметры и примеры аргументов вызова (JSON).
search_stocks — поиск акций
search_bonds — поиск облигаций
search_funds — поиск фондов/ETF
buy — покупка (рыночная заявка)
sell — продажа (рыночная заявка)
portfolio — текущее состояние портфеля
last_price — последняя цена инструмента
orderbook — стакан заявок по инструменту
candles — исторические свечи за период
trading_status — статус торгов по инструменту