mcp-teamtailor
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.
Recommend MCP Servers 💡
writer-tool
An open-source Model Context Protocol (MCP) server that connects Claude to your Substack and Medium writings, enabling semantic search and contextual understanding of your published content.
pr_reviewer
An MCP server integrating Claude Desktop to auto-analyze GitHub PRs, add comments, approve/merge, and save reviews to Google Drive.
rohans2/mcp-google-sheets
TypeScript MCP server for AI agents to interact with Google Sheets via tools
backlog-mcp-server
An MCP server for interacting with the Backlog API to manage projects, issues, wiki pages, and more through AI agents.
Atlassian Remote MCP Server
Atlassian's official remote MCP server securely connects enterprise knowledge from Jira and Confluence to external AI tools, enabling AI-powered workflows with rich context.
stefanoamorelli/sec-edgar-mcp
An open-source MCP server connecting AI models to SEC EDGAR filings for accurate financial data retrieval