Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready BreezyHR MCP server with 47 extensible actions — plus built-in authentication, security, and optimized execution.
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, 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 BreezyHR's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Add a custom attribute to a candidate
Get custom attribute definitions for candidates in a company
Get custom field values for a position
Update a specific custom field value for a position
Add a new candidate to a position
Update candidate information
Get custom field values for a candidate
Update a specific custom field value for a candidate
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
Create a new questionnaire for 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 an existing 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
One endpoint. Any framework. Your agent is talking to BreezyHR 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.