Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's BreezyHR MCP server and give it 47 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across BreezyHR — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your BreezyHR MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every BreezyHR 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 BreezyHR call.
Tools Discovery →A BreezyHR MCP server lets AI agents read and write BreezyHR data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's BreezyHR MCP server ships with 47 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from BreezyHR's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Add or update a custom attribute on a candidate. This is different from update_candidate_custom_field.
Get custom attribute definitions for candidates in a company
Get custom field values for a position. Only returns fields that already have values set on the position.
Update a specific custom field value for a position. The field must already have a value set on the position.
Add a new candidate to a position
Update candidate information
Get custom field values for a candidate. Returns fields defined at company level with their per-candidate values.
Update a specific custom field value for a candidate. Use get_candidate_custom_fields to get the custom_field_id.
Create a new job position
Add a note to candidate's discussion stream
Add a new conversation message for the candidate
Add an education entry to a candidate
Add a work history entry to a candidate
Send a questionnaire to a candidate
Get information about the authenticated user or another user by ID
Get detailed information about the currently authenticated user
Get all companies accessible to the authenticated user
Get detailed information about a specific company
Get custom attribute definitions for positions in a company
Get all positions/jobs for the company
Get details of a specific position by ID
Get activity stream for a position
Get team members assigned to a position
Get all candidates for a specific position with abbreviated candidate objects
Retrieve all candidates with entered email address across all positions
Get detailed information about a specific candidate
Get activity stream/timeline for a candidate
Get metadata information for a candidate
Get the resume file for a candidate
Get all documents attached to a candidate
Get email conversation thread for a candidate
Get questionnaires submitted by a candidate
Get assessment results for a candidate
Get background check results for a candidate
Get all hiring pipelines for a company
Get details of a specific hiring pipeline
Get all questionnaires for a company
Get details of a specific questionnaire
Get all email and message templates for a company
Get details of a specific email or message template
Update details for a given position
Update the state of a position (draft, published, closed, archived)
Move a candidate from one position to another
Move candidate to a different stage in the hiring pipeline
Update scorecard/evaluation for a candidate
Update or submit questionnaire responses for a candidate
Sign out the current user and invalidate the access token
Connect your AI agent to BreezyHR and help your team scale the recruiting operations they run by hand today.
Use StackOne to connect your AI agent to your ATS and job boards to automate job posting distribution.
ViewUse StackOne to connect your AI agent to your ATS, survey tools, and messaging systems to automate reference checks.
ViewUse StackOne to connect your AI agent to your ATS, HRIS, and document management tools to automate offer letter generation.
ViewOne endpoint. Any framework. Your agent is talking to BreezyHR in under 10 lines of code.
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>"
]
}
}
}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
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.