Apache OFBiz ERP Operations
Workflow capability for ERP and business process automation using Apache OFBiz REST API. Covers authentication, service discovery, and invocation of OFBiz services for ERP, CRM, e-commerce, and supply chain operations. Intended for ERP administrators and integration engineers.
What You Can Do
MCP Tools
get-auth-token
Authenticate to Apache OFBiz and obtain a JWT access token for subsequent API calls.
refresh-auth-token
Refresh an expired OFBiz JWT access token using a refresh token.
list-services
List all OFBiz services exported via the REST plugin for discovery.
invoke-service-get
Invoke an OFBiz REST service via GET method. Useful for read-only service calls like product lookups, order queries, and data retrieval.
invoke-service-post
Invoke an OFBiz REST service via POST method. Used for write operations like creating orders, updating inventory, and processing payments.