Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Amazon Forecast Query Service MCP Server

Provides APIs for creating and managing Amazon Forecast resources.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-forecastquery

Environment Variables

AMAZON_FORECAST_QUERY_SERVICE_API_KEY

Example: your_amazon_forecast_query_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-forecastquery": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-forecastquery"],
      "env": {
      "AMAZON_FORECAST_QUERY_SERVICE_API_KEY": "your_amazon_forecast_query_service_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=AmazonForecastRuntime.QueryForecast

QueryForecast

POST/#X-Amz-Target=AmazonForecastRuntime.QueryWhatIfForecast

QueryWhatIfForecast