Skip to main content
Glama

MCP Teamtailor

by crunchloop

mcp-チームテーラー

MCP Teamtailor は、 teamtailor apiとの簡単な統合を提供するモデル コンテキスト プロトコル (MCP) サーバーです。

依存関係

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ライセンスに基づいてリリースされています。詳細はLICENSEファイルをご覧ください。

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.

Teamtailor API との統合を可能にするモデル コンテキスト プロトコル サーバー。これにより、ユーザーは Teamtailor 採用プラットフォームから候補者情報を一覧表示、フィルタリング、取得できます。

  1. 依存関係
    1. 使用法
      1. MCPトランスポート
        1. ツール
          1. ライセンス

            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