indautomation
RepairXpert IndAutomation
AI 기반 장비 진단. 이 저장소는 두 가지 MCP 서버를 제공합니다. 하나는 산업 자동화용이고, 다른 하나는 내장된 전문가 DTC 데이터베이스(가능한 원인, 우선순위별 수리 단계, 현장 팁)를 갖춘 자동차 OBD-II MCP 서버입니다. 단순한 PID 패스스루가 아닌 수리 지식에 초점을 맞춘 최초의 OBD MCP 서버입니다.
MCP 서버
1. 산업 자동화 (mcp_server.py)
Allen-Bradley PLC, 컨베이어, 파일러(pilers), AS/RS, 포장 라인, 팔레타이저, VFD 및 CR30 릴레이에 대한 결함 진단.
도구 | 설명 |
| 증상 또는 오류 코드를 통한 AI 결함 진단 |
| 교체 부품 카탈로그 검색 (AutomationDirect, Grainger, Amazon) |
| 장비 사양, 구성 요소, 유지보수 이력 |
| 카테고리별 313개 이상의 결함 코드 탐색 |
| Rockwell 전용 결함 조회 |
| 지원되는 모든 장비 유형 및 브랜드 |
| 예방 정비 일정 |
| 특정 코드를 수정하는 데 필요한 부품 |
적용 범위: 313개 결함 코드 — 일반 산업용 52개, Allen-Bradley/Rockwell 51개, 컨베이어 26개, VFD 21개, 포장 18개, AS/RS 11개, 팔레타이저 8개, 파일러 7개, CR30 7개.
2. 자동차 OBD-II (obd_mcp_server.py) — 전문가 진단 기능이 포함된 OBD MCP
OBD-II를 통한 차량 진단. 별도의 하드웨어 없이 즉시 모의 모드(mock mode)로 작동하거나, ELM327 어댑터(직렬 또는 블루투스)를 사용하여 실제 모드로 작동합니다.
도구 | 설명 |
| 저장된 및 보류 중인 진단 문제 코드 읽기 |
| DTC 삭제 및 MIL(엔진 체크 표시등) 재설정 |
| VIN, ECU 이름, 보정 ID, OBD 프로토콜 (모드 09) |
| 실시간 센서 데이터: RPM, 냉각수 온도, MAF, 연료 트림, O2 등 |
| 결함 발생 시점에 캡처된 센서 스냅샷 |
| 전문가 진단: 가능한 원인, 수리 단계, 현장 팁 |
적용 범위: 106개 자동차 DTC — P0xxx 일반 파워트레인, P1xxx/P2xxx 제조사별(Ford, GM, Toyota, Honda), 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**에서 실행되며, 웹 UI, REST API 및 MCP 서버가 사용하는 것과 동일한 진단 엔진을 제공합니다.
요금 (호스팅)
플랜 | 가격 | 포함 사항 |
무료 | $0 | 진단 엔진 체험, 제한된 쿼리 |
Pro | 월 $19 | 무제한 진단, 부품 검색, 결함 이력 |
Enterprise | 월 $49 | 다중 사용자, 우선 지원, 맞춤형 장비 프로필 |
결제는 Stripe를 통해 처리됩니다. 이 저장소의 MCP 서버는 무료 오픈 소스이며, 호스팅 계층은 관리형 웹 UI와 공유 이력을 원하는 팀을 위해서만 존재합니다.
지원 및 연락처
이슈: GitHub Issues
호스팅 서비스: indautomation.onrender.com
라이선스
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. 16 tools, 166 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