Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Wireless MCP Config

<p>AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) communication protocol to

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-iotwireless": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iotwireless"],
      "env": {
      "AWS_IOT_WIRELESS_API_KEY": "your_aws_iot_wireless_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-iotwireless.json

Environment Variables

AWS_IOT_WIRELESS_API_KEY

Replace your_aws_iot_wireless_api_key with your actual aws iot wireless api key

Endpoints

GET/partner-accounts

ListPartnerAccounts

POST/partner-accounts

AssociateAwsAccountWithPartnerAccount

PUT/fuota-tasks/{Id}/multicast-group

AssociateMulticastGroupWithFuotaTask

PUT/fuota-tasks/{Id}/wireless-device

AssociateWirelessDeviceWithFuotaTask

PUT/multicast-groups/{Id}/wireless-device

AssociateWirelessDeviceWithMulticastGroup

PUT/wireless-devices/{Id}/thing

AssociateWirelessDeviceWithThing

DELETE/wireless-devices/{Id}/thing

DisassociateWirelessDeviceFromThing

GET/wireless-gateways/{Id}/certificate

GetWirelessGatewayCertificate

PUT/wireless-gateways/{Id}/certificate

AssociateWirelessGatewayWithCertificate

DELETE/wireless-gateways/{Id}/certificate

DisassociateWirelessGatewayFromCertificate