AWS IoT SiteWise

AWS IoT SiteWise

Industrial IoT asset management.

10K+

41 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

AWS IoT SiteWise MCP Server

Industrial IoT asset management.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/awslabs/mcp/blob/636aca8e109b5559006044f035bb89c16e9e5410/src/aws-iot-sitewise-mcp-server/Dockerfile
Commit636aca8e109b5559006044f035bb89c16e9e5410
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/aws-iot-sitewise-mcp-server --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceApache License 2.0

Available Tools (41)

Tools provided by this ServerShort Description
batch_get_asset_property_aggregatesGet aggregated values for multiple asset properties.
batch_get_asset_property_valueGet the current values for multiple asset properties.
batch_get_asset_property_value_histGet the historical values for multiple asset properties.
convert_multiple_timestampsConvert multiple Unix epoch timestamps to human-readable format.
convert_unix_timestampConvert Unix epoch timestamp to human-readable format.
create_bulk_import_schemaConstruct and validate a bulk import schema.
create_timestamp_rangeCreate a formatted timestamp range from start and end timestamps.
describe_actionDescribe an action in AWS IoT SiteWise.
describe_assetRetrieve information about an asset.
describe_asset_modelRetrieve information about an asset model.
describe_bulk_import_jobGet detailed information about a specific bulk import job in AWS IoT SiteWise.
describe_computation_modelDescribe a computation model in AWS IoT SiteWise.
describe_computation_model_execution_summaryDescribe a computation model execution summary in AWS IoT SiteWise.
describe_default_encryption_configRetrieve information about the default encryption configuration for your AWS account.
describe_executionDescribe an execution in AWS IoT SiteWise.
describe_gatewayRetrieve information about a gateway.
describe_gateway_capability_configRetrieve information about a gateway capability configuration.
describe_logging_optionsRetrieve the current AWS IoT SiteWise logging options.
describe_storage_configurationRetrieve information about the storage configuration for your AWS account.
describe_time_seriesRetrieve information about a time series (data stream).
execute_queryExecute comprehensive SQL queries against AWS IoT SiteWise data using the executeQuery API.
get_asset_property_aggregatesGet aggregated values for an asset property.
get_asset_property_valueGet the current value for the given asset property.
get_asset_property_value_historyGet the history of an asset property's values.
get_current_timestampGet the current Unix timestamp and formatted time.
get_interpl_asset_property_valuesGet interpolated values for an asset property for a specified time interval.
get_metadata_transfer_jobGet details of a metadata transfer job.
get_sitewise_server_modeGet the current SiteWise server mode and available capabilities.
list_actionsList actions for a specific target resource in AWS IoT SiteWise.
list_asset_model_propertiesRetrieve a paginated list of properties associated with an asset model.
list_asset_modelsRetrieve a paginated list of summaries for all asset models.
list_assetsRetrieve a paginated list of asset summaries.
list_associated_assetsRetrieve a paginated list of associated assets.
list_bulk_import_jobsList bulk import jobs in AWS IoT SiteWise.
list_computation_model_data_binding_usagesFind computation models that use a given resource in data binding.
list_computation_model_resolve_to_resourcesList computation model resolve to resources in AWS IoT SiteWise.
list_computation_modelsList computation models in AWS IoT SiteWise.
list_executionsList executions for a specific target resource in AWS IoT SiteWise.
list_gatewaysRetrieve a paginated list of gateways.
list_metadata_transfer_jobsList metadata transfer jobs.
list_time_seriesRetrieve a paginated list of time series (data streams).

Tools Details

Tool: batch_get_asset_property_aggregates

Get aggregated values for multiple asset properties.

ParametersTypeDescription
entriesarrayThe list of asset property aggregate entries for the batch get request
max_resultsintegeroptionalThe maximum number of results to return (1-4000)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: batch_get_asset_property_value

Get the current values for multiple asset properties.

ParametersTypeDescription
entriesarrayThe list of asset property identifiers for the batch get request
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: batch_get_asset_property_value_hist

Get the historical values for multiple asset properties.

