Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-iot1click-devices.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-iot1click-devices": {
      "url": "https://mcpbridge.org/config/amazonaws-com-iot1click-devices.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-iot1click-devices": {
      "url": "https://mcpbridge.org/config/amazonaws-com-iot1click-devices.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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