π¦
Alfa Pro Terminal MCP
Model Context Protocol server for Alfa Investments PRO Terminal exposing LLM tools for accounts, balances, portfolio and ticker insights over stdio.
0 installs
Trust: 34 β Low
Rag
Ask AI about Alfa Pro Terminal MCP
Powered by Claude Β· Grounded in docs
I know everything about Alfa Pro Terminal MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Alfa PRO Terminal MCP
Model Context Protocol server that exposes the Alfa Investments PRO Terminal API to LLM clients over stdio. The host connects to the local terminal router via WebSocket; keep the Alfa Investments PRO Terminal desktop app running while the MCP server is active.
Capabilities
- Accounts list and balances
- Positions by account
- Assets info by ids and tickers
- Object types, object groups, and market boards
- Archive candles (OHLCV/MPV)
Quick start
- Restore and test:
dotnet restorethendotnet test Alfa.ProTerminal.Mcp.slnx - Run locally:
dnx Fredoqw.Alfa.ProTerminal.Mcp@1.0.0 --yes
Configuration
- Endpoint and timeout:
Terminal:Endpoint,Terminal:Timeout(envTERMINAL__ENDPOINT,TERMINAL__TIMEOUT) - Default endpoint:
ws://127.0.0.1:3366/router/
MCP client configuration
- Example (stdio):
[mcp_servers.pro-terminal] type = "stdio" command = "dnx" args = ["Fredoqw.Alfa.ProTerminal.Mcp@1.0.0", "--yes"]
Repository layout
src/Hostβ MCP stdio host and tool catalogsrc/Infrastructureβ router WebSocket adapter, schemas, entriessrc/Domainβ contracts and terminal abstractionstestsβ executable specs for messaging, routing, and adaptersdocs/architecture/overview.mdβ Mermaid overview
