@slantis/mcp-teamtailor
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@slantis/mcp-teamtailorList the first 5 open jobs in Teamtailor"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@slantis/mcp-teamtailor
Full-coverage, read-only MCP server for the Teamtailor recruitment API.
Exposes 18 tools covering the entire Teamtailor data model — candidates, jobs, applications, offers, stages, departments, locations, users, and activities — with strict input validation and safe error handling.
Read-only by design. This server makes no write calls. No candidates, jobs, or applications can be created, modified, or deleted through this MCP.
Installation
npm install -g @slantis/mcp-teamtailor
# or run directly with npx (no install needed):
npx @slantis/mcp-teamtailorRelated MCP server: Greenhouse MCP
Configuration
Add to your Claude Code (or Claude Desktop) MCP config:
{
"mcpServers": {
"teamtailor": {
"command": "npx",
"args": ["-y", "@slantis/mcp-teamtailor"],
"env": {
"TEAMTAILOR_API_KEY": "your-admin-api-key",
"TEAMTAILOR_URL": "https://api.na.teamtailor.com/v1"
}
}
}
}Environment variables
Variable | Required | Default | Description |
| Yes | — | Admin API key from Teamtailor → Settings → API Keys |
| No |
| Base URL. Use |
| No |
| Teamtailor API version date string |
Tools Reference
Candidates
Tool | Description |
| List candidates with optional date filters and pagination |
| Get full candidate details by ID |
Jobs
Tool | Description |
| List jobs — filter by status, department, or location |
| Get full job details by ID |
Applications
Tool | Description |
| List applications — filter by job, candidate, or stage |
| Get application details including current stage |
Offers
Tool | Description |
| List job offers — filter by application |
| Get offer details including sent/accepted/rejected dates |
Pipeline
Tool | Description |
| List pipeline stages — filter by job |
| Get stage details by ID |
Structure
Tool | Description |
| List all departments |
| Get department details by ID |
| List all office locations |
| Get location details by ID |
Users
Tool | Description |
| List all Teamtailor users (recruiters, hiring managers) |
| Get user details by ID |
Audit
Tool | Description |
| List activity log — filter by subject type and ID |
| Get a specific activity entry by ID |
Example prompts
"List the first 5 open jobs in Teamtailor"
"Find candidates who applied in the last 7 days"
"What stages does job 12345 have?"
"Show me all applications for job 42 that are still in the first stage"
"What's the activity history for candidate 99?"
Development
npm install
npm run dev # run with tsx (no build needed)
npm run typecheck # type-check without emitting
npm test # run vitest
npm run build # compile to dist/License
MIT © Slantis
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceA Model Context Protocol server that enables integration with the Teamtailor API, allowing users to list, filter, and retrieve candidate information from their Teamtailor recruitment platform.Last updated2205MIT
- AlicenseBqualityDmaintenanceProduction-ready MCP server for Greenhouse ATS with 175 tools for recruiting teams — manage candidates, applications, jobs, interviews, and hiring pipelines. Role-based profiles (full/recruiter/read-only), composite workflow tools for pipeline views, analytics, candidate search, and bulk operations.Last updated1005MIT
- AlicenseBqualityCmaintenanceRead-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.Last updated33MIT

100Hires MCP Serverofficial
AlicenseBqualityFmaintenanceOfficial Model Context Protocol server for 100Hires — the applicant tracking system for recruiting teams. Exposes the full 100Hires API v2 as 130 MCP tools, enabling AI assistants to manage candidates, jobs, applications, interviews, messages, and more.Last updated100411MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/slantis/mcp-teamtailor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server