# io.github.IsaiahDupree/jobstack-mcp (remote · jobstack-mcp.vercel.app)

Unified jobs search over official feeds + ATS boards (USAJOBS, Adzuna, Muse, Greenhouse, Lever...)

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `jobstack-mcp.vercel.app`: 71/100 (this document), [markdown](https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp.md), [page](https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp)

## Channel facts

- Endpoint: `https://jobstack-mcp.vercel.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 527 tokens (~263/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http isaiahdupree-jobstack-mcp https://jobstack-mcp.vercel.app/mcp
```

### Codex

```toml
[mcp_servers.isaiahdupree-jobstack-mcp]
url = "https://jobstack-mcp.vercel.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "isaiahdupree-jobstack-mcp": {
      "type": "remote",
      "url": "https://jobstack-mcp.vercel.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add isaiahdupree-jobstack-mcp --url https://jobstack-mcp.vercel.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  isaiahdupree-jobstack-mcp:
    url: "https://jobstack-mcp.vercel.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "isaiahdupree-jobstack-mcp": {
      "type": "http",
      "url": "https://jobstack-mcp.vercel.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 70, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-01 (score 70)

First indexed and scored.

## MCP tools (2)

### `search_jobs` (~342 tokens)

Search jobs (unified feed)

Search job postings across every configured source and merge the results into one flat Job shape. Fans out in parallel to USAJOBS, Adzuna, Jooble, The Muse, Reed, and the ats engine (Greenhouse/Lever/Ashby/Workable/SmartRecruiters), then merges + sorts by postedDate (newest first) and paginates the combined set. Each Job has id, source, title, company, location, remote, url, description, postedDate, salaryMin, salaryMax, salaryCurrency, department, and employmentType. The response envelope carries meta, the echoed query, sources_requested, an optional sources_errored map, total, count, limit, offset, and results. Use sources= to restrict to specific engines.

Input parameters:

- `keywords` (string): Free-text search terms (job title, skill, company, etc.). Optional — omit to browse the latest postings.
- `limit` (integer): Max results in the merged page, clamped 1-100. Default 20.
- `location` (string): Free-text location filter (e.g. "Washington, DC" or "London"). Applied upstream where the source supports it.
- `offset` (integer): Zero-based offset into the merged result set for pagination. Default 0.
- `remote` (boolean): Filter to remote roles when true. Only sources that expose an explicit remote signal apply it; others ignore it.
- `sources` (string): Comma-separated engine keys to restrict the fan-out to. Any of: usajobs, adzuna, jooble, themuse, reed, ats. Omit for all six.

### `get_job` (~185 tokens)

Get a single job by source + id

Fetch one job posting by its source engine and native id, returned as { meta, job } with the same flat Job shape search_jobs yields. The id is the native upstream id as returned by that source in search results (NOT prefixed with the source name). Exception: for source="ats" the id is a composite "board:company:nativeId" string (e.g. "greenhouse:airbnb:7995153") so the lookup can round-trip to the right ATS board. Not every source supports single-job lookup — a search-only source returns a not_supported / not_found error.

Input parameters:

- `id` (string, required): Native upstream job id as returned by that source. For source="ats", the composite "board:company:nativeId" string.
- `source` (string, required): The engine that produced the job (matches the Job.source field from search_jobs).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70

## Links

- Remote endpoint: https://jobstack-mcp.vercel.app/mcp
- Repository: https://github.com/IsaiahDupree/jobstack-mcp
- Website: https://jobstack-mcp.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/isaiahdupree-jobstack-mcp/jobstack-mcp
