laserbox-mcp
LaserBox MCP
LaserBox용 Model Context Protocol 서버 — CNC 레이저 절단 사업 관리.
기능
워크플로우 강제: 견적 → 승인 → 주문 → 결제 (단계를 건너뛰면 거부됨)
고객 관리: CRUD 작업
견적 관리: 생성, 승인, 생산 주문으로 전환
생산 주문: 주문 추적 및 배송 메모(PDF) 생성
결제 추적: 주문별 결제 등록 및 목록 조회
재고 관리: 자재, 로트, 공급업체, 이동 내역
카탈로그 제품: 가격이 포함된 제품 카탈로그
원가 관리: 절단 단가 및 커터 구성
Related MCP server: Emeritus MCP Server
설치
git clone https://github.com/FrancoMeneses/laserbox-mcp.git
cd laserbox-mcp
pip install -r requirements.txt구성
export LB_URL="http://your-laserbox-host:4000"
export LB_USER="your-username@laserbox.local"Hermes 에이전트 사용 시
mcp_servers:
laserbox:
command: "python3"
args: ["/path/to/laserbox-mcp/src/laserbox/server.py"]
env:
LB_URL: "http://your-laserbox-host:4000"
LB_USER: "agent@laserbox.local"
timeout: 30비즈니스 규칙(엄격히 적용)
1. customer → quote → approve → order → payment
2. Cannot create order without approved quote
3. Cannot register payment without order
4. Payment amount must be positive
5. Quote requires customer_id and at least one item사용 가능한 도구
고객
도구 | 설명 |
| 모든 고객 나열 |
| 고객 세부 정보 조회 |
| 새 고객 생성 |
견적(Cotizaciones)
도구 | 설명 |
| 견적 목록 조회(상태별 필터) |
| 견적 세부 정보 조회 |
| 항목이 포함된 견적 생성 |
| 견적 승인(주문 전 필수) |
| 활성 견적 삭제 |
주문
도구 | 설명 |
| 승인된 견적을 주문으로 전환 |
| 주문 세부 정보 조회 |
| 배송 메모(PDF) 생성 |
결제
도구 | 설명 |
| 주문별 결제 목록 조회 |
| 결제 등록 |
재고
도구 | 설명 |
| 자재 목록 조회 |
| 새 자재 생성 |
| 자재에 로트 추가 |
| 공급업체 목록 조회 |
카탈로그
도구 | 설명 |
| 제품 목록 조회 |
| 새 제품 생성 |
원가
도구 | 설명 |
| 절단 단가 조회 |
| 커터 목록 조회 |
시스템
도구 | 설명 |
| LaserBox 사용자 목록 |
| 서버 상태 확인 |
API 호환성
Pi5(포트 4000)에서 실행되는 LaserBox API로 테스트됨. Prisma + SQLite 백엔드 사용.
라이선스
MIT
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 Servers
- AlicenseAqualityBmaintenanceAn MCP server for Metrx — provides tools for construction, healthcare, logistics, manufacturing, and legal mid-market businesses to query and analyze their operational data via AI.23622MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating AI models with Emeritus services, enabling user management, tag operations, order management, and leads import via a standardized interface.MIT
- AlicenseAqualityBmaintenanceAn MCP server that provides the complete operations brain of an industrial-services company, enabling agents to manage quoting, booking, invoicing, safety, and finances end-to-end.272MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for ConnectWise CPQ (Sell) enabling quote, line item, customer, term, template, tax code, recurring revenue, and user management via a 25-tool interface.Apache 2.0
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
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/FrancoMeneses/laserbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server