mcp-teamtailor

mcp-teamtailorは、Teamtailor APIとの統合を提供するMCPサーバーです。依存関係はなく、シンプルに設定できるため、候補者のリストやフィルタリングが可能です。特に、APIキーを使用して安全にデータを取得できます。

GitHubスター

2

ユーザー評価

未評価

フォーク

2

イシュー

0

閲覧数

2

お気に入り

0

README
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.

作者情報
Crunchloop

Your end-to-end software solutions partner

Uruguay

17

フォロワー

27

リポジトリ

0

Gist

3

貢献数

トップ貢献者

スレッド