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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_IOT_EVENTS_DATA_API_KEYReplace your_aws_iot_events_data_api_key with your actual aws iot events data api key
Endpoints
/alarms/acknowledgeBatchAcknowledgeAlarm
/detectors/deleteBatchDeleteDetector
/alarms/disableBatchDisableAlarm
/alarms/enableBatchEnableAlarm
/inputs/messagesBatchPutMessage
/alarms/resetBatchResetAlarm
/alarms/snoozeBatchSnoozeAlarm
/detectorsBatchUpdateDetector
/alarms/{alarmModelName}/keyValues/DescribeAlarm
/detectors/{detectorModelName}/keyValues/DescribeDetector