Skip to main content
Glama

MCP Teamtailor

by crunchloop

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

  1. Dependencies
    1. Usage
      1. MCP Transport
        1. Tools
          1. License

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that bridges Microsoft Teams and MCP-compatible clients, enabling chat integration, message handling, and advanced search capabilities without REST API endpoints.
              Last updated -
              1
              Python
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that bridges Microsoft Teams with MCP-compatible clients (LLMs, agentic frameworks, CLI), enabling chat integration, message search, and event streaming without traditional REST API endpoints.
              Last updated -
              Python
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides a standardized interface for interacting with the Tinder API, handling authentication, request processing, rate limiting, caching, and error handling.
              Last updated -
              7
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that helps with job applications by analyzing job postings and optimizing resumes and cover letters through document analysis tools.
              Last updated -
              5

            View all related MCP servers

            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/crunchloop/mcp-teamtailor'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server