Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Genpark Demand Forecasting Skill

FreeNot checked

GenPark AI Skill - Forecast product demand using historical sales, seasonality decomposition, and trend detection with reorder recommendations

GitHubEmbed

About

GenPark AI Skill - Forecast product demand using historical sales, seasonality decomposition, and trend detection with reorder recommendations

README

GenPark AI Agent Skill -- Forecast product demand using historical sales, seasonality decomposition, and trend detection.

Features

  • Exponential smoothing baseline forecast
  • Linear trend detection (growing / stable / declining)
  • Multiplicative seasonality index decomposition
  • 80%/120% confidence interval bounds
  • Safety stock calculation with lead time adjustment
  • Reorder point and suggested order quantity

Quick Start

from client import DemandForecastingClient

client = DemandForecastingClient()
result = client.forecast(
    sales_history=[{"period": "Jan", "units_sold": 120}, {"period": "Feb", "units_sold": 135}],
    forecast_periods=6,
    lead_time_periods=2,
)
print(result["trend"], result["reorder_recommendation"])

Installation

python example_usage.py  # No external dependencies

Built by GenPark | alphaparkinc

from github.com/alphaparkinc/genpark-demand-forecasting-skill

Installing Genpark Demand Forecasting Skill

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/alphaparkinc/genpark-demand-forecasting-skill

FAQ

Is Genpark Demand Forecasting Skill MCP free?

Yes, Genpark Demand Forecasting Skill MCP is free — one-click install via Unyly at no cost.

Does Genpark Demand Forecasting Skill need an API key?

No, Genpark Demand Forecasting Skill runs without API keys or environment variables.

Is Genpark Demand Forecasting Skill hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Genpark Demand Forecasting Skill in Claude Desktop, Claude Code or Cursor?

Open Genpark Demand Forecasting Skill on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Genpark Demand Forecasting Skill with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs