Apache OFBiz · Capability

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.

Run with Naftiko Apache OFBizERPCRME-CommerceBusiness Applications

What You Can Do

POST
Get token — Authenticate and obtain JWT token.
/v1/auth/token
POST
Refresh token — Refresh an expired access token.
/v1/auth/refresh
GET
List services — List all exported OFBiz REST services.
/v1/services
GET
Invoke service get — Invoke OFBiz service via GET with query parameters.
/v1/services/{serviceName}
POST
Invoke service post — Invoke OFBiz service via POST with JSON body.
/v1/services/{serviceName}

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.

read-only
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.

read-only
invoke-service-post

Invoke an OFBiz REST service via POST method. Used for write operations like creating orders, updating inventory, and processing payments.

APIs Used

ofbiz