ParametersTypeDescription
entriesarrayThe list of asset property historical value entries for the batch get request
max_resultsintegeroptionalThe maximum number of results to return (1-4000)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: convert_multiple_timestamps

Convert multiple Unix epoch timestamps to human-readable format.

This tool converts multiple timestamps at once, useful for processing API responses that contain several timestamp fields.

ParametersTypeDescription
timestampsobjectDictionary of timestamp names and values
format_stringstringoptionalPython strftime format string for output formatting

Tool: convert_unix_timestamp

Convert Unix epoch timestamp to human-readable format.

This tool provides accurate timestamp conversion to prevent AI agents from making conversion errors when interpreting Unix timestamps from API responses.

ParametersTypeDescription
timestampstringUnix epoch timestamp (seconds since 1970-01-01)
format_stringstringoptionalPython strftime format string for output formatting
timezonestringoptionalTimezone for conversion (currently only supports UTC)

Tool: create_bulk_import_schema

Construct and validate a bulk import schema.

ParametersTypeDescription
asset_modelsstringoptionalList of asset model definitions. Each must include:
assetsstringoptionalList of asset definitions. Each must include:

Tool: create_timestamp_range

Create a formatted timestamp range from start and end timestamps.

This tool formats a range of timestamps for display, useful for showing training periods, evaluation periods, or other time ranges.

ParametersTypeDescription
end_timestampstringEnd Unix epoch timestamp
start_timestampstringStart Unix epoch timestamp
format_stringstringoptionalPython strftime format string for output formatting

Tool: describe_action

Describe an action in AWS IoT SiteWise.

Retrieves detailed information about a specific action, including its definition, payload, target resource, execution time, and resolution details.

ParametersTypeDescription
action_idstringThe ID of the action to describe (required)
regionstringoptionalAWS region (default: us-east-1)

Tool: describe_asset

Retrieve information about an asset.

ParametersTypeDescription
asset_idstringThe ID of the asset (UUID format: 12345678-1234-1234-1234-123456789012 or external ID format: externalId:my-external-id)
exclude_propertiesbooleanoptionalWhether to exclude asset properties from the response
regionstringoptionalAWS region

Tool: describe_asset_model

Retrieve information about an asset model.

ParametersTypeDescription
asset_model_idstringThe ID of the asset model (UUID format: 12345678-1234-1234-1234-123456789012 or external ID format: externalId:my-external-id)
asset_model_versionstringoptionalThe version of the asset model (LATEST, ACTIVE)
exclude_propertiesbooleanoptionalWhether to exclude asset model properties
regionstringoptionalAWS region

Tool: describe_bulk_import_job

Get detailed information about a specific bulk import job in AWS IoT SiteWise.

This function retrieves comprehensive details about a bulk import job including its configuration, status, progress, error information, and execution statistics.

ParametersTypeDescription
job_idstringThe ID of the bulk import job to describe (UUID format)
regionstringoptionalAWS region

Tool: describe_computation_model

Describe a computation model in AWS IoT SiteWise.

Retrieves detailed information about a specific computation model, including its configuration, data bindings, status, and metadata.

ParametersTypeDescription
computation_model_idstringThe ID of the computation model to describe (required, must be in UUID format)
computation_model_versionstringoptionalOptional version of the computation model
regionstringoptionalAWS region (default: us-east-1)

Tool: describe_computation_model_execution_summary

Describe a computation model execution summary in AWS IoT SiteWise.

This tool intelligently determines whether to use resolve parameters based on the computation model configuration:

  • For Asset Model Level Configuration: Uses resolve parameters if provided to get execution summary for specific assets
  • For Asset Level Configuration: Ignores resolve parameters as they're not needed (already tied to specific assets)

Smart Optimization: If you know the configuration type, provide it via the configuration_type parameter to avoid an additional API call to describe_computation_model for type detection.

ParametersTypeDescription
computation_model_idstringThe ID of the computation model (required, must be in UUID format)
configuration_typestringoptionalOptional configuration type hint to avoid auto-detection API call.
regionstringoptionalAWS region (default: us-east-1)
resolve_to_resource_idstringoptionalOptional ID of the resolved resource (only used for asset model level configurations)
resolve_to_resource_typestringoptionalOptional type of the resolved resource (ASSET, only used for asset model level configurations)

