Stock-Prediction-MCP-Server
Verified Safeby artembatyr
Overview
Provides stock market data fetching and AI-powered report generation capabilities to an MCP-compatible client like Claude Desktop.
Installation
docker run -i --rm -e "POLYGON_API_KEY=YOUR_API_KEY_HERE" artbfh/stock-prediction-mcp:latestEnvironment Variables
- POLYGON_API_KEY
- MASSIVE_API_KEY
Security Notes
The core application code is relatively safe, reading API keys from environment variables and using standard libraries. No direct 'eval' or command injection vulnerabilities are apparent. However, the setup documentation and example configuration files ('claude_desktop_config.json', 'SETUP_CLAUDE_DESKTOP.md') explicitly show users how to embed the 'POLYGON_API_KEY' directly into the configuration file's 'args' array or 'env' dictionary. While a security note is present, this practice can lead to accidental exposure of sensitive API keys if the configuration file is committed to version control or shared improperly.
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.
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
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).
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.