Manage business accounting with Zoho Books — contacts, invoices, bills, expenses, payments, and financial reports from AI.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"zoho-books": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-zoho-books",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_contacts tool to list contacts (customers and vendors)”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Manage business accounting with Zoho Books — contacts, invoices, bills, expenses, payments, and financial reports from AI.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-zoho-books
This MCP server gives AI agents access to Zoho Books via 20 tools. Connect it to any Aerostack workspace and your agents can interact with Zoho Books directly.
| Tool | Description |
|---|---|
list_contacts | List contacts (customers and vendors) |
create_contact | Create a new contact |
get_contact | Get a contact by ID |
list_invoices | List invoices with optional filters |
create_invoice | Create a new invoice |
get_invoice | Get an invoice by ID |
email_invoice | Send an invoice via email |
list_bills | List vendor bills |
create_bill | Create a vendor bill |
list_estimates | List estimates/quotes |
create_estimate | Create an estimate/quote |
list_expenses | List expenses |
create_expense | Create an expense |
list_items | List products and services |
create_item | Create a new product or service |
list_payments | List customer payments |
create_payment | Record a customer payment |
get_balance_sheet | Get the balance sheet report |
get_profit_loss | Get profit and loss report |
get_organization | Get organization details |
| Variable | Required | Description |
|---|---|---|
ZOHO_BOOKS_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
ZOHO_BOOKS_ORGANIZATION_ID | Yes | See provider documentation |
Add the following secrets under Project → Secrets:
ZOHO_BOOKS_ACCESS_TOKENZOHO_BOOKS_ORGANIZATION_IDOnce added, every AI agent in your workspace can use Zoho Books tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-zoho-books \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-ZOHO-BOOKS-ACCESS-TOKEN: your-zoho-books-access-token' \
-H 'X-Mcp-Secret-ZOHO-BOOKS-ORGANIZATION-ID: your-zoho-books-organization-id' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_contacts","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-zoho-books
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Zoho Books MCP includes a create_contact tool that lets Claude create contacts in your Zoho Books account from a plain-English prompt. You can also update and delete contacts — no Zoho Books UI needed.
Yes. The Zoho Books MCP includes tools to list and retrieve contacts from your Zoho Books account. Claude can filter, sort, and summarize contacts based on your instructions.
Yes. The Zoho Books MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 20 Zoho Books tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Zoho Books MCP with encrypted credential storage and per-account authentication. Your Zoho Books credentials are never shared with Claude's conversation — they're used server-side only.