Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Events MCP Config

AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events API operations to create, read, update, and delete inputs and detector models, and to list their versions.

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-iotevents.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iotevents.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-iotevents": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iotevents"],
      "env": {
      "AWS_IOT_EVENTS_API_KEY": "your_aws_iot_events_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://mcp-bridge.pages.dev/config/amazonaws-com-iotevents.json

Environment Variables

AWS_IOT_EVENTS_API_KEY

Replace your_aws_iot_events_api_key with your actual aws iot events api key

Endpoints

GET/alarm-models

ListAlarmModels

POST/alarm-models

CreateAlarmModel

GET/detector-models

ListDetectorModels

POST/detector-models

CreateDetectorModel

GET/inputs

ListInputs

POST/inputs

CreateInput

GET/alarm-models/{alarmModelName}

DescribeAlarmModel

POST/alarm-models/{alarmModelName}

UpdateAlarmModel

DELETE/alarm-models/{alarmModelName}

DeleteAlarmModel

GET/detector-models/{detectorModelName}

DescribeDetectorModel