futu-stock-mcp-server
Verified Safeby shuizhengqi1
Overview
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.
Installation
docker run -d --name futu-mcp-server -p 8000:8000 -e FUTU_HOST=127.0.0.1 -e FUTU_PORT=11111 your-registry/futu-stock-mcp-server:latestEnvironment Variables
- FUTU_HOST
- FUTU_PORT
- FUTU_ENABLE_TRADING
- FUTU_TRADE_ENV
- FUTU_SECURITY_FIRM
- FUTU_TRD_MARKET
- FUTU_DEBUG_MODE
Security Notes
No obvious hardcoded secrets. Employs robust stdout/stderr protection for MCP communication. Uses process locking and cleanup for self-management, which is generally safe but relies on `psutil`. Relies on a local `Futu OpenD` gateway for actual market data and trading, so the security of that external dependency is critical.
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.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
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.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).