Back to Home

store-mcp-client-server

Verified Safe

by sarthaksolow

Overview

Implements a retail demand forecasting Model Context Protocol (MCP) server that predicts product demand using sales data, seasonal events, and generates AI-powered explanations.

Installation

Run Command
python servers/forecasting/server.py

Environment Variables

  • OPENROUTER_API_KEY

Security Notes

The API key is loaded securely from environment variables. There is no explicit use of `eval` or direct arbitrary code execution from untrusted user input. Data loading is from local, predefined JSON/CSV files. LLM interaction is through the `openai` library, which is a standard and generally secure way to interact with AI services. The input parameter `category` is used for DataFrame filtering and prompt construction, which is a safe pattern.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-26

Tags

ForecastingRetailDemand PredictionAIMCP