Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT 1-Click Devices Service MCP Config

Describes all of the AWS IoT 1-Click device-related API operations for the service. Also provides sample requests, responses, and errors for the supported web services protocols.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-iot1click-devices.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot1click-devices.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-iot1click-devices": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iot1click-devices"],
      "env": {
      "AWS_IOT_1_CLICK_DEVICES_SERVICE_API_KEY": "your_aws_iot_1_click_devices_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-iot1click-devices.json

Environment Variables

AWS_IOT_1_CLICK_DEVICES_SERVICE_API_KEY

Replace your_aws_iot_1_click_devices_service_api_key with your actual aws iot 1 click devices service api key

Endpoints

PUT/claims/{claimCode}

ClaimDevicesByClaimCode

GET/devices/{deviceId}

DescribeDevice

PUT/devices/{deviceId}/finalize-claim

FinalizeDeviceClaim

GET/devices/{deviceId}/methods

GetDeviceMethods

POST/devices/{deviceId}/methods

InvokeDeviceMethod

PUT/devices/{deviceId}/initiate-claim

InitiateDeviceClaim

GET/devices/{deviceId}/events#fromTimeStamp&toTimeStamp

ListDeviceEvents

GET/devices

ListDevices

GET/tags/{resource-arn}

ListTagsForResource

POST/tags/{resource-arn}

TagResource