Back to Home

Stock-Prediction-MCP-Server

Verified Safe

by artembatyr

Overview

Provides stock market data fetching and AI-powered report generation capabilities to an MCP-compatible client like Claude Desktop.

Installation

Run Command
docker run -i --rm -e "POLYGON_API_KEY=YOUR_API_KEY_HERE" artbfh/stock-prediction-mcp:latest

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1200
Stars0
Forks0
Last Update2025-11-30

Tags

Stock PredictionFinancial DataAI ReportsPolygon.ioDocker