# ENTRA Jobs (npm · entra-mcp)

Verified AI/tech jobs from company ATSs: search, fit matching, salary stats; employer job posting

- Trust score: 69/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `mcp.entracareers.com`: 65/100, [markdown](https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/mcp.md), [page](https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/mcp)
- npm · `entra-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/entra-mcp.md), [page](https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/entra-mcp)

## Channel facts

- Registry: `npm`
- Package: `entra-mcp`
- Version: `0.4.0`
- 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-09-26.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **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 4 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1184 tokens (~148/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the ENTRA Jobs MCP server?

ENTRA Jobs runs locally as an npm package, launched with npx -y entra-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add dubaikseniia-wq-entra-mcp -- npx -y entra-mcp
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "dubaikseniia-wq-entra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add dubaikseniia-wq-entra-mcp -- npx -y entra-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dubaikseniia-wq-entra-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "entra-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dubaikseniia-wq-entra-mcp --command npx --arg -y --arg entra-mcp
```

### Hermes

```yaml
mcp_servers:
  dubaikseniia-wq-entra-mcp:
    command: "npx"
    args: ["-y", "entra-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add dubaikseniia-wq-entra-mcp -t stdio -c npx -a -y entra-mcp
```

### Other

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

## 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-09-25 (score 69, 0)

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

### 2026-09-21 (score 69)

First indexed and scored.

## MCP tools (8)

### `search_jobs` (~321 tokens)

Search ENTRA jobs

Search thousands of verified AI & tech jobs on ENTRA (aggregated directly from company hiring systems — zero ghost jobs). Filters: work location, country, company, annual salary, experience, posted_within_days. rank_by date | salary | fit (fit needs profile_keywords). Returns total_found and live roles with salary bands and apply links.

Input parameters:

- `company` (string): Company slug or name, e.g. "openai" or "Stripe"
- `country` (string): ISO-2 country code (US, GB, DE, AE…) or country name
- `experience` (string): Experience level
- `limit` (integer): Max results (default 10, max 50)
- `posted_within_days` (integer): Only roles published in the last N days
- `profile_keywords` (array): Candidate skills for rank_by="fit", e.g. ["python","pytorch","llm"]
- `query` (string, required): Free-text search, e.g. "machine learning engineer"
- `rank_by` (string): date (default) · salary (listed bands only, high→low) · fit (needs profile_keywords)
- `remote` (boolean): Shorthand for work_location="remote"
- `salary_currency` (string): Currency for salary_min (default USD)
- `salary_min` (number): Minimum ANNUAL salary (default currency USD; ENTRA converts other currencies)
- `sort_by_salary` (boolean): Deprecated — use rank_by="salary"
- `work_location` (string): Filter by work location

### `get_job` (~48 tokens)

Get job details

Full details of one ENTRA job by id: description, requirements, skills, salary band, company, apply link.

Input parameters:

- `job_id` (string, required): Job id from search_jobs / match_jobs

### `list_companies` (~64 tokens)

List companies on ENTRA

List companies hiring on ENTRA (OpenAI, Anthropic, SpaceX, Stripe and 300+ more) with open-role counts and profile links.

Input parameters:

- `limit` (integer): Max results (default 20)
- `query` (string): Filter by company name

### `match_jobs` (~240 tokens)

Match a candidate to jobs

AI matching, live: pass resume_text (free text) or skills[] plus optional target_role / remote_only / country / min_salary. Extracts skills, role and seniority deterministically, runs 2–4 searches, dedupes and ranks with an explainable fit_score (0–100), why[], matched_skills, skill_gaps, salary and a qualitative interview_chance_hint. ENTRA finds and ranks; the human applies.

Input parameters:

- `country` (string): ISO-2 country code or country name
- `limit` (integer): Max matches (default 10, max 20)
- `min_salary` (number): Minimum ANNUAL salary in USD
- `remote_only` (boolean): Only remote roles
- `resume_text` (string): Free-text resume / profile (≤8000 chars). Skills, role and seniority are extracted deterministically.
- `skills` (array): Key skills if you have no resume text, e.g. ["python","llm","rag"]
- `target_role` (string): Target role, e.g. "machine learning engineer" (overrides the role detected in resume_text)

### `match_profile` (~89 tokens)

Match profile (alias of match_jobs)

Backward-compatible alias of match_jobs: skills[] (+ role_hint, remote_only, limit) → ranked verified roles with fit explanation.

Input parameters:

- `limit` (integer)
- `remote_only` (boolean)
- `role_hint` (string): Target role, e.g. "ML engineer"
- `skills` (array, required): Key skills / technologies, e.g. ["python","llm","rag"]

### `salary_stats` (~129 tokens)

Salary stats for a role

Salary statistics for a role query from ENTRA listings that publish a band (up to 150 most recent): count_with_salary, min / p25 / median / p75 / max per currency (annualized; USD reported as USD-equivalent, other currencies as-is), top 5 companies by count. Listed bands only — no estimates.

Input parameters:

- `country` (string): ISO-2 country code or country name
- `experience` (string): Experience level
- `query` (string, required): Role query, e.g. "machine learning engineer"
- `remote_only` (boolean): Only remote roles

### `companies_hiring` (~112 tokens)

Companies hiring for a role

Which companies are hiring for a role right now: aggregates ENTRA search results (up to 300 most recent roles) into companies with open-role counts, sample titles, latest post date, verified flag and profile URLs.

Input parameters:

- `country` (string): ISO-2 country code or country name
- `limit` (integer): Max companies (default 15, max 25)
- `query` (string, required): Role query, e.g. "AI engineer"
- `remote_only` (boolean): Only remote roles

### `prepare_application` (~54 tokens)

Prepare a human-in-the-loop application

Prepare an application for an ENTRA job: returns the direct apply link and a short checklist. The human reviews and applies — no auto-submission.

Input parameters:

- `job_id` (string, required): Job id from search_jobs / match_jobs

## Diagnostics

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

## Score history

- 2026-09-26: 69
- 2026-09-25: 69
- 2026-09-24: 69
- 2026-09-23: 69
- 2026-09-22: 69
- 2026-09-21: 69

## Common questions

### What is the ENTRA Jobs MCP server?

ENTRA Jobs is an MCP server listed in the public MCP registry as io.github.dubaikseniia-wq/entra-mcp. Verified AI/tech jobs from company ATSs: search, fit matching, salary stats; employer job posting. This page covers its npm package (entra-mcp).

### Is the ENTRA Jobs MCP server safe to use?

ENTRA Jobs scores 69 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ENTRA Jobs MCP server expose?

ENTRA Jobs exposes 8 tools: search_jobs, get_job, list_companies, match_jobs, match_profile, and 3 more. Their descriptions and schemas cost roughly 1,057 tokens of context every time the server is loaded.

### Is the ENTRA Jobs MCP server still maintained?

ENTRA Jobs is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the ENTRA Jobs MCP server under?

ENTRA Jobs declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/entra-mcp
- Socket report: https://socket.dev/npm/package/entra-mcp
- Repository: https://github.com/dubaikseniia-wq/entra-mcp
- Website: https://entracareers.com/ai-agents
- Changelog RSS feed: https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/entra-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/entra-mcp.json
- HTML version of this page: https://verifymcp.io/servers/dubaikseniia-wq-entra-mcp/entra-mcp
