Clover integration for AI agents.
Clover integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Clover tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Clover actions, managed and audited.
Your user connects Clover once; your agent can then use Clover to manage merchant details, inventory items, categories, and orders — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Clover access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported Clover tools.
16 tools are generated from the published Clover catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 16 tools. All published catalog entries are included in this page's server-rendered HTML.
- Create an item category
- Create an item category
- INVENTORY
- Delete a single item category
- Delete a single item category
- INVENTORY
- Get all categories
- Retrieves all categories. Items display on the Register app within categories in the order in which they are added to a category. Items may be associated with one or more categories or may not be associated with any category. Categories display in the Register app based on the sort order value for each category.
- INVENTORY
- Get a category
- Get a category
- INVENTORY
- Update a category
- Update a category
- INVENTORY
- Create an inventory item
- Creates an inventory item.
- INVENTORY
- Delete an inventory item
- Delete an inventory item
- INVENTORY
- Get a single inventory item
- Retrieves an existing inventory item.
- INVENTORY
- Get all inventory items
- Displays line items for each category in the inventory for an order.
- INVENTORY
- Update an existing inventory item
- Updates an existing inventory item. Use the POST HTTP method to create an inventory item.<br><br><b>Note:</b> This endpoint cannot be used to update an item's stock quantity. To create or update stock for an item, you must use the <a href='https://docs.clover.com/dev/reference/inventoryupdateitemstock'>Update item stock</a> endpoint.
- INVENTORY
- Get a single merchant
- Get a single merchant
- MERCHANTS
- Create custom orders
- **Description:** Creates or updates orders with a non-Clover inventory and dynamically calculates taxes. Valid fields are: taxRemoved, note, title, state, testMode, manualTransaction, groupLineItems, and orderType. Use separate API calls to add line items. <br> **Tip:** Use the [create an atomic order](https://docs.clover.com/dev/reference/ordercreateatomicorder) endpoint to create orders using Clover inventory and leverage the real-time totals and tax calculation features using a single API call. <br> **Tutorial:** [Create custom orders](https://docs.clover.com/dev/docs/creating-custom-orders).
- ORDERS
- Delete an order
- Deletes a single order. See https://docs.clover.com/build/working-with-orders/ for more details.
- ORDERS
- Get a single order
- Returns a single order. See https://docs.clover.com/build/working-with-orders/ for more details.
- ORDERS
- Gets a list of orders
- Displays a list of orders. See [Manage orders data](https://docs.clover.com/build/working-with-orders/) for more details.
- ORDERS
- Update an order
- Updates a single order. See [working-with-orders](https://docs.clover.com/build/working-with-orders/) for more details.
- ORDERS
Clover integration, answered
- How do AI agents use Clover through Open Connector?
- Your user connects Clover once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes Clover tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a Clover MCP server?
- Yes. Open Connector can serve Clover as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call Clover actions with credentials injected server-side.
- Where do Clover credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents Clover — keep the keys.
Open source, self-hostable, with Clover credentials that never leave your infrastructure. Run it from source today.