Back to Home
Alexander-Panov icon

finam-mcp

Verified Safe

by Alexander-Panov

Overview

Integrate Finam Trade API with AI assistants for natural language trading operations via Model Context Protocol (MCP).

Installation

Run Command
uvx finam-mcp-server@latest

Environment 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

Stats

Interest Score36
Security Score8
Cost ClassLow
Avg Tokens75
Stars5
Forks7
Last Update2026-01-19

Tags

FinamTradingMCPAI-assistantsMarket Data