# Zoho invoice (verified)

Zoho Invoice simplifies billing, recurring payments, and expense management, helping freelancers and small businesses send professional invoices

## Quick Start

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

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

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

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

## Direct MCP Connection

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

## Tools (6)

- `ZOHO_INVOICE_GET_ITEM` — Tool to retrieve the details of a specific item by item_id. Use when you need to fetch an item's data after confirming …
- `ZOHO_INVOICE_LIST_CONTACTS` — Tool to list contacts. Use after obtaining the organization ID to retrieve contacts with optional filters and paginatio…
- `ZOHO_INVOICE_LIST_EXPENSES` — Tool to list all expenses with optional pagination. Use when you need to retrieve expenses with simple pagination.
- `ZOHO_INVOICE_LIST_INVOICES` — Tool to list invoices. Use when you need to retrieve all invoices with optional filters and pagination.
- `ZOHO_INVOICE_LIST_ITEMS` — Tool to list all items. Use when you need to retrieve your item catalog with optional pagination and filtering after sp…
- `ZOHO_INVOICE_LIST_PAYMENTS` — Tool to list payments. Use when you need to retrieve all payments with optional filters like customer, invoice, date ra…

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