AWS IoT Data Plane MCP Config
<fullname>IoT data</fullname> <p>IoT data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. It implements a broker for applications and things to publish messages over
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-iot-data.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot-data.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-iot-data": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iot-data"],
"env": {
"AWS_IOT_DATA_PLANE_API_KEY": "your_aws_iot_data_plane_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-iot-data.jsonEnvironment Variables
AWS_IOT_DATA_PLANE_API_KEYReplace your_aws_iot_data_plane_api_key with your actual aws iot data plane api key
Endpoints
/things/{thingName}/shadowGetThingShadow
/things/{thingName}/shadowUpdateThingShadow
/things/{thingName}/shadowDeleteThingShadow
/retainedMessage/{topic}GetRetainedMessage
/api/things/shadow/ListNamedShadowsForThing/{thingName}ListNamedShadowsForThing
/retainedMessageListRetainedMessages
/topics/{topic}Publish