shopify-forecast-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOPIFY_FORECAST_SHOP | Yes | Your store domain (e.g. mystore.myshopify.com) | |
| SHOPIFY_FORECAST_ACCESS_TOKEN | Yes | Admin API access token (from custom app) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| forecast_revenueA | Forecast total store revenue over a future horizon using TimesFM 2.5. Returns a markdown summary and table with point forecast and 80% confidence band (q10-q90). |
| forecast_demandB | Forecast demand by product, collection, or SKU using TimesFM 2.5. |
| analyze_promotionB | Analyze a past promotion's impact vs baseline: revenue lift, order lift, AOV change, post-promo hangover, and product cannibalization. |
| compare_periodsC | Compare two time periods across revenue, orders, units, AOV, discount rate, and units per order. |
| get_seasonalityB | Identify seasonal patterns in store data by day of week, month, or quarter. |
| detect_anomaliesB | Detect anomalous days where actual values fell outside expected forecast bands. |
| compare_scenariosA | Compare 2-4 promotional scenarios with what-if forecasting. Each scenario specifies a promo period and discount depth. Returns a side-by-side markdown table with revenue projections, confidence bands, and a recommendation for the best-performing scenario. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcostigliola321/shopify-forecast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server