AWS IoT MCP Config
<fullname>IoT</fullname> <p>IoT provides secure, bi-directional communication between Internet-connected devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. You can discover your custom IoT-Data endpoint to communicate with, configure rules
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-iot.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-iot": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iot"],
"env": {
"AWS_IOT_API_KEY": "your_aws_iot_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.jsonEnvironment Variables
AWS_IOT_API_KEYReplace your_aws_iot_api_key with your actual aws iot api key
Endpoints
/accept-certificate-transfer/{certificateId}AcceptCertificateTransfer
/billing-groups/addThingToBillingGroupAddThingToBillingGroup
/thing-groups/addThingToThingGroupAddThingToThingGroup
/jobs/{jobId}/targetsAssociateTargetsWithJob
/target-policies/{policyName}DetachPolicy
/target-policies/{policyName}AttachPolicy
/principal-policies/{policyName}#x-amzn-iot-principalAttachPrincipalPolicy
/principal-policies/{policyName}#x-amzn-iot-principalDetachPrincipalPolicy
/security-profiles/{securityProfileName}/targets#securityProfileTargetArnAttachSecurityProfile
/security-profiles/{securityProfileName}/targets#securityProfileTargetArnDetachSecurityProfile