Cloud InfrastructureAuto-generated
AWS IoT Events MCP Server
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.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iotevents
Environment Variables
AWS_IOT_EVENTS_API_KEYExample: your_aws_iot_events_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-iotevents": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iotevents"],
"env": {
"AWS_IOT_EVENTS_API_KEY": "your_aws_iot_events_api_key"
}
}
}
}Endpoints
GET
/alarm-modelsListAlarmModels
POST
/alarm-modelsCreateAlarmModel
GET
/detector-modelsListDetectorModels
POST
/detector-modelsCreateDetectorModel
GET
/inputsListInputs
POST
/inputsCreateInput
GET
/alarm-models/{alarmModelName}DescribeAlarmModel
POST
/alarm-models/{alarmModelName}UpdateAlarmModel
DELETE
/alarm-models/{alarmModelName}DeleteAlarmModel
GET
/detector-models/{detectorModelName}DescribeDetectorModel