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_KEYExample: 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/acknowledgeBatchAcknowledgeAlarm
POST
/detectors/deleteBatchDeleteDetector
POST
/alarms/disableBatchDisableAlarm
POST
/alarms/enableBatchEnableAlarm
POST
/inputs/messagesBatchPutMessage
POST
/alarms/resetBatchResetAlarm
POST
/alarms/snoozeBatchSnoozeAlarm
POST
/detectorsBatchUpdateDetector
GET
/alarms/{alarmModelName}/keyValues/DescribeAlarm
GET
/detectors/{detectorModelName}/keyValues/DescribeDetector