# services.gera/mcp-gera-jobs (npm · @gera-services/mcp-gera-jobs)

Search global job categories, real crawled salary benchmarks and country job markets. No auth.

- Trust score: 63/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@gera-services/mcp-gera-jobs`: 63/100 (this document), [markdown](https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs.md), [page](https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs)

## Channel facts

- Registry: `npm`
- Package: `@gera-services/mcp-gera-jobs`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 40 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 664 tokens (~132/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 services-gera-mcp-gera-jobs -- npx -y @gera-services/mcp-gera-jobs
```

### Codex

```bash
codex mcp add services-gera-mcp-gera-jobs -- npx -y @gera-services/mcp-gera-jobs
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "services-gera-mcp-gera-jobs": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@gera-services/mcp-gera-jobs"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add services-gera-mcp-gera-jobs --command npx --arg -y --arg @gera-services/mcp-gera-jobs
```

### Hermes

```yaml
mcp_servers:
  services-gera-mcp-gera-jobs:
    command: "npx"
    args: ["-y", "@gera-services/mcp-gera-jobs"]
```

### Other

```json
{
  "mcpServers": {
    "services-gera-mcp-gera-jobs": {
      "command": "npx",
      "args": [
        "-y",
        "@gera-services/mcp-gera-jobs"
      ]
    }
  }
}
```

## 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-02 (score 63, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 30, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 15, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 22, +4)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 18, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (5)

### `search_job_categories` (~161 tokens)

Search GeraJobs job categories

Search the 30 GeraJobs job categories by free-text query (matches name, description, required skills and SEO keywords). Use this first when a user describes a kind of work in plain language (e.g. "machine learning", "nursing", "remote design", "plumber"). Returns matching categories with average USD salary range, top skills, remote percentage and whether the field is trending. Pass no query to list every category.

Input parameters:

- `limit` (integer): Max categories to return (default 10).
- `query` (string): Free-text query, e.g. "machine learning" or "remote sales". Omit to list all.
- `trending_only` (boolean): If true, only return categories flagged as trending in 2026.

### `get_salary_benchmark` (~205 tokens)

Get a GeraJobs salary benchmark

Return real salary benchmarks for a role, aggregated from crawled GeraJobs listings. For each market (country/currency) you get the sample size and median / 25th / 75th percentile / low / high annual pay — every number traces to real listings. Available roles: software-engineer, data-scientist, product-manager, sales-representative, marketing-manager, customer-support, ux-ui-designer, finance-analyst, project-manager, operations-manager, human-resources, devops-engineer. Optionally filter to one country by ISO code (e.g. "US", "GB"). Omit currency to get all markets for the role.

Input parameters:

- `country_code` (string): Optional ISO-3166 country code to filter to one market, e.g. "US", "GB", "CA".
- `role` (string, required): Role slug or name, e.g. "software-engineer", "Data Scientist", "product-manager".

### `list_job_categories` (~61 tokens)

List all GeraJobs categories

List all 30 GeraJobs job categories with their id, name, average USD salary range and trending flag. Use this to get the canonical category ids to pass to other tools, or to give a user a full menu of fields GeraJobs covers.

### `get_job_market` (~136 tokens)

Get a GeraJobs country job market

Return the hiring profile for a country GeraJobs covers: average monthly wage + currency, top industries, top employers, job/AI growth rates, remote-work adoption and a market summary. Look up by ISO country code (e.g. "AM", "GB", "US"), country name, or city. Omit all arguments to list every covered market.

Input parameters:

- `country_code` (string): ISO-3166 country code, e.g. "AM", "GE", "GB".
- `query` (string): Country name or city, e.g. "Armenia", "Yerevan", "United Kingdom".

### `get_category_details` (~101 tokens)

Get full GeraJobs category details

Return the full GeraJobs profile for one job category: description, average USD salary range, the complete top-skills list, remote percentage, and the curated FAQ (common questions and GeraJobs answers about salaries, skills, and how to find roles). Look up by category id (from list_job_categories) or name.

Input parameters:

- `category` (string, required): Category id or name, e.g. "software-engineering" or "Data Science & AI".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 30
- 2026-07-31: 15
- 2026-07-30: 22
- 2026-07-28: 18
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@gera-services/mcp-gera-jobs
- Socket report: https://socket.dev/npm/package/@gera-services/mcp-gera-jobs
- Website: https://gerajobs.com/
- Changelog RSS feed: https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs/changelog.json
- HTML version of this page: https://verifymcp.io/servers/services-gera-mcp-gera-jobs/gera-services-mcp-gera-jobs
