Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS IoT Wireless MCP Server

<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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-iotwireless

Environment Variables

AWS_IOT_WIRELESS_API_KEY

Example: your_aws_iot_wireless_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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