Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS IoT Events Data MCP Server

<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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-iotevents-data

Environment Variables

AWS_IOT_EVENTS_DATA_API_KEY

Example: your_aws_iot_events_data_api_key

MCP Server Configuration

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

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

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