# 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/).

- **Type:** MCP server
- **Install:** `agentstack add mcp-crunchloop-mcp-teamtailor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [crunchloop](https://agentstack.voostack.com/s/crunchloop)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [crunchloop](https://github.com/crunchloop)
- **Source:** https://github.com/crunchloop/mcp-teamtailor

## Install

```sh
agentstack add mcp-crunchloop-mcp-teamtailor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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/).

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

```json
{
  "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](./LICENSE) file for further details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [crunchloop](https://github.com/crunchloop)
- **Source:** [crunchloop/mcp-teamtailor](https://github.com/crunchloop/mcp-teamtailor)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-crunchloop-mcp-teamtailor
- Seller: https://agentstack.voostack.com/s/crunchloop
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
