Skip to content
MCP-Bridge
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_KEY

Example: 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}/associate

AssociateAssets

POST/timeseries/associate/#alias&assetId&propertyId

AssociateTimeSeriesToAssetProperty

POST/projects/{projectId}/assets/associate

BatchAssociateProjectAssets

POST/projects/{projectId}/assets/disassociate

BatchDisassociateProjectAssets

POST/properties/batch/aggregates

BatchGetAssetPropertyAggregates

POST/properties/batch/latest

BatchGetAssetPropertyValue

POST/properties/batch/history

BatchGetAssetPropertyValueHistory

POST/properties

BatchPutAssetPropertyValue

GET/access-policies

ListAccessPolicies

POST/access-policies

CreateAccessPolicy