ibkr_headless_mcp
Verified Safeby johnlam1968
Overview
Provides an MCP server and tools for analyzing Interactive Brokers market data using external LLMs.
Installation
PYTHONPATH=./src python src/mcp_server.pyEnvironment Variables
- DEEPSEEK_API_KEY
Security Notes
The application handles API keys via environment variables (.env) and uses OAuth for IBKR, which are good practices. The FastMCP server operates on stdio transport, reducing direct network exposure. No 'eval' or obvious malicious patterns found in the provided code. Dependency security (ibind) and correct OAuth file configuration are critical assumptions.
Similar Servers
alpaca-mcp-server
A comprehensive Model Context Protocol (MCP) server for Alpaca's Trading API, enabling natural language trading operations through AI assistants for stocks, options, crypto, portfolio management, and real-time market data.
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
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.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to fetch and analyze comprehensive financial market data, company fundamentals, and economic indicators from Financial Modeling Prep.