# io.github.TheNextGenNexus/hr-compensation-mcp-server (npm · @thenextgennexus/hr-compensation-mcp-server)

Search H1B visa salaries, salary benchmarks, and job market data

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

## Components

- npm · `@thenextgennexus/hr-compensation-mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server.md), [page](https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thenextgennexus/hr-compensation-mcp-server`
- 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**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 162 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 51/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 208 tokens (~41/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 thenextgennexus-hr-compensation-mcp-server -- npx -y @thenextgennexus/hr-compensation-mcp-server
```

### Codex

```bash
codex mcp add thenextgennexus-hr-compensation-mcp-server -- npx -y @thenextgennexus/hr-compensation-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thenextgennexus-hr-compensation-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thenextgennexus/hr-compensation-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thenextgennexus-hr-compensation-mcp-server --command npx --arg -y --arg @thenextgennexus/hr-compensation-mcp-server
```

### Hermes

```yaml
mcp_servers:
  thenextgennexus-hr-compensation-mcp-server:
    command: "npx"
    args: ["-y", "@thenextgennexus/hr-compensation-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "thenextgennexus-hr-compensation-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/hr-compensation-mcp-server"
      ]
    }
  }
}
```

## 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 64, +38)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 26, −20)

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

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

- [functional improvement] Tool coverage: unverified → 100

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

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

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

First indexed and scored.

## MCP tools (5)

### `search_h1b_salaries` (~54 tokens)

Search H1B Salaries

Search H1B visa salary data

Input parameters:

- `maxItems` (number): Maximum results
- `query` (string, required): Employer, job title, or location
- `year` (number): Filing year

### `get_salary_benchmarks` (~47 tokens)

Get Salary Benchmarks

Get salary benchmarks for roles

Input parameters:

- `jobTitle` (string, required): Job title
- `location` (string): City or region
- `maxItems` (number): Maximum results

### `analyze_compensation` (~34 tokens)

Analyze Compensation

Analyze compensation trends

Input parameters:

- `maxItems` (number): Maximum data points
- `query` (string, required): Company or role

### `search_job_market` (~37 tokens)

Search Job Market

Search job market data and trends

Input parameters:

- `maxItems` (number): Maximum results
- `query` (string, required): Job market search query

### `get_company_salary_data` (~36 tokens)

Get Company Salary Data

Get salary data for a company

Input parameters:

- `company` (string, required): Company name
- `maxItems` (number): Maximum results

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 26
- 2026-07-31: 26
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@thenextgennexus/hr-compensation-mcp-server
- Socket report: https://socket.dev/npm/package/@thenextgennexus/hr-compensation-mcp-server
- Repository: https://github.com/TheNextGenNexus/business-data-mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/thenextgennexus-hr-compensation-mcp-server/thenextgennexus-hr-compensation-mcp-server