Tool: describe_default_encryption_config

Retrieve information about the default encryption configuration for your AWS account.

ParametersTypeDescription
regionstringoptionalAWS region

Tool: describe_execution

Describe an execution in AWS IoT SiteWise.

Retrieves detailed information about a specific execution, including execution details, status, timestamps, target resource information, and execution results. This provides comprehensive information about the execution process.

ParametersTypeDescription
execution_idstringThe ID of the execution to describe (required)
regionstringoptionalAWS region (default: us-east-1)

Tool: describe_gateway

Retrieve information about a gateway.

ParametersTypeDescription
gateway_idstringThe ID of the gateway device
regionstringoptionalAWS region

Tool: describe_gateway_capability_config

Retrieve information about a gateway capability configuration.

ParametersTypeDescription
capability_namespacestringThe namespace of the capability configuration
gateway_idstringThe ID of the gateway that defines the capability configuration
regionstringoptionalAWS region

Tool: describe_logging_options

Retrieve the current AWS IoT SiteWise logging options.

ParametersTypeDescription
regionstringoptionalAWS region

Tool: describe_storage_configuration

Retrieve information about the storage configuration for your AWS account.

ParametersTypeDescription
regionstringoptionalAWS region

Tool: describe_time_series

Retrieve information about a time series (data stream).

ParametersTypeDescription
aliasstringoptionalThe alias that identifies the time series
asset_idstringoptionalThe ID of the asset in which the asset property was created
property_idstringoptionalThe ID of the asset property
regionstringoptionalAWS region

Tool: execute_query

Execute comprehensive SQL queries against AWS IoT SiteWise data using the executeQuery API.

The AWS IoT SiteWise query language supports SQL capabilities including:

  • Views: asset, asset_property, raw_time_series, latest_value_time_series, precomputed_aggregates
  • SQL clauses: SELECT, FROM, WHERE, GROUP BY, ORDER BY, HAVING, LIMIT
  • Functions: Aggregation, date/time, string, mathematical, conditional
  • Operators: Comparison, logical, arithmetic, pattern matching (LIKE)
  • JOIN operations: JOIN, LEFT JOIN, UNION (prefer implicit joins for performance)

Available Views and Schema (From Official AWS Documentation):

ASSET VIEW: Contains information about the asset and model derivation

  • asset_id (string), asset_name (string), asset_description (string)
  • asset_model_id (string), parent_asset_id (string), asset_external_id (string)
  • asset_external_model_id (string), hierarchy_id (string)

ASSET_PROPERTY VIEW: Contains information about the asset property's structure

  • asset_id (string), property_id (string), property_name (string), property_alias (string)
  • property_external_id (string), asset_composite_model_id (string), property_type (string)
  • property_data_type (string), int_attribute_value (integer), double_attribute_value (double)
  • boolean_attribute_value (boolean), string_attribute_value (string)

RAW_TIME_SERIES VIEW: Contains the historical data of the time series

  • asset_id (string), property_id (string), property_alias (string), event_timestamp (timestamp)
  • quality (string), boolean_value (boolean), int_value (integer), double_value (double), string_value (string)

LATEST_VALUE_TIME_SERIES VIEW: Contains the latest value of the time series

  • asset_id (string), property_id (string), property_alias (string), event_timestamp (timestamp)
  • quality (string), boolean_value (boolean), int_value (integer), double_value (double), string_value (string)

PRECOMPUTED_AGGREGATES VIEW: Contains automatically computed aggregated asset property values

  • asset_id (string), property_id (string), property_alias (string), event_timestamp (timestamp)
  • quality (string), resolution (string), sum_value (double), count_value (integer)
  • average_value (double), maximum_value (double), minimum_value (double), stdev_value (double)

Complete SQL Function Reference (From AWS IoT SiteWise User Guide):

