alfa-pro-terminal-mcp
Verified Safeby Fredoq
Overview
A Model Context Protocol server that exposes the Alfa Investments PRO Terminal API to LLM clients over stdio.
Installation
dnx Fredoqw.Alfa.ProTerminal.Mcp@1.0.0 --yesEnvironment Variables
- TERMINAL__ENDPOINT
- TERMINAL__TIMEOUT
Security Notes
The server connects to a local WebSocket endpoint (ws://127.0.0.1:3366/router/) of the Alfa Investments PRO Terminal desktop app, minimizing external network attack surface. Configuration can be overridden by environment variables (TERMINAL__ENDPOINT, TERMINAL__TIMEOUT). No obvious hardcoded secrets, obfuscation, or 'eval' usage in the provided snippets. The project includes a SECURITY.md file detailing vulnerability reporting. While appsettings.json has 'AllowedHosts: "*"', this is less critical for a local stdio-based MCP server whose primary interaction is not through HTTP. The AGENTS.md document also describes good security-conscious coding practices (e.g., 'fail fast', no reflection for business logic).
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
trading212-mcp-server
This server provides a Model Context Protocol (MCP) interface for seamless data connectivity and advanced interaction capabilities with the Trading212 trading platform.