Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Cascade HR MCP server with 48 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Cascade HR — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Cascade HR MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Cascade HR 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 Cascade HR call.
Tools Discovery →A Cascade HR MCP server lets AI agents read and write Cascade HR data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Cascade HR MCP server ships with 48 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 Cascade HR's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new employee in Cascade HR
Get a list of employees from Cascade HR
Get a single employee by ID
Update an existing employee in Cascade HR
Create a new job record for an employee in Cascade HR
Get a list of jobs from Cascade HR
Get a single job by ID
Update an existing job record in Cascade HR
Get a list of employee emergency contacts from Cascade HR
Get a single emergency contact by ID
Get a list of hierarchy nodes from Cascade HR
Get a single hierarchy node by ID
Create a new bank detail record in Cascade HR
Get a list of employee bank details from Cascade HR
Get a single bank detail record by ID
Update an existing bank detail record in Cascade HR
Get a list of working pattern override components from Cascade HR
Get a single working pattern override component by ID
Create a new absence record in Cascade HR
Get a list of employee absences from Cascade HR
Get a single absence by ID
Update an existing absence record in Cascade HR
Delete an absence record from Cascade HR
Create a new absence day record in Cascade HR
Get a list of absence days from Cascade HR
Get a single absence day by ID
Update an existing absence day record in Cascade HR
Delete an absence day record from Cascade HR
Get a list of absence reasons from Cascade HR
Get a single absence reason by ID
Get a list of employee entitlements from Cascade HR
Get a single entitlement by ID
Get a list of employee benefits from Cascade HR
Get a single benefit by ID
Get a list of public holidays from Cascade HR
Get a single public holiday by ID
Get a list of working patterns from Cascade HR for a date range
Get a single working pattern by ID for a date range
Get a list of working pattern components from Cascade HR
Get a single working pattern component by ID
Get a list of user defined field schemas from Cascade HR
Get a single user defined field schema by ID
Get the hierarchy path for a node by ID
Get working pattern override for an employee within a date range
Get absence reason configuration for a specific employee
Get user defined fields for a specific source entity
Get user defined fields for a specific schema
Get a single user defined field by ID
One endpoint. Any framework. Your agent is talking to Cascade HR 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>"
]
}
}
}140+ actions
128+ actions
127+ actions
123+ actions
120+ actions
117+ actions
100+ 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.