Back to Apps

AssetOpsBench
Supports UIby ibm
Industrial AI framework for asset operations and maintenance with multi-agent orchestration over MCP.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
AssetOpsBench is a comprehensive framework designed for building, orchestrating, and evaluating domain-specific AI agents for Industry 4.0 asset operations and maintenance. It enables AI to interact with industrial sensor data, failure mode records, and work order systems to automate reliability engineering and predictive maintenance.
Tools
- IoT Tools:
get_sites,get_history,get_assets,get_sensorsfor infrastructure discovery and telemetry. - FMSR Tools:
get_sensors,get_failure_modes,get_failure_sensor_mappingfor fault diagnosis. - TSFM Tools:
forecastingandtimeseries_anomaly_detectionfor predictive health monitoring. - Work Order Tools:
get_work_order_distributionandpredict_next_work_orderfor maintenance planning. - Vibration Tools:
compute_fft_spectrumandcompute_envelope_spectrumfor signal analysis.
Installation
To use AssetOpsBench as an MCP server, clone the repository and install the package:
git clone https://github.com/IBM/AssetOpsBench.git
cd AssetOpsBench
pip install -e .
Add to your claude_desktop_config.json:
{
"mcpServers": {
"assetopsbench": {
"command": "python3",
"args": ["-m", "assetopsbench.mcp_server"]
}
}
}
Supported hosts
- claude
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"assetopsbench": {"command": "python3", "args": ["-m", "assetopsbench.mcp_server"]}}}





