What we build
A first ProConcept tool list, written as the manifest your IT team signs
ProConcept SA (formerly SolvAxis SA), part of Forterro does not publish its interface reference, so every backend below is confirmed against your installation in the blueprint before a tool is built.
# proconcept-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_customer_orders: # customer, date range -> sales orders with delivery status
backend: confirmed in blueprint
mode: read
get_production_orders: # status, due date -> production orders with progress
backend: confirmed in blueprint
mode: read
get_project_costs: # project number -> budget against actual
backend: confirmed in blueprint
mode: read
list_service_interventions: # customer or serial number -> open after-sales interventions
backend: confirmed in blueprint
mode: read
draft_purchase_request: # article, quantity, date -> purchase request draft for a person to confirm
backend: confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the ProConcept 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.