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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_IOT_FLEET_HUB_API_KEYReplace your_aws_iot_fleet_hub_api_key with your actual aws iot fleet hub api key
Endpoints
GET
/applicationsListApplications
POST
/applicationsCreateApplication
GET
/applications/{applicationId}DescribeApplication
DELETE
/applications/{applicationId}DeleteApplication
PATCH
/applications/{applicationId}UpdateApplication
GET
/tags/{resourceArn}ListTagsForResource
POST
/tags/{resourceArn}TagResource
DELETE
/tags/{resourceArn}#tagKeysUntagResource