What we build
A first Critical Manufacturing MES tool list, written as the manifest your IT team signs
Built on what Critical Manufacturing, part of ASMPT documents: materials (lots, wafers, units) with track-in and track-out, sub-materials, resources and areas, setup and line clearance, certifications, material substrate maps, system events from the Data Platform. Backends named below are documented resources; "confirmed in blueprint" means the vendor documentation sits behind a login and the resource is checked against your release first.
# critical-manufacturing-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
get_material: # material name -> current step, flow, resource, state, hold reasons
backend: REST /api/<service> material query, exact service confirmed in blueprint
mode: read
list_resource_states: # area -> resources with state and state duration
backend: confirmed in blueprint
mode: read
get_material_history: # material name -> track-in and track-out history
backend: confirmed in blueprint
mode: read
draft_material_hold: # material, reason -> hold proposal for an engineer to confirm
backend: confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the Critical Manufacturing MES response
The manifest is the contract. A question that needs an operation not on it gets a new line and a review, not a wider permission.