Greenhouse Jobs MCP Server: search any company job board
Pricing
Pay per event + usage
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
limit | number | no | How many jobs to show, 1-50. |
job
Get one job posting on a Greenhouse board, including the full description text.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
job_id | number | yes | Greenhouse job id, as returned by the jobs tool. |
search_jobs
Search a company Greenhouse board by title, location, department or office.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
query | string | yes | Words to match, for example security engineer. |
limit | number | no | How many matches to show, 1-50. |
departments
List the teams hiring on a Greenhouse board, ranked by number of open roles.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
offices
List the office locations on a Greenhouse board.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
board
Show a company Greenhouse board: name, open job count and the company intro.
| Parameter | Type | Required | Description |
|---|---|---|---|
board | string | yes | Board token like stripe. |
Pricing
Pay per event. You only pay for what you use:
| Event | Price (USD) | When |
|---|---|---|
| Tool call | $0.01 | Each MCP tool call |
| List request | $0.001 | Listing tools/resources/prompts |
| Resource request | $0.001 | Reading an MCP resource |
| Prompt request | $0.001 | Running an MCP prompt |
| Completion request | $0.0001 | MCP 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.