Cloud InfrastructureAuto-generated
AWS IoT Fleet Hub MCP Server
<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>
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iotfleethub
Environment Variables
AWS_IOT_FLEET_HUB_API_KEYExample: your_aws_iot_fleet_hub_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}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