Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Events Data MCP Config

<p>IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.</p> <p> For more information, see <a

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-iotevents-data": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iotevents-data"],
      "env": {
      "AWS_IOT_EVENTS_DATA_API_KEY": "your_aws_iot_events_data_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-data.json

Environment Variables

AWS_IOT_EVENTS_DATA_API_KEY

Replace your_aws_iot_events_data_api_key with your actual aws iot events data api key

Endpoints

POST/alarms/acknowledge

BatchAcknowledgeAlarm

POST/detectors/delete

BatchDeleteDetector

POST/alarms/disable

BatchDisableAlarm

POST/alarms/enable

BatchEnableAlarm

POST/inputs/messages

BatchPutMessage

POST/alarms/reset

BatchResetAlarm

POST/alarms/snooze

BatchSnoozeAlarm

POST/detectors

BatchUpdateDetector

GET/alarms/{alarmModelName}/keyValues/

DescribeAlarm

GET/detectors/{detectorModelName}/keyValues/

DescribeDetector