Skip to main content
Glama
FrancoMeneses

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

사용 가능한 도구

고객

도구

설명

list_customers

모든 고객 나열

get_customer

고객 세부 정보 조회

create_customer

새 고객 생성

견적(Cotizaciones)

도구

설명

list_quotes

견적 목록 조회(상태별 필터)

get_quote

견적 세부 정보 조회

create_quote

항목이 포함된 견적 생성

approve_quote

견적 승인(주문 전 필수)

delete_quote

활성 견적 삭제

주문

도구

설명

convert_quote_to_order

승인된 견적을 주문으로 전환

get_order

주문 세부 정보 조회

get_remision

배송 메모(PDF) 생성

결제

도구

설명

list_payments

주문별 결제 목록 조회

register_payment

결제 등록

재고

도구

설명

list_inventory

자재 목록 조회

create_material

새 자재 생성

add_lot

자재에 로트 추가

list_suppliers

공급업체 목록 조회

카탈로그

도구

설명

list_catalog_products

제품 목록 조회

create_catalog_product

새 제품 생성

원가

도구

설명

get_rates

절단 단가 조회

list_cutters

커터 목록 조회

시스템

도구

설명

list_users

LaserBox 사용자 목록

health_check

서버 상태 확인

API 호환성

Pi5(포트 4000)에서 실행되는 LaserBox API로 테스트됨. Prisma + SQLite 백엔드 사용.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
Not graded
maintenance - not tested

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    23
    62
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for integrating AI models with Emeritus services, enabling user management, tag operations, order management, and leads import via a standardized interface.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    27
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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