Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Zoho Books MCP server with 104 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Zoho Books — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Zoho Books MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Zoho Books tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Zoho Books call.
Tools Discovery →A Zoho Books MCP server lets AI agents read and write Zoho Books data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Zoho Books MCP server ships with 104 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Zoho Books's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new bank or cash account in Zoho Books
Retrieve a list of bank and cash accounts from Zoho Books
Retrieve details of a specific bank account by ID from Zoho Books
Update an existing bank or cash account in Zoho Books
Delete a bank account from Zoho Books
Create a manual bank transaction in Zoho Books
Retrieve a list of transactions for a specific bank account in Zoho Books
Retrieve details of a specific bank transaction by ID from Zoho Books
Delete a bank transaction from Zoho Books
Create a new bill from a vendor in Zoho Books
Retrieve a list of bills from Zoho Books
Retrieve details of a specific bill by ID from Zoho Books
Update an existing bill in Zoho Books
Delete a bill from Zoho Books
Create a new contact (customer or vendor) in Zoho Books
Retrieve a list of contacts (customers and vendors) from Zoho Books
Retrieve details of a specific contact by ID from Zoho Books
Update an existing contact in Zoho Books
Delete a contact from Zoho Books
Create a new credit note for a customer in Zoho Books
Retrieve a list of credit notes from Zoho Books
Retrieve details of a specific credit note by ID from Zoho Books
Delete a credit note from Zoho Books
Add a new currency to Zoho Books
Retrieve details of a specific currency by ID from Zoho Books
Update a currency configuration in Zoho Books
Remove a currency from Zoho Books
Create a new vendor credit (debit note) in Zoho Books
Retrieve a list of vendor credits (debit notes) from Zoho Books
Retrieve details of a specific vendor credit (debit note) by ID from Zoho Books
Delete a vendor credit (debit note) from Zoho Books
Create a new estimate (quote) in Zoho Books
Retrieve a list of estimates (quotes) from Zoho Books
Retrieve details of a specific estimate by ID from Zoho Books
Update an existing estimate in Zoho Books
Delete an estimate from Zoho Books
Record a new expense in Zoho Books
Retrieve a list of expenses from Zoho Books
Retrieve details of a specific expense by ID from Zoho Books
Update an existing expense in Zoho Books
Delete an expense from Zoho Books
Create a new invoice in Zoho Books
Retrieve a list of invoices from Zoho Books
Retrieve details of a specific invoice by ID from Zoho Books
Update an existing invoice in Zoho Books
Delete a draft invoice from Zoho Books
Retrieve details of the Zoho Books organization
Retrieve a list of all organizations accessible with the current credentials
Create a new account in the Zoho Books chart of accounts
Retrieve details of a specific account from the chart of accounts
Update an existing account in the Zoho Books chart of accounts
Delete an account from the Zoho Books chart of accounts
Create a new manual journal entry in Zoho Books
Retrieve details of a specific journal entry by ID from Zoho Books
Update an existing journal entry in Zoho Books
Delete a journal entry from Zoho Books
Create a new project in Zoho Books
Retrieve a list of projects from Zoho Books
Retrieve details of a specific project by ID from Zoho Books
Update an existing project in Zoho Books
Delete a project from Zoho Books
Add a new task to a project in Zoho Books
Retrieve details of a specific task within a project in Zoho Books
Update an existing task within a project in Zoho Books
Delete a task from a project in Zoho Books
Create a new purchase order in Zoho Books
Retrieve a list of purchase orders from Zoho Books
Retrieve details of a specific purchase order by ID from Zoho Books
Update an existing purchase order in Zoho Books
Delete a purchase order from Zoho Books
Create a new recurring invoice profile in Zoho Books
Retrieve a list of recurring invoice profiles from Zoho Books
Retrieve details of a specific recurring invoice profile by ID
Update an existing recurring invoice profile in Zoho Books
Delete a recurring invoice profile from Zoho Books
Create a new sales order in Zoho Books
Retrieve a list of sales orders from Zoho Books
Retrieve details of a specific sales order by ID from Zoho Books
Update an existing sales order in Zoho Books
Delete a sales order from Zoho Books
Create a new item (product or service) in Zoho Books
Retrieve a list of items (products and services) from Zoho Books
Retrieve details of a specific item by ID from Zoho Books
Update an existing item in Zoho Books
Delete an item from Zoho Books
Retrieve a list of users in Zoho Books
Update a user in Zoho Books
Record a new vendor payment (payment made) in Zoho Books
Retrieve a list of vendor payments (payments made) from Zoho Books
Retrieve details of a specific vendor payment by ID from Zoho Books
Delete a vendor payment from Zoho Books
Record a new customer payment (payment received) in Zoho Books
Retrieve a list of customer payments (payments received) from Zoho Books
Retrieve details of a specific customer payment by ID from Zoho Books
Delete a customer payment from Zoho Books
Retrieve the chart of accounts from Zoho Books
Retrieve a list of journal entries from Zoho Books
Retrieve a list of tasks for a specific project in Zoho Books
Retrieve a list of taxes configured in Zoho Books
Retrieve a list of currencies configured in Zoho Books
Retrieve organization preferences from Zoho Books
Update an exchange rate entry for a currency in Zoho Books
Mark an inactive account as active in Zoho Books
Assign a user to a project in Zoho Books
One endpoint. Any framework. Your agent is talking to Zoho Books in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}118+ actions
95+ actions
80+ actions
71+ actions
70+ actions
57+ actions
30+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.