Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Teamtailor

БесплатноНе проверен

Enables AI to interact with the Teamtailor recruitment platform for candidate discovery, filtering, and detailed information retrieval through authenticated API

GitHubEmbed

Описание

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.

from github.com/crunchloop/mcp-teamtailor

Установка Teamtailor

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/crunchloop/mcp-teamtailor

FAQ

Teamtailor MCP бесплатный?

Да, Teamtailor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Teamtailor?

Нет, Teamtailor работает без API-ключей и переменных окружения.

Teamtailor — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Teamtailor в Claude Desktop, Claude Code или Cursor?

Открой Teamtailor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Teamtailor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai