Back to Home
Fredoq icon

alfa-pro-terminal-mcp

Verified Safe

by Fredoq

Overview

A Model Context Protocol server that exposes the Alfa Investments PRO Terminal API to LLM clients over stdio.

Installation

Run Command
dnx Fredoqw.Alfa.ProTerminal.Mcp@1.0.0 --yes

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-13

Tags

LLMFinancial TradingMCP.NETWebSocket