services.gera/mcp-gera-jobs
NPM · @GERA-SERVICES/MCP-GERA-JOBS · SCANNED AUG 3
Search global job categories, real crawled salary benchmarks and country job markets. No auth.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @gera-services/mcp-gera-jobs
claude mcp add services-gera-mcp-gera-jobs -- npx -y @gera-services/mcp-gera-jobs
codex mcp add services-gera-mcp-gera-jobs -- npx -y @gera-services/mcp-gera-jobs
{
"$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 mcp add services-gera-mcp-gera-jobs --command npx --arg -y --arg @gera-services/mcp-gera-jobs
mcp_servers:
services-gera-mcp-gera-jobs:
command: "npx"
args: ["-y", "@gera-services/mcp-gera-jobs"] {
"mcpServers": {
"services-gera-mcp-gera-jobs": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gera-jobs"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +4
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@gera-services/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_category_details Get full GeraJobs category details ~101
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | Category id or name, e.g. "software-engineering" or "Data Science & AI". |
No output schema declared.
No examples provided.
get_job_market Get a GeraJobs country job market ~136
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | — | ISO-3166 country code, e.g. "AM", "GE", "GB". |
| query | string | — | Country name or city, e.g. "Armenia", "Yerevan", "United Kingdom". |
No output schema declared.
No examples provided.
get_salary_benchmark Get a GeraJobs salary benchmark ~205
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.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | — | Optional ISO-3166 country code to filter to one market, e.g. "US", "GB", "CA". |
| role | string | yes | Role slug or name, e.g. "software-engineer", "Data Scientist", "product-manager". |
No output schema declared.
No examples provided.
list_job_categories List all GeraJobs categories ~61
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_job_categories Search GeraJobs job categories ~161
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.