ecommerce
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.
7 functions 7 read 0 write Manual OAuth token auth
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.
Machine-Readable Metadata
- integration_slug
zoho_inventory- route_slug
zoho-inventory- package
zoho-inventory- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Zoho Inventory CLIHeadless setup and direct function calls. Zoho Inventory MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Zoho Inventory MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zoho Inventory.
Claude Code Zoho Inventory MCP setup for Claude Code. Cursor Zoho Inventory MCP setup for Cursor. Codex Zoho Inventory MCP setup for Codex. OpenAI Agents Zoho Inventory MCP setup for OpenAI Agents SDK. Claude Agent SDK Zoho Inventory MCP setup for Claude Agent SDK. Vercel AI SDK Zoho Inventory MCP setup for Vercel AI SDK. LangChain Zoho Inventory MCP setup for LangChain. LangGraph Zoho Inventory MCP setup for LangGraph. CrewAI Zoho Inventory MCP setup for CrewAI. MCP clients Zoho Inventory MCP setup for Generic MCP Clients.
Zoho Inventory CLI Matrix
Use these pages for direct Zoho Inventory CLI workflows in scripts, CI, cron, and agent wrappers.
CI Zoho Inventory CLI for CI. Cron Jobs Zoho Inventory CLI for cron jobs. Shell Scripts Zoho Inventory CLI for shell scripts. Headless Automation Zoho Inventory CLI for headless automation. Coding Agents Zoho Inventory CLI for coding agents.
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. |