DATE/TIME FUNCTIONS:

  • DATE_ADD( unit, value, date): Add time to date (e.g., DATE_ADD(DAY, 7, event_timestamp)) - DATE_SUB( unit, value, date): Subtract time from date (e.g., DATE_SUB( YEAR, 2, event_timestamp)) - TIMESTAMP_ADD( unit, value, timestamp): Add time to timestamp
  • TIMESTAMP_SUB(unit, value, timestamp): Subtract time from timestamp
  • NOW( ): Current timestamp (supported, but use TIMESTAMP_ADD/SUB for math operations) - TIMESTAMP literals: Use TIMESTAMP '2023-01-01 00:00:00' for specific dates
  • CAST(expression AS TIMESTAMP): Convert string to timestamp

Note: NOW() IS supported. When doing math on NOW() or any timestamp, use TIMESTAMP_ADD/TIMESTAMP_SUB functions rather than +/- operators.

TYPE CONVERSION FUNCTIONS:

  • TO_DATE(integer): Convert epoch milliseconds to date
  • TO_DATE(expression, format): Convert string to date with format
  • TO_TIMESTAMP(double): Convert epoch seconds to timestamp
  • TO_TIMESTAMP(string, format): Convert string to timestamp with format
  • TO_TIME(int): Convert epoch milliseconds to time
  • TO_TIME(string, format): Convert string to time with format
  • CAST(expression AS data_type): Convert between BOOLEAN, INTEGER, TIMESTAMP, DATE, STRING, etc.

AGGREGATE FUNCTIONS:

  • AVG(expression): Average value
  • COUNT(expression): Count rows (COUNT(*) is supported)
  • MAX(expression): Maximum value
  • MIN(expression): Minimum value
  • SUM(expression): Sum values
  • STDDEV(expression): Standard deviation
  • GROUP BY expression: Group results
  • HAVING boolean-expression: Filter grouped results

IMPORTANT LIMITATIONS:

  • Window functions, CTEs (WITH clauses), DISTINCT, SELECT *, and ILIKE are NOT supported

SUPPORTED FEATURES:

  • CASE statements (CASE WHEN...THEN...ELSE...END pattern) ARE supported
  • COUNT(*) IS supported (only SELECT * is blocked)
  • Use implicit JOINs for better performance when possible Parameters|Type|Description -|-|- query_statement|string|SQL query statement to execute against AWS IoT SiteWise data max_results|integeroptional|The maximum number of results to return (1-10000) next_token|stringoptional|The token to be used for the next set of paginated results region|stringoptional|AWS region

Tool: get_asset_property_aggregates

Get aggregated values for an asset property.

ParametersTypeDescription
aggregate_typesstringoptionalThe data aggregating function (AVERAGE, COUNT, MAXIMUM, MINIMUM, SUM, STANDARD_DEVIATION)
asset_idstringoptionalThe ID of the asset
end_datestringoptionalThe inclusive end of the range (ISO 8601 format)
max_resultsintegeroptionalThe maximum number of results to return (1-4000)
next_tokenstringoptionalThe token to be used for the next set of paginated results
property_aliasstringoptionalThe alias that identifies the property
property_idstringoptionalThe ID of the asset property
qualitiesstringoptionalThe quality by which to filter asset data (GOOD, BAD, UNCERTAIN)
regionstringoptionalAWS region
resolutionstringoptionalThe time interval over which to aggregate data
start_datestringoptionalThe exclusive start of the range (ISO 8601 format)
time_orderingstringoptionalThe chronological sorting order (ASCENDING, DESCENDING)

Tool: get_asset_property_value

Get the current value for the given asset property.

ParametersTypeDescription
asset_idstringoptionalThe ID of the asset
property_aliasstringoptionalThe alias that identifies the property
property_idstringoptionalThe ID of the asset property
regionstringoptionalAWS region

Tool: get_asset_property_value_history

Get the history of an asset property's values.

ParametersTypeDescription
asset_idstringoptionalThe ID of the asset
end_datestringoptionalThe inclusive end of the range (ISO 8601 format)
max_resultsintegeroptionalThe maximum number of results to return (1-4000)
next_tokenstringoptionalThe token to be used for the next set of paginated results
property_aliasstringoptionalThe alias that identifies the property
property_idstringoptionalThe ID of the asset property
qualitiesstringoptionalThe quality by which to filter asset data (GOOD, BAD, UNCERTAIN)
regionstringoptionalAWS region
start_datestringoptionalThe exclusive start of the range (ISO 8601 format)
time_orderingstringoptionalThe chronological sorting order (ASCENDING, DESCENDING)

