Teamtailor
FreeNot checkedEnables AI to interact with the Teamtailor recruitment platform for candidate discovery, filtering, and detailed information retrieval through authenticated API
About
Enables AI to interact with the Teamtailor recruitment platform for candidate discovery, filtering, and detailed information retrieval through authenticated API access.
README
The MCP Teamtailor is a Model Context Protocol (MCP) server that provides a simple integration with the teamtailor api.
Dependencies
No other dependencies are required to use the MCP Teamtailor server.
Usage
MCP servers are configured differently depending on the client that you are using. For reference, this is how you would configure it using Claude Desktop.
{
"mcpServers": {
"teamtailor": {
"command": "npx",
"args": [
"-y",
"@crunchloop/mcp-teamtailor"
],
"env": {
"TEAMTAILOR_URL": "https://api.teamtailor.com/v1",
"TEAMTAILOR_API_KEY": "XXXX"
}
}
}
}
MCP Transport
At the moment, only stdio transport has been implemented.
Tools
teamtailor_list_candidates - List and filter candidates.
pageSize: The size of the page response (string, optional)page: The page number to retrieve (string, optional)filter.createdAfter: Filter candidates created after a specific date (string, optional)filter.createdBefore: Filter candidates created before a specific date (string, optional)filter.updatedAfter: Filter candidates updated after a specific date (string, optional)filter.updatedBefore: Filter candidates updated before a specific date (string, optional)
teamtailor_get_candidate - Get a single candidate by their id.
candidateId: The id of the candidate to retrieve (number, required)
License
Released under the MIT License. See the LICENSE file for further details.
Installing Teamtailor
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/crunchloop/mcp-teamtailorFAQ
Is Teamtailor MCP free?
Yes, Teamtailor MCP is free — one-click install via Unyly at no cost.
Does Teamtailor need an API key?
No, Teamtailor runs without API keys or environment variables.
Is Teamtailor hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Teamtailor in Claude Desktop, Claude Code or Cursor?
Open Teamtailor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Teamtailor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
