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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_IOT_SECURE_TUNNELING_API_KEYReplace your_aws_iot_secure_tunneling_api_key with your actual aws iot secure tunneling api key
Endpoints
/#X-Amz-Target=IoTSecuredTunneling.CloseTunnelCloseTunnel
/#X-Amz-Target=IoTSecuredTunneling.DescribeTunnelDescribeTunnel
/#X-Amz-Target=IoTSecuredTunneling.ListTagsForResourceListTagsForResource
/#X-Amz-Target=IoTSecuredTunneling.ListTunnelsListTunnels
/#X-Amz-Target=IoTSecuredTunneling.OpenTunnelOpenTunnel
/#X-Amz-Target=IoTSecuredTunneling.RotateTunnelAccessTokenRotateTunnelAccessToken
/#X-Amz-Target=IoTSecuredTunneling.TagResourceTagResource
/#X-Amz-Target=IoTSecuredTunneling.UntagResourceUntagResource