data
Zoho Inventory MCP, CLI, and Lua Integration for AI Agents
Zoho Inventory integration docs for AI agents: MCP gateway setup, Zoho Inventory CLI commands, Lua API reference, credentials, and function schemas.Zoho Inventory for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
zoho-inventory.zoho_inventory_list_items | Read read | 3 | List inventory items (products) from Zoho Inventory. Supports pagination and optional filtering by status (active, inactive, all). |
zoho-inventory.zoho_inventory_get_item | Read read | 1 | Get detailed information about a specific inventory item (product) by its Zoho Inventory ID. |
zoho-inventory.zoho_inventory_list_orders | Read read | 3 | List sales orders from Zoho Inventory. Supports pagination and optional filtering by status (draft, confirmed, void, open, invoiced, partially_invoiced, all). |
zoho-inventory.zoho_inventory_get_order | Read read | 1 | Get detailed information about a specific sales order by its Zoho Inventory ID. |
zoho-inventory.zoho_inventory_list_shipments | Read read | 2 | List shipments from Zoho Inventory. Supports pagination to browse through shipment records. |
zoho-inventory.zoho_inventory_list_packages | Read read | 2 | List packages from Zoho Inventory. Supports pagination to browse through package records. |
zoho-inventory.zoho_inventory_get_current_user | Read read | 0 | Get details of the currently authenticated Zoho Inventory user. Useful for verifying credentials and checking permissions. |