mcp-teamtailor
@crunchloop
关于 mcp-teamtailor
The MCP Teamtailor is a Model Context Protocol (MCP) server that provides a simple integration with the [teamtailor api](https://docs.teamtailor.com/).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"teamtailor": {
"command": "npx",
"args": [
"-y",
"@crunchloop/mcp-teamtailor"
],
"env": {
"TEAMTAILOR_URL": "https://api.teamtailor.com/v1",
"TEAMTAILOR_API_KEY": "XXXX"
}
}
}
}工具
2List and filter candidates.
Get a single candidate by their id.
概览
What is mcp-teamtailor?
mcp-teamtailor is a Model Context Protocol (MCP) server that provides a simple integration with the Teamtailor API. It is designed for developers and teams who want to access Teamtailor candidate data through an MCP client like Claude Desktop.
How to use mcp-teamtailor?
Configure the server in your MCP client (e.g., Claude Desktop) with the command npx -y @crunchloop/mcp-teamtailor and set environment variables TEAMTAILOR_URL (e.g., https://api.teamtailor.com/v1) and TEAMTAILOR_API_KEY. Then use the provided tools to list, filter, or retrieve candidates.
Key features of mcp-teamtailor
- List candidates with optional filters and pagination
- Get a single candidate by ID
- No additional dependencies required
- Lightweight, stdio-based transport
Use cases of mcp-teamtailor
- Querying candidate records from Teamtailor inside an AI assistant
- Filtering candidates by creation or update dates
- Retrieving detailed candidate information by ID
FAQ from mcp-teamtailor
What does this server do that alternatives don't?
This server is a lightweight MCP wrapper around the Teamtailor API, requiring zero additional dependencies and using a simple stdio transport for easy integration with any MCP client.
What are the runtime dependencies?
No other dependencies are required beyond Node.js and the package itself.
Where does the data live?
Data is fetched directly from the Teamtailor API using the credentials you provide. No data is stored locally by the server.
What transport does it use?
Only stdio transport has been implemented at this time.
How is authentication handled?
You provide a TEAMTAILOR_API_KEY environment variable. The server uses this key to authenticate requests to the Teamtailor API.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论