Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT Fleet Hub MCP Config

<p>With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.</p> <note> <p>Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.</p> </note>

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_IOT_FLEET_HUB_API_KEY

Replace your_aws_iot_fleet_hub_api_key with your actual aws iot fleet hub api key

Endpoints

GET/applications

ListApplications

POST/applications

CreateApplication

GET/applications/{applicationId}

DescribeApplication

DELETE/applications/{applicationId}

DeleteApplication

PATCH/applications/{applicationId}

UpdateApplication

GET/tags/{resourceArn}

ListTagsForResource

POST/tags/{resourceArn}

TagResource

DELETE/tags/{resourceArn}#tagKeys

UntagResource