Finam MCP
Local · stdioFINAM broker's official MCP server on top of its Trade API (Python, FastMCP, MIT license): 16 tools for market data (candles, order books, quotes, options), trading (market, limit and stop orders, cancellation), account info (balance, transactions, trades) and reference data (instruments, exchanges, trading schedule). Installs with a single uvx command; auth via API key and account ID; a free demo account is available for testing.
Why this server
- 16 Trade API tools, from get_quotes and get_order_book to place_order and cancel_order
- A free FINAM demo account lets you test agent-driven trading with no real money at risk
- MIT licensed, installs with a single uvx command — no Docker, no cloud signup
- MOEX order books, candles and options — data Western brokers simply don't offer
Usage examples
Prompt: What's my Finam account balance and what positions are open?
Result: The agent called get_account_info and get_trades — returning balance, margin and the list of open trades.
Prompt: Buy 10 Sberbank shares at market price and show me the Gazprom order book
Result: place_order placed a market order for SBER, and get_order_book returned the current GAZP order book.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.