# Zoho inventory (verified)

Zoho Inventory helps businesses track stock, manage orders, and sync inventory across multiple sales channels, streamlining supply chain operations

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add zoho_inventory

# Browse available tools
npx -y @smithery/cli@latest tool list zoho_inventory

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zoho_inventory ZOHO_INVENTORY_ADD_INVOICE_ATTACHMENT

# Call a tool
npx -y @smithery/cli@latest tool call zoho_inventory ZOHO_INVENTORY_ADD_INVOICE_ATTACHMENT '{}'
```

## Direct MCP Connection

Endpoint: `https://zoho_inventory.run.tools`

## Tools (20)

- `ZOHO_INVENTORY_ADD_INVOICE_ATTACHMENT` — Tool to upload an attachment to a specific invoice. Use when you need to add a file attachment to an invoice.
- `ZOHO_INVENTORY_BULK_DELETE_SALES_ORDERS` — Tool to bulk delete sales orders. Use this to remove multiple sales orders at once.
- `ZOHO_INVENTORY_BULK_EMAIL_INVOICES` — Tool to send multiple invoices by email in one call. Use when you need to notify customers for up to 10 invoices at onc…
- `ZOHO_INVENTORY_BULK_EXPORT_INVOICES` — Tool to bulk export invoices as a single PDF. Use when you need to download multiple invoices in a single file for arch…
- `ZOHO_INVENTORY_BULK_PRINT_INVOICES` — Tool to bulk print invoices as a consolidated PDF. Use when you need a PDF file of multiple invoices for printing or ar…
- `ZOHO_INVENTORY_BULK_PRINT_PACKAGES` — Tool to bulk print package slips as a consolidated PDF. Use when you need a PDF file of multiple package slips for prin…
- `ZOHO_INVENTORY_CANCEL_INVOICE_WRITE_OFF` — Tool to cancel write off for an invoice. Use when undoing a previously applied write off on an invoice after verifying …
- `ZOHO_INVENTORY_DELETE_COMPOSITE_ITEM` — Tool to delete a composite item. Use when you need to remove an existing composite item. Endpoint: DELETE /inventory/v1…
- `ZOHO_INVENTORY_DELETE_CONTACT_PERSON` — Tool to delete a contact person. Use when you need to remove a contact person from your organization after confirming i…
- `ZOHO_INVENTORY_DELETE_INVOICE` — Tool to delete an invoice. Use when you need to remove an existing invoice that has no payments or credits applied.
- `ZOHO_INVENTORY_DELETE_INVOICE_ATTACHMENT` — Tool to delete an invoice attachment. Use when you need to remove a file attached to an invoice.
- `ZOHO_INVENTORY_DELETE_INVOICE_COMMENT` — Delete a specific comment from an invoice in Zoho Inventory. Zoho API: DELETE /inventory/v1/invoices/{invoice_id}/comme…
- `ZOHO_INVENTORY_DELETE_ITEM` — Tool to delete an item. Use when you need to remove an existing inventory item after confirming it is not referenced in…
- `ZOHO_INVENTORY_DELETE_ITEM_GROUP` — Tool to delete an item group. Use to remove an existing item group that is no longer needed.
- `ZOHO_INVENTORY_DELETE_ITEM_IMAGE` — Tool to delete an image associated with an item. Use when you need to remove an item's image after ensuring it's no lon…
- `ZOHO_INVENTORY_DELETE_PACKAGE` — Tool to delete a package. Use when you need to remove an existing package created for a sales order.
- `ZOHO_INVENTORY_DELETE_SALES_ORDER` — Tool to delete a sales order. Use when you need to remove an existing sales order.
- `ZOHO_INVENTORY_DISABLE_PAYMENT_REMINDER` — Tool to disable payment reminders for an invoice. Use when you want to stop automatic payment reminders for an invoice …
- `ZOHO_INVENTORY_EMAIL_INVOICE` — Tool to email a specific invoice to customers. Use when you need to send an invoice via email, with optional attachment…
- `ZOHO_INVENTORY_LIST_SALES_ORDERS` — Tool to list sales orders. Use when needing to fetch sales orders for an organization.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get zoho_inventory <tool-name>
```
