Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Zoho Recruit MCP server with 62 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Zoho Recruit — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Zoho Recruit MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Zoho Recruit 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 Recruit call.
Tools Discovery →A Zoho Recruit MCP server lets AI agents read and write Zoho Recruit data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Zoho Recruit MCP server ships with 62 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 Recruit's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create one or more new candidate records in Zoho Recruit.
Retrieve a list of candidate records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific candidate record by its unique ID.
Search for candidate records in Zoho Recruit using criteria, email, or phone.
Update an existing candidate record in Zoho Recruit by its unique ID.
Delete a specific candidate record from Zoho Recruit by its unique ID.
Create one or more new job opening records in Zoho Recruit.
Retrieve a list of job opening records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific job opening record by its unique ID.
Search for job opening records in Zoho Recruit using field-based criteria.
Update an existing job opening record in Zoho Recruit by its unique ID.
Delete a specific job opening record from Zoho Recruit by its unique ID.
Create one or more new interview records in Zoho Recruit.
Retrieve a list of interview records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific interview record by its unique ID.
Search for interview records in Zoho Recruit using field-based criteria.
Update an existing interview record in Zoho Recruit by its unique ID.
Delete a specific interview record from Zoho Recruit by its unique ID.
Create one or more new contact records in Zoho Recruit.
Retrieve a list of contact records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific contact record by its unique ID.
Search for contact records in Zoho Recruit using criteria, email, or phone. At least one of criteria, email, or phone must be provided.
Update an existing contact record in Zoho Recruit by its unique ID.
Delete a specific contact record from Zoho Recruit by its unique ID.
Create one or more new client records in the Clients module of Zoho Recruit.
Retrieve a paginated list of client records from the Clients module in Zoho Recruit.
Retrieve the full details of a single client record by its unique ID.
Search for client records in Zoho Recruit using field-based criteria or a keyword.
Update one or more fields of an existing client record in Zoho Recruit by its unique ID.
Permanently delete a client record from the Clients module in Zoho Recruit by its unique ID.
Create one or more new department records in Zoho Recruit.
Retrieve a list of department records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific department record by its unique ID.
Update an existing department record in Zoho Recruit by its unique ID.
Delete a specific department record from Zoho Recruit by its unique ID.
Create one or more new task records in Zoho Recruit.
Retrieve a list of task records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific task record by its unique ID.
Update an existing task record in Zoho Recruit by its unique ID.
Delete a specific task record from Zoho Recruit by its unique ID.
Create one or more new event records in Zoho Recruit.
Retrieve a list of event records from Zoho Recruit with optional filtering and sorting.
Retrieve a specific event record by its unique ID.
Update an existing event record in Zoho Recruit by its unique ID.
Delete a specific event record from Zoho Recruit by its unique ID.
Create a new note in Zoho Recruit and associate it with a module record.
Retrieve a list of note records from Zoho Recruit. Only admin users can fetch records from the Notes module.
Retrieve a specific note record by its unique ID.
Update an existing note in Zoho Recruit by its unique ID.
Delete a specific note record from Zoho Recruit by its unique ID.
Retrieve a list of user records from your Zoho Recruit organization.
Retrieve a specific user record by their unique ID.
Retrieve the list of all available modules in your Zoho Recruit account.
Retrieve metadata for a specific module in Zoho Recruit by its API name.
Retrieve the list of fields and their metadata for a specific module in Zoho Recruit.
Retrieve the list of layout configurations for a specific module in Zoho Recruit.
Retrieve the list of custom views available for a specific module in Zoho Recruit.
Retrieve the list of roles configured in your Zoho Recruit organization.
Retrieve the list of profiles configured in your Zoho Recruit organization.
Associate one or more candidates with one or more job openings in Zoho Recruit.
Change the hiring status of one or more candidates in Zoho Recruit.
Change the status of one or more job openings in Zoho Recruit.
One endpoint. Any framework. Your agent is talking to Zoho Recruit 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>"
]
}
}
}246+ actions
206+ actions
164+ actions
137+ actions
127+ actions
123+ actions
123+ 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.