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

REMOTE · MCP.ENTRACAREERS.COM · 2 COMPONENTS · SCANNED SEP 26

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

65 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
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 Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Install

How do I install the ENTRA Jobs MCP server?

ENTRA Jobs is a hosted endpoint at https://mcp.entracareers.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.entracareers.com

# add to Claude Code
claude mcp add --transport http dubaikseniia-wq-entra-mcp 'https://mcp.entracareers.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "url": "https://mcp.entracareers.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dubaikseniia-wq-entra-mcp": {
      "type": "http",
      "url": "https://mcp.entracareers.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.dubaikseniia-wq-entra-mcp]
url = "https://mcp.entracareers.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dubaikseniia-wq-entra-mcp": {
      "type": "remote",
      "url": "https://mcp.entracareers.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dubaikseniia-wq-entra-mcp --url 'https://mcp.entracareers.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dubaikseniia-wq-entra-mcp:
    url: "https://mcp.entracareers.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "Transport": "http",
      "Url": "https://mcp.entracareers.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add dubaikseniia-wq-entra-mcp -t streamable-http -u 'https://mcp.entracareers.com/mcp'
// mcp.json
{
  "mcpServers": {
    "dubaikseniia-wq-entra-mcp": {
      "type": "http",
      "url": "https://mcp.entracareers.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

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 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 0
    • Stability: unverified → 0.03 ▲ functional
  • 21 Sept 26 63

    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 · Probed https://mcp.entracareers.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.entracareers.com CN=WE1,O=Google Trust Services,C=US 21 Sept 2026 20 Dec 2026 ECDSA 256 ECDSA-SHA256 455eafc33ffb7ca0ed2e60d4ac495a0
SANs: mcp.entracareers.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.entracareers.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
entracareers.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.entracareers.com/mcp Verified 200
http (plaintext) http://mcp.entracareers.com/mcp HTTPS enforced 301 https://mcp.entracareers.com/mcp
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 hosted endpoint (https://mcp.entracareers.com/mcp).

Is the ENTRA Jobs MCP server safe to use?

ENTRA Jobs scores 65 out of 100 on VerifyMCP. 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.

Does the ENTRA Jobs MCP server require authentication?

No. We connected to ENTRA Jobs without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

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.