Cloud InfrastructureAuto-generated
AWS IoT Jobs Data Plane MCP Server
<p>AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to AWS IoT. For example, you can define a job that instructs a set of devices to download and install application or firmware updates, reboot, rotat
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iot-jobs-data
Environment Variables
AWS_IOT_JOBS_DATA_PLANE_API_KEYExample: your_aws_iot_jobs_data_plane_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-iot-jobs-data": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iot-jobs-data"],
"env": {
"AWS_IOT_JOBS_DATA_PLANE_API_KEY": "your_aws_iot_jobs_data_plane_api_key"
}
}
}
}Endpoints
GET
/things/{thingName}/jobs/{jobId}DescribeJobExecution
POST
/things/{thingName}/jobs/{jobId}UpdateJobExecution
GET
/things/{thingName}/jobsGetPendingJobExecutions
PUT
/things/{thingName}/jobs/$nextStartNextPendingJobExecution