Skip to main content
ClaudeWave

MCP server for public Ashby job boards. Resolve a company to its board, search its openings and the pay it publishes. No API key.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-ashby
Claude Code CLI
claude mcp add mcp-ashby -- npx -y mcp-ashby
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-ashby": {
      "command": "npx",
      "args": ["-y", "mcp-ashby"]
    }
  }
}
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.
Use cases

MCP Servers overview

<img src="assets/icon-128.png" alt="" width="96" align="right">

# mcp-ashby

[![npm](https://img.shields.io/npm/v/mcp-ashby.svg)](https://www.npmjs.com/package/mcp-ashby)
[![CI](https://github.com/smeet666/mcp-ashby/actions/workflows/ci.yml/badge.svg)](https://github.com/smeet666/mcp-ashby/actions/workflows/ci.yml)
[![license](https://img.shields.io/npm/l/mcp-ashby.svg)](./LICENSE)
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-listed-6E56CF)](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.smeet666/mcp-ashby)
[![Glama](https://glama.ai/mcp/servers/smeet666/mcp-ashby/badges/score.svg)](https://glama.ai/mcp/servers/smeet666/mcp-ashby)
[![M8ven](https://m8ven.ai/badge/mcp/smeet666-mcp-ashby-bavazc?variant=verified)](https://m8ven.ai/mcp/smeet666-mcp-ashby-bavazc)
[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=ashby&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1jcC1hc2hieSJdfQ%3D%3D)
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install-0098FF?style=flat&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ashby&config=%7B%22name%22%3A%22ashby%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22mcp-ashby%22%5D%7D)
<!-- m8ven-verify: 73fc264cac412f1cc3ce6c59a1a1d662 -->

An MCP server for the public job boards companies publish through
[Ashby](https://www.ashbyhq.com). Search the postings of the companies you name,
read one in full, see the wording each board filters by, and compare the pay
ranges companies publish. No API key, no account, read-only.

[Français](#mcp-ashby-français)

## What it does

Ashby hosts one job board per company, and publishes no index across them. Every
question therefore starts with a company name, and this server turns that name
into the token that addresses its board.

```
resolve_board("Eleven Labs")                     ->  elevenlabs, 247 postings
search_jobs(["elevenlabs"], query: "engineer", is_remote: true)
get_job("elevenlabs", "a571b8e4-…")
list_filter_values("elevenlabs")
compare_compensation("ramp", department: ["Engineering"])
```

## Install

```bash
npx mcp-ashby
```

Claude Desktop, `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "ashby": {
      "command": "npx",
      "args": ["-y", "mcp-ashby"]
    }
  }
}
```

### With Docker

```json
{
  "mcpServers": {
    "ashby": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/smeet666/mcp-ashby:2.0.0"]
    }
  }
}
```

`-i` keeps stdin open, which is where the protocol travels, and no `-t` is
passed: a TTY rewrites the stream and breaks it. The container needs outbound
HTTPS to `api.ashbyhq.com`, and nothing else: no volume, no port, no environment variable, no credential.

## The tools

### `resolve_board`

A company name in, the board token out. Ashby ignores the case of a token, so
`ashby`, `Ashby` and `ASHBY` answer the same board, and four spellings are tried
in order, stopping at the first that answers.

A token that names nothing and a board publishing nothing are two different
answers, and the tool keeps them apart. **Nothing found is never proof that a
company is absent from Ashby**: `elevenlabs` answers where `eleven-labs` does
not, and the answer lists the spellings that were sent.

### `search_jobs`

`companies` is required, and takes names or tokens. Each name is resolved here,
so no preparation is needed.

Ashby filters nothing at the source and pages nothing: a board arrives whole,
and every filter runs in this server. Rows carry no description, because one
board runs to megabytes and its descriptions alone to a million tokens.

Filters: `query` on titles or on descriptions, `department`, `team`,
`employment_type`, `workplace_type`, `is_remote`, `country`,
`location_contains`, `published_after`, `has_compensation`, `salary_min` with
its `currency` and its period.

Two counts come back, and neither is called a total: `total_on_board` is what
the boards hold, `total_matched` is what the criteria kept. A third count,
`undeclared`, says how many postings a criterion could say nothing about.

### `get_job`

One posting in full: its places, its description in plain text or in the
company's own markup, and the pay tiers it publishes.

### `list_filter_values`

The wording one board actually uses, with the number of postings behind each
word, and the number that declare nothing. Boards keep their own departments and
teams, and a filter written from another board's vocabulary narrows to nothing.

### `compare_compensation`

Published pay ranges side by side, one component at a time and one period at a
time. Nothing is converted between currencies, summed across components, or
averaged.

## What the answers never claim

- **A company that withholds its pay ranges publishes null**, never zero. A
  third of the postings measured are in that case.
- **A posting that records no workplace is not a posting on site.** A fifth of
  the postings measured record neither `workplace_type` nor `is_remote`, and a
  filter on remote work reports how many it set aside.
- **Amounts keep their currency and their period.** An hourly rate is never
  weighed against a yearly floor, and eight currencies never rank against each
  other.
- **A country is reported as the board spells it.** `USA` and `United States`
  appear on different boards, `European Union` appears as a country, and none of
  them is corrected. Sibling spellings on one board are named together.
- **A filter value the board never carries is refused**, with the words the
  board does publish, rather than answered with an empty list.
- **A failure is never an empty result.** A token that names nothing, a board
  publishing nothing, and a read that failed are three different answers.
- **No canonical spelling of a token is claimed.** Ashby echoes the case it was
  given, so the token reported is the form that answered.

## What it reads, and what it leaves alone

The server reads `api.ashbyhq.com`, the interface Ashby documents for companies
hosting their own careers page. An allowlist in the HTTP layer refuses every
other host before a connection opens, and a test watches every address the suite
requests.

`jobs.ashbyhq.com` disallows `/api/` in its robots.txt, and the server never
reads it. The `jobUrl` and `applyUrl` a posting carries travel through rendering
as strings, and are rendered so you can link the advert.

One request at a time, at least a second apart, a floor configuration can widen
and never narrow. A board is held between calls and revalidated with its
validator, so a session exploring one company downloads it once.

## Stability

A major version covers what a caller writes against and reads back:

- the five tool names, and the names and types of their arguments;
- the shape of what each tool returns, and the fields it carries;
- the six error codes;
- the `./client` subpath: `Client`, `Read<T>`, and the shapes it hands back.

These stay minor, and a caller who reads only what it asked for is untouched:

- a new optional argument, or a new tool;
- a new field in an answer, or a new note;
- the wording of a note, a description, or an error message;
- following a newer revision of the Model Context Protocol, which changes the
  envelope around the tools rather than the tools.

A field that Ashby stops publishing is reported as absent rather than removed
from the shape, so a schema never narrows without a major version.

## Use it as a library

The low-level client is published on its own, with the pacing, the cache and the
error taxonomy, and no protocol attached:

```js
import { Client } from "mcp-ashby/client";

const client = new Client();
const { found } = await client.resolveBoard("Ramp");
const { data } = await client.readBoard(found[0].board);
```

Errors carry one of six codes: `not_found`, `invalid_input`, `rate_limited`,
`parse_failure`, `network_error`, `timeout`. A failure is never returned as an
empty result.

## Licence

MIT. Job adverts belong to the companies that published them: credit the company
and link the page each posting carries.

---

<img src="assets/icon-128.png" alt="" width="96" align="right">

# mcp-ashby (français)

Un serveur MCP pour les pages d'emploi publiques que les entreprises publient
via [Ashby](https://www.ashbyhq.com). Cherchez dans les offres des entreprises
que vous nommez, lisez-en une en entier, consultez le vocabulaire de chaque
tableau, et comparez les rémunérations publiées. Sans clé d'API, sans compte, en
lecture seule.

## Ce qu'il fait

Ashby héberge un tableau d'offres par entreprise, et ne publie aucun index qui
les traverse. Toute question part donc d'un nom d'entreprise, et ce serveur
transforme ce nom en jeton qui adresse son tableau.

```
resolve_board("Eleven Labs")                     ->  elevenlabs, 247 offres
search_jobs(["elevenlabs"], query: "engineer", is_remote: true)
get_job("elevenlabs", "a571b8e4-…")
list_filter_values("elevenlabs")
compare_compensation("ramp", department: ["Engineering"])
```

## Installation

```bash
npx mcp-ashby
```

Claude Desktop, `claude_desktop_config.json` :

```json
{
  "mcpServers": {
    "ashby": {
      "command": "npx",
      "args": ["-y", "mcp-ashby"]
    }
  }
}
```

### Avec Docker

```json
{
  "mcpServers": {
    "ashby": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/smeet666/mcp-ashby:2.0.0"]
    }
  }
}
```

`-i` garde l'entrée standard ouverte, qui est le canal du protocole, et aucun
`-t` n'est passé : un terminal réécrit le flux et le casse. Le conteneur a besoin
d'un accès HTTPS sortant vers `api.ashbyhq.com`, et de rien d'autre :
aucun volume, aucun port, aucune variable d'environnement, aucun identifiant.

## Les outils

### `resolve_board`

Un nom d'entreprise en entrée, le jeton du tableau en sortie. Ashby ignore la
casse, donc `ashby`, `Ashby` et `ASHBY` répondent le même tableau, et quatre
formes sont essayées dans l'o
ashbyatscareersjob-searchjobsmcpmcp-servermodel-context-protocol

What people ask about mcp-ashby

What is smeet666/mcp-ashby?

+

smeet666/mcp-ashby is mcp servers for the Claude AI ecosystem. MCP server for public Ashby job boards. Resolve a company to its board, search its openings and the pay it publishes. No API key. It has 0 GitHub stars and its last recorded update is dated 2026-08-27.

How do I install mcp-ashby?

+

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

Is smeet666/mcp-ashby safe to use?

+

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

Who maintains smeet666/mcp-ashby?

+

smeet666/mcp-ashby is maintained by smeet666. The last recorded GitHub activity is dated 2026-08-27, with 2 open issues.

Are there alternatives to mcp-ashby?

+

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

Deploy mcp-ashby 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: smeet666/mcp-ashby
[![Featured on ClaudeWave](https://claudewave.com/api/badge/smeet666-mcp-ashby)](https://claudewave.com/repo/smeet666-mcp-ashby)
<a href="https://claudewave.com/repo/smeet666-mcp-ashby"><img src="https://claudewave.com/api/badge/smeet666-mcp-ashby" alt="Featured on ClaudeWave: smeet666/mcp-ashby" width="320" height="64" /></a>

More MCP Servers

mcp-ashby alternatives