Connect your account, then chat with AI to run tools.
Zoho Books is an online accounting software that enables businesses to streamline financial operations, including invoicing, expense tracking, and tax compliance. Use it to automate accounting tasks and gain financial insights.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for Zoho Books — workflow patterns, data models, and gotchas for your AI agent.
Zoho Books is online accounting software for invoicing, expense tracking, bill management, and tax compliance.
Many Zoho accounts have multiple organizations. Call the list-organizations tool first to get the organization_id, then pass it to every subsequent call. Single-org accounts work without it, but multi-org accounts fail without it.
customer_id + line_items.vendor_id + line_items.customer_id + line_items + is_discount_before_tax=true → (optional) record customer payment.contact_type="vendor") → create bill with vendor_id + bill_number + line_items.account_id (must be an expense-category account) + amount.journal_date + balanced debit/credit line items.account_id → create customer payment with customer_id + amount + account_id + invoices allocation array.is_discount_before_tax=true to avoid "Discount after tax cannot be applied" errors on UK and regional orgs.bill_number — many orgs do not auto-generate it.date is required — Zoho rejects null dates.purchase_rate). Sales-only items are rejected.account_id (which bank account to deposit into) and invoices (allocation of the payment to specific invoices with invoice_id + amount_applied).account_id must be an expense-category account (e.g. Travel, Office Supplies), not a sales or income account.contact_type="customer" for customers and contact_type="vendor" for vendors. Bills and purchase orders require vendor-type contacts.Create a new bill in Zoho Books. Requires vendor_id (must be a vendor-type contact), bill_number, and at least one line item with an expense account_i...
Create a new contact (customer or vendor) in Zoho Books. Provide at minimum a contact_name. Optionally set type, email, addresses, and payment terms.
Create a new credit note in Zoho Books. Requires customer_id and at least one line item.
Record a customer payment in Zoho Books. Requires customer_id, amount, account_id (the bank account to deposit into), and invoices array allocating th...
Create a new estimate in Zoho Books. Requires a customer_id and at least one line item.
Create a new expense in Zoho Books. Requires account_id (must be an expense-category account, not a sales or income account) and amount.
Create a new invoice in Zoho Books. Requires a customer_id and at least one line_item. Each line item needs either an item_id or a name+rate pair. Set...
Create a new item (product or service) in Zoho Books. Requires a name and rate. Items are sales-only by default. To use an item in purchase orders or ...
Create a journal entry in Zoho Books. Requires journal_date and line_items with balanced debits and credits.
Create a new purchase order in Zoho Books. Requires vendor_id, date (yyyy-mm-dd), and line_items. Line items must reference purchase-type items (items...
Create a new sales order in Zoho Books. Requires customer_id, date (yyyy-mm-dd), and line_items.
Delete a bill from Zoho Books by bill_id.
Delete a contact from Zoho Books by contact_id. This cannot be undone.
Delete a credit note from Zoho Books by creditnote_id.
Delete a customer payment from Zoho Books by payment_id.
Delete an estimate from Zoho Books by estimate_id.
Delete an expense from Zoho Books by expense_id.
Delete an invoice from Zoho Books by invoice_id. Only draft invoices can be deleted.
Delete an item from Zoho Books by item_id.
Delete a journal entry from Zoho Books by journal_id.
Delete a purchase order from Zoho Books by purchaseorder_id.
Delete a sales order from Zoho Books by salesorder_id.
Get full details of a specific bank account by ID.
Get full details of a specific bill by ID, including line items, taxes, and payment history.
Get full details of a specific contact by ID, including addresses, contact persons, payment terms, and custom fields.
Get full details of a specific credit note by ID, including line items and invoice credits applied.
Get full details of a specific customer payment by ID, including invoice allocations.
Get full details of a specific estimate by ID, including line items and customer info.
Get full details of a specific expense by ID, including receipt info and account details.
Get full details of a specific invoice by ID, including line items, taxes, payment history, and custom fields.
Get full details of a specific item by ID, including pricing, tax, and inventory info.
Get full details of a specific journal entry by ID, including debit/credit line items.
Get full details of a specific purchase order by ID.
Get full details of a specific sales order by ID, including line items and shipping info.
Get full details of a specific tax configuration by ID.
Get full details of a specific bank transaction by ID.
Get full details of a specific user by ID.
List all bank accounts in Zoho Books. Returns account names, types, balances, and status.
List all bills (accounts payable) in Zoho Books. Returns bill numbers, vendor names, dates, amounts, and payment status.
List all contacts (customers, vendors) in Zoho Books. Returns contact names, emails, outstanding balances, and status. Use optional filters to narrow ...
List all credit notes in Zoho Books. Returns credit note numbers, amounts, and status.
List all customer payments in Zoho Books. Returns payment dates, amounts, and customer names.
List all estimates (quotes/proposals) in Zoho Books. Returns estimate numbers, dates, amounts, and status.
List all expenses in Zoho Books. Returns expense dates, amounts, categories, and vendors.
Fetch all invoices from Zoho Books. Returns invoice numbers, dates, amounts, due dates, customer names, and payment status.
List all items (products/services) in Zoho Books. Returns item names, rates, and stock details.
List all journal entries in Zoho Books. Returns entry dates, amounts, and account details.
List all organizations linked to the Zoho Books account. Returns organization IDs, names, and currency info. Use the organization_id from results in o...
List all purchase orders in Zoho Books. Returns PO numbers, vendor names, dates, and status.
List all sales orders in Zoho Books. Returns order numbers, dates, totals, and fulfillment status.
List all tax configurations and rates in Zoho Books. Returns tax names, rates, and types.
List all bank transactions in Zoho Books. Returns transaction dates, amounts, and types.
List all users in the Zoho Books organization. Returns user names, emails, roles, and status.
Update an existing bill in Zoho Books.
Update an existing contact in Zoho Books. Pass the contact_id and any fields to change.
Update an existing credit note in Zoho Books.
Update an existing customer payment in Zoho Books.
Update an existing estimate in Zoho Books.
Update an existing expense in Zoho Books.
Update an existing invoice in Zoho Books. Pass the invoice_id and any fields to change.
Update an existing item in Zoho Books.
Update an existing journal entry in Zoho Books.
Update an existing purchase order in Zoho Books.
Update an existing sales order in Zoho Books.
Zoho Books is an online accounting software that enables businesses to streamline financial operations, including invoicing, expense tracking, and tax compliance. Use it to automate accounting tasks and gain financial insights. It provides 64 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/zoho-books. Authentication is handled automatically.
Zoho Books provides 64 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Zoho Books uses One-click sign in. Zoho Books requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Zoho Books to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More financial integrations you might like
AgentHC Market Intelligence provides market snapshots, cryptocurrency data, and economic calendars, ...
Alpaca Broker API is a financial trading platform that offers developers access to tools for algorit...
Alpha Vantage provides real-time and historical market data across equities, forex, crypto, ETFs, an...
Analyst financial estimates, ratings, price targets, and stock grades from top analysts
Arcadia Finance provides a full suite of financial tools for managing accounts, assets, and trading ...
The aTars MCP server provides a suite of tools for accessing and analyzing financial indicators and ...