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.
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.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A 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.
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that allows Claude to interact with Linear's API for managing teams, issues, projects, and cycles.Last updated -171TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides language models with access to personal Whoop fitness data, allowing queries for cycles, recovery, strain, and workout information from the Whoop API.Last updated -2Python
- -securityFlicense-qualityA Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.Last updated -462Python
- -securityAlicense-qualityA Model Context Protocol server that enables Claude Desktop to access structured employee data and perform HR operations including employee lookups, searches, and global leave requests.Last updated -JavaScriptMIT License