What we build
A first Comarch ERP Enterprise tool list, written as the manifest your IT team signs
Built on what Comarch Software und Beratung AG (Comarch SA) documents: cockpit query results, items and item availability, sales orders and order confirmations, delivery status, partners, open items, inventory postings. 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.
# comarch-erp-enterprise-mcp-server: tool manifest, draft for blueprint week 1
# Every tool runs as the person asking. Nothing is written without a person confirming.
tools:
query_cockpit: # cockpit service and filters -> rows as XML or CSV
backend: REST cockpit export /services/rest/<service>/search.<ext>
mode: read
get_item_availability: # item number, quantity -> available quantity and date
backend: confirmed in blueprint
mode: read
get_sales_order_status: # order number -> positions and delivery status
backend: confirmed in blueprint
mode: read
list_open_items: # partner -> open receivables
backend: confirmed in blueprint
mode: read
draft_sales_order: # customer, items -> order draft a person confirms
backend: programmable REST service, confirmed in blueprint
mode: propose
audit: every call logged with user, tool, arguments and the Comarch ERP Enterprise 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.