npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@coretext-ai/qa-greenhouse-b9c0d1e2-f3a4-4567-a890-901234567890

v1.0.3

Published

MCP server with greenhouse integration

Readme

greenhouse-mcp-server

MCP server with greenhouse integration

This MCP server was generated using the Template Orchestrator and includes the following integrations:

Available Tools

This MCP server provides 40 tools across 1 integrations:

Greenhouse Tools

  • greenhouse_list_applications: List all applications with optional filtering by job, candidate, or status
  • greenhouse_get_application: Retrieve detailed information about a specific application
  • greenhouse_create_application: Create a new application for an existing candidate
  • greenhouse_update_application: Update an existing application's properties
  • greenhouse_move_application: Move an application to a different stage within the same job
  • greenhouse_transfer_application: Transfer an application to a different job
  • greenhouse_reject_application: Reject an application with reason and optional email notification
  • greenhouse_hire_application: Hire a candidate by marking their application as hired
  • greenhouse_convert_prospect: Convert a prospect application to a candidate application
  • greenhouse_list_candidates: List all candidates with optional filtering and pagination
  • greenhouse_get_candidate: Retrieve detailed information about a specific candidate
  • greenhouse_create_candidate: Create a new candidate with contact information and optional application
  • greenhouse_update_candidate: Update an existing candidate's information
  • greenhouse_delete_candidate: Delete a candidate and all associated applications
  • greenhouse_list_jobs: List all jobs with optional filtering and pagination
  • greenhouse_get_job: Retrieve detailed information about a specific job
  • greenhouse_create_job: Create a new job posting with hiring team and requirements
  • greenhouse_update_job: Update an existing job's properties
  • greenhouse_get_job_post: Retrieve the job post associated with a job
  • greenhouse_list_job_stages: List all job stages with interview details
  • greenhouse_get_job_stage: Retrieve details about a specific job stage
  • greenhouse_list_scheduled_interviews: List scheduled interviews with optional filtering
  • greenhouse_get_scheduled_interview: Retrieve details about a specific scheduled interview
  • greenhouse_create_scheduled_interview: Create a new scheduled interview for an application
  • greenhouse_update_scheduled_interview: Update an existing scheduled interview
  • greenhouse_delete_scheduled_interview: Delete a scheduled interview
  • greenhouse_get_application_interviews: Get all scheduled interviews for a specific application
  • greenhouse_list_offers: List all offers with optional filtering
  • greenhouse_get_offer: Retrieve details about a specific offer
  • greenhouse_get_current_offer: Get the current offer for a specific application
  • greenhouse_list_scorecards: List all scorecards with optional filtering
  • greenhouse_get_scorecard: Retrieve details about a specific scorecard
  • greenhouse_list_users: List all users in the organization
  • greenhouse_get_user: Retrieve details about a specific user
  • greenhouse_create_user: Create a new user in the organization
  • greenhouse_list_departments: List all departments in the organization
  • greenhouse_get_department: Retrieve details about a specific department
  • greenhouse_list_offices: List all offices in the organization
  • greenhouse_get_office: Retrieve details about a specific office
  • greenhouse_get_activity_feed: Get activity feed for a candidate including notes, emails, and activities

Installation

npm install @coretext-ai/qa-greenhouse-b9c0d1e2-f3a4-4567-a890-901234567890

Environment Setup

Create a .env file with the following variables:

GREENHOUSE_API_KEY=your_greenhouse_api_key_here
GREENHOUSE_EMAIL=your_greenhouse_email_here

Usage

Running the server

# Development mode
npm run dev

# Production mode
npm run build && npm start

Using with Claude Desktop

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "greenhouse-mcp-server": {
      "command": "npx",
      "args": ["@coretext-ai/qa-greenhouse-b9c0d1e2-f3a4-4567-a890-901234567890"],
      "env": {
        "GREENHOUSE_API_KEY": "your_greenhouse_api_key_here",
        "GREENHOUSE_EMAIL": "your_greenhouse_email_here"
      }
    }
  }
}

Instructions for Fetching API Keys/Tokens

  • COMING SOON

Generated Information

  • Generated at: Thu Jul 24 2025 02:45:42 GMT+0000 (Coordinated Universal Time)
  • Orchestrator version: 0.0.2
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 40