indautomation
RepairXpert IndAutomation
基于 AI 的设备诊断。本仓库提供了 两个 MCP 服务器——一个用于工业自动化,另一个是带有内置 专家 DTC 数据库(可能原因、分级修复步骤、现场技巧)的汽车 OBD-II MCP 服务器——这是第一个专注于维修知识而非原始 PID 透传的 OBD MCP 服务器。
MCP 服务器
1. 工业自动化 (mcp_server.py)
针对 Allen-Bradley PLC、输送机、堆垛机、AS/RS(自动化存储与检索系统)、包装线、码垛机、变频器 (VFD) 和 CR30 继电器的故障诊断。
工具 | 描述 |
| 基于症状或错误代码的 AI 故障诊断 |
| 搜索替换零件目录 (AutomationDirect, Grainger, Amazon) |
| 设备规格、组件、维护历史 |
| 按类别浏览 313 多种故障代码 |
| Rockwell 专用故障查询 |
| 所有支持的设备类型和品牌 |
| 预防性维护计划 |
| 修复特定代码所需的零件 |
覆盖范围: 313 种故障代码 — 52 种通用工业故障,51 种 Allen-Bradley/Rockwell 故障,26 种输送机故障,21 种变频器故障,18 种包装设备故障,11 种 AS/RS 故障,8 种码垛机故障,7 种堆垛机故障,7 种 CR30 故障。
2. 汽车 OBD-II (obd_mcp_server.py) — 带有专家诊断功能的 OBD MCP
通过 OBD-II 进行车辆诊断。开箱即用,支持模拟模式(无需硬件),或在真实模式下使用任何 ELM327 适配器(串口或蓝牙)。
工具 | 描述 |
| 读取存储的和待处理的诊断故障代码 |
| 清除 DTC 并重置 MIL(检查引擎灯) |
| VIN、ECU 名称、校准 ID、OBD 协议 (Mode 09) |
| 实时传感器数据:转速、冷却液温度、MAF、燃油修正、O2 等 |
| 故障发生时捕获的传感器快照 |
| 专家诊断:可能原因、修复步骤、现场技巧 |
覆盖范围: 106 种汽车 DTC — P0xxx 通用动力总成代码,P1xxx/P2xxx 制造商专用代码(福特、通用、丰田、本田),B/C/U 车身/底盘/网络代码。
模式:
OBD_MODE=mock(默认) — 真实的测试数据,无需硬件OBD_MODE=real— 使用带有 ELM327 适配器的 python-obd (OBD_PORT=COM3或/dev/ttyUSB0)
Related MCP server: tiacommander-mcp
快速入门
添加到您的 MCP 客户端配置中(例如 ~/.claude/.mcp.json):
{
"mcpServers": {
"repairxpert-indauto": {
"command": "python",
"args": ["C:/RepairXpertIndAutomation/mcp_server.py"]
},
"repairxpert-obd": {
"command": "python",
"args": ["C:/RepairXpertIndAutomation/obd_mcp_server.py"],
"env": {
"OBD_MODE": "mock"
}
}
}
}重启您的 MCP 客户端,两个服务器的工具都将可供代理使用。
要求
Python 3.11+
工业版:
pip install -r requirements.txt汽车版(仅限真实模式):
pip install obd
Docker
docker build -t repairxpert-indauto .
docker run -p 8300:8300 repairxpert-indauto为什么这很重要
工业 MCP: 具备其他通用 MCP 服务器所没有的真实 Allen-Bradley/Rockwell 故障覆盖能力。
汽车 OBD MCP: 与原始 PID OBD 网桥不同,此服务器附带一个精选的专家数据库,包含可能的原因和分级修复步骤,因此代理可以提供可操作的维修指导,而不仅仅是传感器数字。模拟模式让开发人员无需拥有 ELM327 适配器即可进行开发。
由一线技术人员构建,而非供应商。
托管服务
IndAutomation 的托管版本运行在 indautomation.onrender.com,具有 Web UI、REST API 以及与 MCP 服务器相同的诊断引擎。
定价(托管)
计划 | 价格 | 包含内容 |
免费 | $0 | 试用诊断引擎,查询次数有限 |
专业版 | $19/月 | 无限诊断、零件搜索、故障历史 |
企业版 | $49/月 | 多用户、优先支持、自定义设备配置文件 |
账单由 Stripe 处理。本仓库中的 MCP 服务器是 免费且开源的 — 托管层仅为需要托管 Web UI 和共享历史记录的团队提供。
支持与联系
许可证
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Industrial glossary, protocol reference, technical search and OEE calculation. Read-only.
Evidence-backed MCP resolver for obsolete industrial parts and Siemens migration constraints.
8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.
- mttrlyOAuthcom.mttrly
AI-powered incident management and server monitoring via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceIndustrial-grade MCP server for Siemens TIA Portal (V17–V21). 120+ tools for PLC programming: create blocks (FB/FC/OB/DB), manage tags, compile, download, and simulate with PLCSim Advanced. On-premise, sovereign-AI compatible.16MIT
- FlicenseNot gradedqualityAmaintenanceMCP server that connects AI assistants to Siemens TIA Portal via the Openness API. AI-assisted PLC programming, project management, hardware configuration, cross-reference analysis, and deployment. 19 tools, 230 actions.33-
- AlicenseNot gradedqualityDmaintenanceAn open-source MCP server that bridges AI models with industrial equipment, supporting multiple protocols like Modbus, OPC UA, and MQTT for reading data and controlling machines.2Apache 2.0
- AlicenseAqualityFmaintenanceMCP server for industrial PLC integration, enabling AI to read tags, monitor alarms, and interact with Allen-Bradley ControlLogix PLCs via natural language.9MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RepairXpert/indautomation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server