Skip to main content
ClaudeWave

MCP server for open job postings, read first-hand from the applicant-tracking system behind a company's careers page. 7,479 company boards mapped. Greenhouse, Ashby, Lever. No key, no scraping, no personal data.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · ats-jobs-mcp
Claude Code CLI
claude mcp add ats-jobs-mcp -- python -m ats-jobs-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ats-jobs-mcp": {
      "command": "python",
      "args": ["-m", "ats-jobs-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install ats-jobs-mcp
Use cases

MCP Servers overview

# ats-jobs-mcp

<!-- mcp-name: io.github.groundtruthtools/ats-jobs-mcp -->

**An MCP server for open job postings, read first-hand from the applicant-tracking
system behind a company's careers page.** Ask your assistant what Anthropic is
hiring for and get the answer from Anthropic's own board, not from a job
aggregator's index.

Built on the job board APIs that Greenhouse, Ashby and Lever publish so third
parties can build job sites. No scraping, no API key, no account, no personal
data.

---

## Why this exists

Those APIs are open, documented, and **useless unless you already know the
company's board name**: that Anthropic's is `anthropic`, Ramp's is `ramp`,
Mistral's is `mistral.ai`.

**None of the vendors publishes a directory of its customers**, and none could,
since no vendor knows about the others. Checked 2026-08-24: `sitemap.xml` on
job-boards.greenhouse.io, boards.greenhouse.io, jobs.lever.co and
apply.workable.com all 404 or redirect.

So this ships one: **7,479 company boards**, every one confirmed against the
vendor's own API, each carrying the date it was confirmed.

## Three tools

### `find_company_board` — which system is a company on?

Give it a company name. Get the system and the board name, plus how many roles
were open when the board was last confirmed.

### `list_open_jobs` — every open role at one company

Title, department, location, employment type, workplace type, posted date, a
parsed salary range where the employer publishes one, and a `verify_url`
pointing at the employer's own advert.

### `compare_companies` — several companies, one schema

The thing no single vendor can do. Companies on Greenhouse and companies on
Ashby come back with the same field names, so they can be compared directly.
One company failing does not lose the others.

## Salaries, parsed, and refused when unclear

Ashby prints pay as `"$211.4K - $290.6K"`. Greenhouse prints it in cents,
sometimes as several bands at once. Neither is filterable, so both are turned
into numbers:

```json
"salary_min": 211400.0, "salary_max": 290600.0,
"salary_currency": "USD", "salary_text": "$211.4K - $290.6K"
```

The parser refuses more often than it guesses, deliberately:

- `$50 - $80 / hour` gives **no salary**. An hourly rate is a different
  quantity and reporting it as annual would be a confident lie.
- `600 000 kr` gives **no salary**. `kr` is Swedish, Norwegian *and* Danish.
- `0.5% - 1.75% - Offers Equity` gives **no salary**. Equity is not pay.
- Bands in two currencies are never spanned into a range that exists nowhere.

`salary_text` always keeps what the employer actually wrote, so nothing is
lost when the parser declines.

Every parsed figure is tested against the employer's own structured
`baseSalary` block, the one published for Google to index — not against a
number someone typed into a test.

## No personal data

Recruiter names are never returned. Email addresses and phone numbers are
**removed from job descriptions**, because descriptions genuinely carry them
and a column of work addresses is a marketing list rather than a job feed.

Unlisted Ashby postings are dropped, because Ashby's documentation says
plainly that they should not be shown publicly.

## Coverage, stated honestly

| System | Boards in the directory |
|---|---:|
| Greenhouse | 4,168 |
| Ashby | 3,311 |

Lever is readable but has almost no boards in the directory yet, so name it
directly (`lever:spotify`) or pass its careers URL. Workable has a confirmed
endpoint but no adapter yet, so it is not listed at all: a directory entry for
something nothing can read is a broken promise.

## Install

```bash
pip install ats-jobs-mcp
```

Then add to your MCP client configuration:

```json
{
  "mcpServers": {
    "ats-jobs": {
      "command": "ats-jobs-mcp"
    }
  }
}
```

## Relation to the hosted version

The same parsing runs as an Apify Actor at
[apify.com/groundtruth/ats-job-listings](https://apify.com/groundtruth/ats-job-listings),
which adds scheduling and an incremental mode that returns only postings you
have not been sent before. This server is free, runs on your machine, and
takes no cut of anything.

`tests/test_core_parity.py` fails if the two copies of the parsing logic drift
apart.

## Licence

MIT. Job postings belong to the employers who published them.
ashbyatsgreenhousehiringjob-boardjobslevermcpmodel-context-protocolrecruiting

What people ask about ats-jobs-mcp

What is groundtruthtools/ats-jobs-mcp?

+

groundtruthtools/ats-jobs-mcp is mcp servers for the Claude AI ecosystem. MCP server for open job postings, read first-hand from the applicant-tracking system behind a company's careers page. 7,479 company boards mapped. Greenhouse, Ashby, Lever. No key, no scraping, no personal data. It has 0 GitHub stars and its last recorded update is dated 2026-08-24.

How do I install ats-jobs-mcp?

+

You can install ats-jobs-mcp by cloning the repository (https://github.com/groundtruthtools/ats-jobs-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is groundtruthtools/ats-jobs-mcp safe to use?

+

Our security agent has analyzed groundtruthtools/ats-jobs-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains groundtruthtools/ats-jobs-mcp?

+

groundtruthtools/ats-jobs-mcp is maintained by groundtruthtools. The last recorded GitHub activity is dated 2026-08-24, with 0 open issues.

Are there alternatives to ats-jobs-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ats-jobs-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: groundtruthtools/ats-jobs-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/groundtruthtools-ats-jobs-mcp)](https://claudewave.com/repo/groundtruthtools-ats-jobs-mcp)
<a href="https://claudewave.com/repo/groundtruthtools-ats-jobs-mcp"><img src="https://claudewave.com/api/badge/groundtruthtools-ats-jobs-mcp" alt="Featured on ClaudeWave: groundtruthtools/ats-jobs-mcp" width="320" height="64" /></a>

More MCP Servers

ats-jobs-mcp alternatives