3,400+ MCP servers ready to use
Vinkius
M

Bring Employee Directory
to Mastra AI

Learn how to connect Factorial to Mastra AI and start using 8 AI agent tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code.

Get Employee DetailsList Attendance ShiftsList Company TeamsList Document FoldersList Employee ContractsList EmployeesList Hr DocumentsList Time Off Leaves

What is the Factorial MCP Server?

Connect your Factorial HR organizational account to any AI agent and take full control of your human resource management workflows through natural conversation.

What you can do

  • Employee Directory — List all active employees and fetch detailed profile information directly from the Factorial cloud
  • Time Off & Leaves — Query all recorded leave requests (both pending and approved) to monitor staff availability
  • Attendance Tracking — Inspect chronological shift records and clock-in/out data to understand team working patterns
  • Document Management — List and navigate company HR documents and folder structures programmatically
  • Team Hierarchy — Retrieve the organizational structure, teams, and departments defined in your company

How it works

1. Subscribe to this server
2. Enter your Factorial API Key from your account settings
3. Start managing your HR resources from Claude, Cursor, or any MCP-compatible client

No more manual report generation or searching through folders. Your AI acts as a dedicated HR administrator or team lead assistant.

Who is this for?

  • HR Managers — instantly retrieve workforce reports, check leave balances, and inspect document statuses without opening the Factorial app
  • Team Leads — verify team availability and attendance shifts straight from your communication hub
  • Operations Leads — automate organizational querying to orchestrate company-wide structures smoothly

Built-in capabilities (8)

get_employee_details

Essential for reviewing detailed profile information and roles. Get details for a specific employee

list_attendance_shifts

Essential for tracking employee working hours and productivity patterns. List all attendance shifts

list_company_teams

Useful for understanding the organizational hierarchy. List all organizational teams

list_document_folders

Use this to navigate the document library. List HR document folders

list_employee_contracts

Essential for auditing and compliance reviews. List all employment contracts

list_employees

Includes full names, email addresses, and basic profile metadata. Use this to identify staff IDs and contact information. List all active employees

list_hr_documents

Includes document metadata and identification IDs. List all company HR documents

list_time_off_leaves

Useful for monitoring attendance and staff availability. List employee leave requests

Why Mastra AI?

Mastra's agent abstraction provides a clean separation between LLM logic and Factorial tool infrastructure. Connect 8 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.

  • Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Factorial without touching business code

  • Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation

  • TypeScript-native: full type inference for every Factorial tool response with IDE autocomplete and compile-time checks

  • One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure

M
See it in action

Factorial in Mastra AI

AI AgentVinkius
High Security·Kill Switch·Plug and Play
Why Vinkius

Factorial and 3,400+ other MCP servers. One platform. One governance layer.

Teams that connect Factorial to Mastra AI through Vinkius don't need to source, host, or maintain individual MCP servers. Every tool call runs inside a hardened runtime with credential isolation, DLP, and a signed audit chain.

3,400+MCP Servers ready
<40msCold start
60%Token savings
Raw MCP
Vinkius
Server catalogFind and host yourself3,400+ managed
InfrastructureSelf-hostedSandboxed V8 isolates
Credential handlingPlaintext in configVault + runtime injection
Data loss preventionNoneConfigurable DLP policies
Kill switchNoneGlobal instant shutdown
Financial circuit breakersNonePer-server limits + alerts
Audit trailNoneEd25519 signed logs
SIEM log streamingNoneSplunk, Datadog, Webhook
HoneytokensNoneCanary alerts on leak
Custom domainsNot applicableDNS challenge verified
GDPR complianceManual effortAutomated purge + export
Enterprise Security

Why teams choose Vinkius for Factorial in Mastra AI

The Factorial MCP Server runs on Vinkius-managed infrastructure inside AWS — a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts. All 8 tools execute in hardened sandboxes optimized for native MCP execution.

Your AI agents in Mastra AI only access the data you authorize, with DLP that blocks sensitive information from ever reaching the model, kill switch for instant shutdown, and up to 60% token savings. Enterprise-grade infrastructure, zero maintenance.

Factorial
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

The Vinkius Advantage

How Vinkius secures Factorial for Mastra AI

Every tool call from Mastra AI to the Factorial MCP Server is protected by DLP redaction, cryptographic audit chains, V8 sandbox isolation, kill switch, and financial circuit breakers.

< 40msCold start
Ed25519Signed audit chain
60%Token savings
FAQ

Frequently asked questions

01

Can my AI automatically find the details of a specific employee just by providing their ID?

Yes! Use the get_employee tool with the unique ID. Your agent will respond with complete metadata, contact information, and role details in seconds.

02

How do I monitor team leaves and availability?

Simply ask the agent to run the list_leaves tool. It will compile a list of all requested and approved absences, allowing you to see who is out of the office.

03

Does the integration permit modifying employee data?

No. The core set of tools focuses strictly on querying and analyzing HR context—listing employees, leaves, and attendance. State alteration operations are not currently exposed, ensuring your records remain secure.

04

How does Mastra AI connect to MCP servers?

Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.

05

Can Mastra agents use tools from multiple servers?

Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.

06

Does Mastra support workflow orchestration?

Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.

07

createMCPClient not exported

Install: npm install @mastra/mcp