Skip to main content
Glama

mcp-teamtailor

MCP Teamtailor 是一个模型上下文协议 (MCP) 服务器,可与teamtailor api进行简单的集成。

依赖项

使用 MCP Teamtailor 服务器不需要其他依赖项。

用法

MCP 服务器的配置会根据您使用的客户端而有所不同。以下是使用 Claude Desktop 进行配置的示例。

{ "mcpServers": { "teamtailor": { "command": "npx", "args": [ "-y", "@crunchloop/mcp-teamtailor" ], "env": { "TEAMTAILOR_URL": "https://api.teamtailor.com/v1", "TEAMTAILOR_API_KEY": "XXXX" } } } }

MCP 传输

目前,仅实现了stdio传输。

工具

  • teamtailor_list_candidates - 列出并筛选候选人。

    • pageSize :页面响应的大小(字符串,可选)

    • page :要检索的页码(字符串,可选)

    • filter.createdAfter :过滤特定日期之后创建的候选人(字符串,可选)

    • filter.createdBefore :过滤在特定日期之前创建的候选人(字符串,可选)

    • filter.updatedAfter :过滤特定日期后更新的候选对象(字符串,可选)

    • filter.updatedBefore :过滤在特定日期之前更新的候选对象(字符串,可选)

  • teamtailor_get_candidate - 根据 ID 获取单个候选人。

    • candidateId :要检索的候选人的 ID(数字,必填)

执照

根据 MIT 许可证发布。更多详情请参阅许可证文件。

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

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
  • -
    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 -
  • -
    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 -
    9
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
    Last updated -
    4
    9
    13

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