Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Payfit MCP server with 22 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Payfit — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Payfit MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Payfit 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 Payfit call.
Tools Discovery →A Payfit MCP server lets AI agents read and write Payfit data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Payfit MCP server ships with 22 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 Payfit's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new collaborator (employee) and return their ID. The collaborator won't have a contract initially and won't appear in the PayFit app until a contract is created.
Retrieve all collaborators (employees) for a company including personal info, contracts, and contact details.
Retrieve detailed information for a specific collaborator by ID including personal data, contracts, and contact info.
Retrieve all payslips for a specific collaborator by their ID.
Retrieve a specific payslip document for a collaborator by payslip ID.
Create a basic employment contract for a collaborator. The contract won't be finalized until an admin completes the details in PayFit. Only available for French companies.
Retrieve all employment contracts for a company including job details, status, and working hours.
Retrieve detailed information for a specific employment contract by ID.
Retrieve company information including legal name, SIREN, country, and onboarding status.
Retrieve all health insurance contracts for the company. Only available for French companies.
Retrieve all provident fund (prévoyance) contracts for the company. Only available for French companies.
Retrieve worked time for all contracts for a given pay period. Returns hours worked, overtime, and absence details. Only available for French companies.
Retrieve meal voucher data for all collaborators for a given month. Only available for French companies.
Retrieve the payroll processing status for a specific month, indicating if payroll is completed.
Retrieve accounting data for a given month in JSON format. Available for FR and UK companies. Returns detailed entries with analytic codes, employee info, and debit/credit amounts.
Retrieve the payment file (SEPA/bank transfer file) for a given month for payroll payment processing.
Retrieve all income taxes documents (P45, P60, P11D) for UK companies. Returns document metadata with download URLs.
Retrieve all auto enrolment (pension) documents for UK companies. Returns pension-related document metadata.
Download a specific company document by its ID. Use document IDs from income taxes or auto enrolment document lists.
Retrieve a paginated list of absences for the company. By default, only approved absences are returned.
Update health insurance affiliation for an employee contract. Allows assigning health insurance contracts or marking employee as exempted. Only available for French companies.
Update provident fund affiliation for an employee contract. Allows assigning provident fund contracts to employees. Only available for French companies.
One endpoint. Any framework. Your agent is talking to Payfit 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.