finam-mcp
Verified Safeby Alexander-Panov
Overview
Integrate Finam Trade API with AI assistants for natural language trading operations via Model Context Protocol (MCP).
Installation
uvx finam-mcp-server@latestEnvironment Variables
- FINAM_API_KEY
- FINAM_ACCOUNT_ID
- INCLUDE_SERVERS
Security Notes
The server securely handles API keys by requiring them via environment variables or HTTP headers, avoiding hardcoded secrets. It utilizes standard Python libraries (`httpx`) for robust network requests and pydantic for data validation. Sensitive trading operations (`place_order`, `cancel_order`) are explicitly marked with `meta={'sensitive': True}` for client awareness. No use of dangerous functions like `eval` or `exec` was found. Security depends on the user's careful handling of Finam API keys and the inherent robustness of the Finam Trade API itself.
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.
freqtrade-mcp
Integrates an AI agent with the Freqtrade cryptocurrency trading bot to enable automated trading operations via its REST API.
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.
mcp-metatrader5-server
Allows AI assistants to control MetaTrader 5 terminal for trading operations and market data analysis.