Greenhouse Jobs MCP Server: search any company job board avatar

Greenhouse Jobs MCP Server: search any company job board

Pricing

Pay per event + usage

Go to Apify Store
Greenhouse Jobs MCP Server: search any company job board

Greenhouse Jobs MCP Server: search any company job board

Pull live openings straight from any company Greenhouse board. Search by company, list departments and offices, fetch individual job posts with full descriptions. Keyless MCP server for Claude, ChatGPT, Cursor and any MCP client. Pay per tool call only.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

a e

a e

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Greenhouse MCP

Jobs from Greenhouse boards. No key required.

Served over the Model Context Protocol so any MCP client (Claude, Cursor, ChatGPT connectors, custom agents) can use it. Keyless: no third-party account or API key needed.

Connect

Standby MCP endpoint (streamable HTTP):

https://mrfentmen--greenhouse-mcp.apify.actor/mcp

Authenticate with your Apify API token:

Authorization: Bearer <YOUR_APIFY_API_TOKEN>

Tools

jobs

List open jobs on a company Greenhouse board, with location, departments and job ids.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.
limitnumbernoHow many jobs to show, 1-50.

job

Get one job posting on a Greenhouse board, including the full description text.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.
job_idnumberyesGreenhouse job id, as returned by the jobs tool.

search_jobs

Search a company Greenhouse board by title, location, department or office.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.
querystringyesWords to match, for example security engineer.
limitnumbernoHow many matches to show, 1-50.

departments

List the teams hiring on a Greenhouse board, ranked by number of open roles.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.

offices

List the office locations on a Greenhouse board.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.

board

Show a company Greenhouse board: name, open job count and the company intro.

ParameterTypeRequiredDescription
boardstringyesBoard token like stripe.

Pricing

Pay per event. You only pay for what you use:

EventPrice (USD)When
Tool call$0.01Each MCP tool call
List request$0.001Listing tools/resources/prompts
Resource request$0.001Reading an MCP resource
Prompt request$0.001Running an MCP prompt
Completion request$0.0001MCP completion request

Data source

Public read-only API. This Actor never writes to your account and never asks for third-party credentials.

Source

Built from the ts-mcp-proxy template.