Greenhouse MCP ServerServer

Motta239
GitHub
recruitmentapplicant trackingAPI integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) implementation for the Greenhouse Harvest API, providing tools to interact with Greenhouse's recruitment and applicant tracking system. Features include job listing with filtering, candidate management with pagination, application tracking, and moving applications between stages.

📝 JSON Entries

{
  "mcpServers": [
    {
      "greenhouse-mcp": {
        "env": {
          "GREENHOUSE_API_KEY": "your_api_key"
        },
        "args": [
          "-p",
          "3001:3001",
          "-e",
          "GREENHOUSE_API_KEY=your_api_key",
          "ghcr.io/your-username/mcp-greenhouse:latest"
        ],
        "command": "docker run"
      }
    }
  ]
}

🛠️ Tools

List JobsCandidate ListApplication ListMove Application

Features

  • Job listing with filtering options
  • Pagination for candidate listing
  • Filtering of applications
  • Moving applications between stages

💬 Example Queries

  • List all jobs with status filtering
  • List candidates with pagination
  • List applications based on job ID
  • Move an application to another stage