Tool: get_current_timestamp

Get the current Unix timestamp and formatted time.

This tool provides the current timestamp in both Unix epoch format and human-readable format, useful for reference when working with timestamps.

Returns: Dictionary containing current timestamp information

Tool: get_interpl_asset_property_values

Get interpolated values for an asset property for a specified time interval.

ParametersTypeDescription
asset_idstringoptionalThe ID of the asset
end_time_in_secondsstringoptionalThe inclusive end of the range (Unix epoch time in seconds)
interpolation_typestringoptionalThe interpolation type (LINEAR_INTERPOLATION, LOCF_INTERPOLATION)
interval_in_secondsintegeroptionalThe time interval in seconds over which to interpolate data
interval_window_in_secondsstringoptionalThe query interval for interpolated values
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
property_aliasstringoptionalThe alias that identifies the property
property_idstringoptionalThe ID of the asset property
qualitystringoptionalThe quality of the asset property value (GOOD, BAD, UNCERTAIN)
regionstringoptionalAWS region
start_time_in_secondsstringoptionalThe exclusive start of the range (Unix epoch time in seconds)

Tool: get_metadata_transfer_job

Get details of a metadata transfer job.

ParametersTypeDescription
metadata_transfer_job_idstringThe metadata transfer job ID to retrieve
regionstringoptionalAWS region

Tool: get_sitewise_server_mode

Get the current SiteWise server mode and available capabilities.

This tool helps users understand what operations are available and provides guidance for enabling write operations if needed.

Returns: Dictionary containing server mode information and capabilities

Tool: list_actions

List actions for a specific target resource in AWS IoT SiteWise.

Retrieves a paginated list of actions associated with a specific target resource. You can filter by resolved resource and control pagination.

ParametersTypeDescription
target_resource_idstringThe ID of the target resource (required)
target_resource_typestringThe type of resource - ASSET or COMPUTATION_MODEL (required)
max_resultsstringoptionalOptional maximum number of results to return (1-250)
next_tokenstringoptionalOptional token for pagination to get the next set of results
regionstringoptionalAWS region (default: us-east-1)
resolve_to_resource_idstringoptionalOptional ID of the resolved resource
resolve_to_resource_typestringoptionalOptional type of the resolved resource (ASSET)

Tool: list_asset_model_properties

Retrieve a paginated list of properties associated with an asset model.

ParametersTypeDescription
asset_model_idstringThe ID of the asset model (UUID format: 12345678-1234-1234-1234-123456789012 or external ID format: externalId:my-external-id)
asset_model_versionstringoptionalThe version of the asset model (LATEST, ACTIVE)
filter_typestringoptionalFilter properties by type (ALL, BASE)
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: list_asset_models

Retrieve a paginated list of summaries for all asset models.

ParametersTypeDescription
asset_model_typesstringoptionalThe type of asset model (ASSET_MODEL, COMPONENT_MODEL)
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: list_assets

Retrieve a paginated list of asset summaries.

ParametersTypeDescription
asset_model_idstringoptionalThe ID of the asset model by which to filter the list of assets
filter_typestringoptionalFilter assets by ALL or TOP_LEVEL
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: list_associated_assets

Retrieve a paginated list of associated assets.

ParametersTypeDescription
asset_idstringThe ID of the asset to query (UUID format: 12345678-1234-1234-1234-123456789012 or external ID format: externalId:my-external-id)
hierarchy_idstringoptionalThe ID of the hierarchy by which child assets are associated
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region
traversal_directionstringoptionalThe direction to list associated assets (PARENT, CHILD)

Tool: list_bulk_import_jobs

List bulk import jobs in AWS IoT SiteWise.

This function retrieves a paginated list of bulk import job summaries with optional filtering by job status. Each job summary includes basic information like job ID, name, status, and timestamps.

