Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Personio MCP server with 54 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Personio — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Personio MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Personio 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 Personio call.
Tools Discovery →A Personio MCP server lets AI agents read and write Personio data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Personio MCP server ships with 54 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 Personio's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a specific absence type by ID.
Retrieve all available absence types configured in Personio.
Create a new absence period for a person.
Retrieve absence periods with comprehensive filtering options.
Retrieve a specific absence period by ID.
Update an existing absence period.
Remove an absence period by ID.
Create a new attendance period for an employee.
Retrieve attendance periods with comprehensive filtering options.
Retrieve a specific attendance period by ID.
Update an existing attendance period.
Remove an attendance period.
Create a new compensation record for a person.
Retrieve compensation records for persons within a date range.
Create a new compensation type in Personio.
Retrieve all available compensation types configured in Personio.
Upload a document for a company employee.
Retrieve document metadata with filtering and pagination.
Download a document file from Personio document management.
Delete a document from Personio document management.
Create a new person with initial employment record in Personio.
Retrieve a paginated list of all persons with their attributes.
Update person-level information for an existing employee.
Retrieve a specific person by ID with full details including custom attributes.
Permanently delete a person record from Personio.
Retrieve a specific employment record with full details.
Update employment details for an existing person.
Create a project and return the newly created project ID.
Retrieve time tracking projects with filtering and pagination.
Retrieve a specific project by ID.
Update a project by the provided project ID.
Remove a project and all its sub-projects by ID.
Add members to a project by providing a list of person IDs.
Retrieve all members assigned to a specific project.
Remove members from a project, either individually or all at once.
Retrieve all recruiting applications with filtering and pagination.
Retrieve a specific recruiting application by ID.
Retrieve all recruiting candidates with filtering and pagination.
Retrieve a specific recruiting candidate by ID.
Retrieve all recruiting jobs with filtering and pagination.
Retrieve a specific recruiting job by ID.
Retrieve detailed daily breakdown for an absence period.
Retrieve the absence balance for a specific employee across all absence types.
Retrieve all cost centers with filtering and pagination.
Retrieve all document categories for the company.
Retrieve all legal entities configured in Personio.
Retrieve a specific legal entity by ID.
List all allowed employee attributes including custom (dynamic) attributes.
Retrieve all employment records for a specific person.
Retrieve stage transition history for a recruiting application.
Retrieve all recruiting job categories with their pipeline stages.
Retrieve a specific recruiting job category by ID.
Retrieve all workplaces with filtering and pagination.
Update metadata for an existing document.
One endpoint. Any framework. Your agent is talking to Personio 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.