MCP-native forecasting tools

Forecasting Built for AI Agents

Give your AI agent accurate, production-ready time series forecasts via MCP. Connect Claude, ChatGPT, Cursor, or any MCP client in minutes. REST API also available.

Also available as a REST API

Everything You Need for Accurate Forecasts

Our API handles the complexity so you can focus on decisions, not data science.

AI Agent Native

MCP

Connect Claude, ChatGPT, Cursor, or any MCP-compatible client. Your agent calls submit_forecast, polls status, and retrieves results - no custom integration code needed.

Configurable Horizons

Forecast from 7 to 364 days ahead. Choose the exact horizon your business needs.

Multiple Data Intervals

Support for 5-minute, 15-minute, 30-minute, hourly, daily, and weekly intervals.

Event-Based Forecasting

Include holidays, promotions, and custom events so your model understands demand drivers.

Location-Aware Modelling

Provide latitude and longitude to automatically incorporate local weather data into your forecasts.

Timezone Support

Full IANA timezone region support ensures your forecasts align with local business hours.

Exogenous Variables

Pass additional external signals like pricing, marketing spend, or foot traffic to improve accuracy.

Anomaly Handling

Handles anomalies automatically to maintain stable, accurate forecasts across changing conditions or irregular events.

Webhook Notifications

Get notified instantly when your forecast is ready. No polling required.

How It Works

Three steps from raw data to production forecasts.

1

Tell Your Agent to Forecast

Describe what you need in plain language. Your AI assistant - Claude, ChatGPT, Cursor, or any MCP client - handles the rest.

2

Agent Submits and Waits

The agent calls submit_forecast via MCP, polls for completion, and streams progress - all without you writing a line of code.

3

Results in Your Workflow

Forecasted values are returned directly into your agent conversation, ready to analyse, summarise, or act on immediately.

Connect in Two Lines of Config

Add AgentForecast to your MCP client and start forecasting immediately.

claude_desktop_config.json
// Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client
{
  "mcpServers": {
    "agentforecast": {
      "type": "http",
      "url": "https://www.agentforecast.ai/mcp",
      "headers": {
        "Authorization": "Bearer sk_your_api_key_here"
      }
    }
  }
}
Claude chat
You

"I've got 12 months of daily sales data in this spreadsheet. Can you forecast the next month?"

Claude

Calls submit_forecast with 365 data points → polls get_forecast_status → calls get_forecast_result

"Here are your 30-day demand forecasts: 1 May: 2,840, 2 May: 2,103, 3 May: 1,976 ..."

Full MCP documentation →

Ready to Start Forecasting?

Create an account and make your first forecast in minutes.