AI & MLAuto-generated
AWS IoT Analytics MCP Server
<p>IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data and run sophisticated analytics on it. IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integrat
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-iotanalytics
Environment Variables
AWS_IOT_ANALYTICS_API_KEYExample: your_aws_iot_analytics_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-iotanalytics": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iotanalytics"],
"env": {
"AWS_IOT_ANALYTICS_API_KEY": "your_aws_iot_analytics_api_key"
}
}
}
}Endpoints
POST
/messages/batchBatchPutMessage
DELETE
/pipelines/{pipelineName}/reprocessing/{reprocessingId}CancelPipelineReprocessing
GET
/channelsListChannels
POST
/channelsCreateChannel
GET
/datasetsListDatasets
POST
/datasetsCreateDataset
GET
/datasets/{datasetName}/contentGetDatasetContent
POST
/datasets/{datasetName}/contentCreateDatasetContent
DELETE
/datasets/{datasetName}/contentDeleteDatasetContent
GET
/datastoresListDatastores