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 Agent を使用する場合

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 互換性

LaserBox API(Pi5のポート4000で稼働)でテスト済み。バックエンドは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