ParametersTypeDescription
filterstringoptionalFilter to apply to the list of bulk import jobs. Valid values: ALL, PENDING, RUNNING, CANCELLED, FAILED, COMPLETED_WITH_FAILURES, COMPLETED
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: list_computation_model_data_binding_usages

Find computation models that use a given resource in data binding.

This API helps you find computation models which are bound to a given resource:

  • Asset model (fetch all computation models where any of this asset model's properties are bound)
  • Asset (fetch all computation models where any of this asset's properties are bound)
  • Asset model property (fetch all computation models where this property is bound)
  • Asset property (fetch all computation models where this property is bound) Parameters|Type|Description -|-|- data_binding_value_filter|object|Filter to specify which resource to search for (required) max_results|stringoptional|Optional maximum number of results to return (1-250) next_token|stringoptional|Optional token for pagination to get the next set of results region|stringoptional|AWS region (default: us-east-1)

Tool: list_computation_model_resolve_to_resources

List computation model resolve to resources in AWS IoT SiteWise.

Retrieves a paginated list of resources that a computation model resolves to. This shows the specific assets or other resources that are associated with the computation model through resolve-to relationships.

ParametersTypeDescription
computation_model_idstringThe ID of the computation model (required, must be in UUID format)
max_resultsstringoptionalOptional maximum number of results to return (1-250)
next_tokenstringoptionalOptional token for pagination to get the next set of results
regionstringoptionalAWS region (default: us-east-1)

Tool: list_computation_models

List computation models in AWS IoT SiteWise.

Retrieves a paginated list of computation models in your AWS account. You can filter by computation model type and control pagination.

ParametersTypeDescription
computation_model_typestringoptionalOptional filter by computation model type (e.g., 'ANOMALY_DETECTION')
max_resultsstringoptionalOptional maximum number of results to return (1-250, default: AWS default)
next_tokenstringoptionalOptional token for pagination to get the next set of results
regionstringoptionalAWS region (default: us-east-1)

Tool: list_executions

List executions for a specific target resource in AWS IoT SiteWise.

Retrieves a paginated list of executions that occurred after performing execute actions on the specified target resource. This shows the progress status, error information, and execution details for training actions, inference schedules, and other action types.

ParametersTypeDescription
target_resource_idstringThe ID of the target resource to list executions for (required, must be in UUID format)
target_resource_typestringThe type of resource - ASSET or COMPUTATION_MODEL (required)
action_typestringoptionalOptional type of action executed to filter results
max_resultsstringoptionalOptional maximum number of results to return (1-250)
next_tokenstringoptionalOptional token for pagination to get the next set of results
regionstringoptionalAWS region (default: us-east-1)
resolve_to_resource_idstringoptionalOptional ID of the resolved resource
resolve_to_resource_typestringoptionalOptional type of the resolved resource (ASSET)

Tool: list_gateways

Retrieve a paginated list of gateways.

ParametersTypeDescription
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region

Tool: list_metadata_transfer_jobs

List metadata transfer jobs.

ParametersTypeDescription
destination_typestringFilter by destination type (s3, iotsitewise) - REQUIRED
source_typestringFilter by source type (s3, iotsitewise) - REQUIRED
max_resultsintegeroptionalMaximum number of results to return (1-200)
next_tokenstringoptionalToken for pagination
regionstringoptionalAWS region

Tool: list_time_series

Retrieve a paginated list of time series (data streams).

ParametersTypeDescription
alias_prefixstringoptionalThe alias prefix of the time series
asset_idstringoptionalThe ID of the asset in which the asset property was created
max_resultsintegeroptionalThe maximum number of results to return (1-250)
next_tokenstringoptionalThe token to be used for the next set of paginated results
regionstringoptionalAWS region
time_series_typestringoptionalThe type of the time series (ASSOCIATED, DISASSOCIATED)

Use this MCP Server

{
  "mcpServers": {
    "aws-iot-sitewise": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "AWS_REGION",
        "-e",
        "AWS_PROFILE",
        "mcp/aws-iot-sitewise-mcp-server"
      ],
      "env": {
        "AWS_REGION": "us-east-1",
        "AWS_PROFILE": "default"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?