Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

Amazon Forecast Query Service MCP Config

Provides APIs for creating and managing Amazon Forecast resources.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-forecastquery.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-forecastquery": {
      "url": "https://mcpbridge.org/config/amazonaws-com-forecastquery.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-forecastquery": {
      "url": "https://mcpbridge.org/config/amazonaws-com-forecastquery.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-forecastquery.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-forecastquery.json

Environment Variables

AMAZON_FORECAST_QUERY_SERVICE_API_KEY

Replace your_amazon_forecast_query_service_api_key with your actual amazon forecast query service api key

Endpoints

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

QueryForecast

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

QueryWhatIfForecast