ipradeep99/Prophet_mcp
MCP (Model Context Protocol) server that enables LLMs to forecast time-series data using Meta's Prophet. Supports linear & logistic growth, multi-frequency forecasting (daily/hourly/weekly/monthly), and returns trend analysis with Chart.js visualization config. Deployed on Google Cloud Run.
Platform-specific configuration:
{
"mcpServers": {
"Prophet_mcp": {
"command": "npx",
"args": [
"-y",
"Prophet_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An open-source Model Context Protocol (MCP) server engineered for Time-Series Forecasting.
Powered by Meta's Prophet, this server enables LLMs to generate accurate forecasts, trend analyses, and confidence intervals from historical data โ turning raw numbers into actionable insights within AI workflows.
> Note: This project is a specialized fork of the sendgrid-mcp server, re-engineered to provide robust forecasting capabilities via the MCP protocol.
---
Leverages Meta's Prophet to predict future trends based on historical data. Handles seasonality, outliers, and trend changes automatically.
Choose the right forecasting model for your scenario:
cap (max) and optional floor (min) โ ideal for metrics like market share, adoption rates, or capacity-limited systems.Supports daily, hourly, weekly, and monthly time series via the freq parameter โ use the frequency that matches your input data.
Returns data in a format optimized for Large Language Models:
Includes Chart.js configuration in every response with:
Input validation with clear error messages for:
Loading reviews...