KosmoKrator

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_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Zoho Inventory MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zoho Inventory.

Zoho Inventory CLI Matrix

Use these pages for direct Zoho Inventory CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.