Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ENTRA Jobs

NPM · ENTRA-MCP · 2 COMPONENTS · SCANNED SEP 26

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

69 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 94% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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.

npm · entra-mcp

# add to Claude Code
claude mcp add dubaikseniia-wq-entra-mcp -- npx -y entra-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dubaikseniia-wq-entra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add dubaikseniia-wq-entra-mcp --command npx --arg -y --arg entra-mcp
# ~/.hermes/config.yaml
mcp_servers:
  dubaikseniia-wq-entra-mcp:
    command: "npx"
    args: ["-y", "entra-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dubaikseniia-wq-entra-mcp -t stdio -c npx -a -y entra-mcp
// mcp.json
{
  "mcpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "entra-mcp"
      ]
    }
  }
}
Changelog

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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 21 Sept 26 69

    First indexed and scored.

Diagnostics

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 26 Sept 2026 · Analysed npm/entra-mcp@0.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~1,057 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
companies_hiring ~112

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.

NameTypeReqDescription
countrystring–ISO-2 country code or country name
limitinteger–Max companies (default 15, max 25)
querystringyesRole query, e.g. "AI engineer"
remote_onlyboolean–Only remote roles

No output schema declared.

No examples provided.

get_job ~48

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

NameTypeReqDescription
job_idstringyesJob id from search_jobs / match_jobs

No output schema declared.

No examples provided.

list_companies ~64

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

NameTypeReqDescription
limitinteger–Max results (default 20)
querystring–Filter by company name

No output schema declared.

No examples provided.

match_jobs ~240

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.

NameTypeReqDescription
countrystring–ISO-2 country code or country name
limitinteger–Max matches (default 10, max 20)
min_salarynumber–Minimum ANNUAL salary in USD
remote_onlyboolean–Only remote roles
resume_textstring–Free-text resume / profile (≤8000 chars). Skills, role and seniority are extracted deterministically.
skillsarray–Key skills if you have no resume text, e.g. ["python","llm","rag"]
target_rolestring–Target role, e.g. "machine learning engineer" (overrides the role detected in resume_text)

No output schema declared.

No examples provided.

match_profile ~89

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

NameTypeReqDescription
limitinteger––
remote_onlyboolean––
role_hintstring–Target role, e.g. "ML engineer"
skillsarrayyesKey skills / technologies, e.g. ["python","llm","rag"]

No output schema declared.

No examples provided.

prepare_application ~54

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

NameTypeReqDescription
job_idstringyesJob id from search_jobs / match_jobs

No output schema declared.

No examples provided.

salary_stats ~129

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.

NameTypeReqDescription
countrystring–ISO-2 country code or country name
experiencestring–Experience level
querystringyesRole query, e.g. "machine learning engineer"
remote_onlyboolean–Only remote roles

No output schema declared.

No examples provided.

search_jobs ~321

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.

NameTypeReqDescription
companystring–Company slug or name, e.g. "openai" or "Stripe"
countrystring–ISO-2 country code (US, GB, DE, AE…) or country name
experiencestring–Experience level
limitinteger–Max results (default 10, max 50)
posted_within_daysinteger–Only roles published in the last N days
profile_keywordsarray–Candidate skills for rank_by="fit", e.g. ["python","pytorch","llm"]
querystringyesFree-text search, e.g. "machine learning engineer"
rank_bystring–date (default) · salary (listed bands only, high→low) · fit (needs profile_keywords)
remoteboolean–Shorthand for work_location="remote"
salary_currencystring–Currency for salary_min (default USD)
salary_minnumber–Minimum ANNUAL salary (default currency USD; ENTRA converts other currencies)
sort_by_salaryboolean–Deprecated — use rank_by="salary"
work_locationstring–Filter by work location

No output schema declared.

No examples provided.

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.