Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Secure Tunneling MCP Config

<fullname>IoT Secure Tunneling</fullname> <p>IoT Secure Tunneling creates remote connections to devices deployed in the field.</p> <p>For more information about how IoT Secure Tunneling works, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/secure-tunneling.html">IoT Secure Tunnel

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_IOT_SECURE_TUNNELING_API_KEY

Replace your_aws_iot_secure_tunneling_api_key with your actual aws iot secure tunneling api key

Endpoints

POST/#X-Amz-Target=IoTSecuredTunneling.CloseTunnel

CloseTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.DescribeTunnel

DescribeTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=IoTSecuredTunneling.ListTunnels

ListTunnels

POST/#X-Amz-Target=IoTSecuredTunneling.OpenTunnel

OpenTunnel

POST/#X-Amz-Target=IoTSecuredTunneling.RotateTunnelAccessToken

RotateTunnelAccessToken

POST/#X-Amz-Target=IoTSecuredTunneling.TagResource

TagResource

POST/#X-Amz-Target=IoTSecuredTunneling.UntagResource

UntagResource