@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.
Latest Blog Posts
- 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