Cloud InfrastructureAuto-generated
AWS IoT SiteWise MCP Server
Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects <a href="https://en.wikipedia.org/wiki/Internet_of_things#Industrial_applications">Industrial Internet of Things (IIoT)</a> devices to the power of the Amazon Web Services Cloud. For more informat
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iotsitewise
Environment Variables
AWS_IOT_SITEWISE_API_KEYExample: your_aws_iot_sitewise_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-iotsitewise": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iotsitewise"],
"env": {
"AWS_IOT_SITEWISE_API_KEY": "your_aws_iot_sitewise_api_key"
}
}
}
}Endpoints
POST
/assets/{assetId}/associateAssociateAssets
POST
/timeseries/associate/#alias&assetId&propertyIdAssociateTimeSeriesToAssetProperty
POST
/projects/{projectId}/assets/associateBatchAssociateProjectAssets
POST
/projects/{projectId}/assets/disassociateBatchDisassociateProjectAssets
POST
/properties/batch/aggregatesBatchGetAssetPropertyAggregates
POST
/properties/batch/latestBatchGetAssetPropertyValue
POST
/properties/batch/historyBatchGetAssetPropertyValueHistory
POST
/propertiesBatchPutAssetPropertyValue
GET
/access-policiesListAccessPolicies
POST
/access-policiesCreateAccessPolicy