AWS IoT Analytics MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-iotanalytics.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iotanalytics.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-iotanalytics": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-iotanalytics"],
"env": {
"AWS_IOT_ANALYTICS_API_KEY": "your_aws_iot_analytics_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-iotanalytics.jsonEnvironment Variables
AWS_IOT_ANALYTICS_API_KEYReplace your_aws_iot_analytics_api_key with your actual aws iot analytics api key
Endpoints
/messages/batchBatchPutMessage
/pipelines/{pipelineName}/reprocessing/{reprocessingId}CancelPipelineReprocessing
/channelsListChannels
/channelsCreateChannel
/datasetsListDatasets
/datasetsCreateDataset
/datasets/{datasetName}/contentGetDatasetContent
/datasets/{datasetName}/contentCreateDatasetContent
/datasets/{datasetName}/contentDeleteDatasetContent
/datastoresListDatastores