Productivity
entracareers.com
Searches and matches verified AI and tech job listings from ENTRA with company details and personalized fit.
ENDPOINT 1
https://mcp.entracareers.com/mcp
MCP server metadata
- Name
- entra
- Version
- 0.4.0
ENTRA job platform. Candidate tools (search_jobs, match_jobs, salary_stats, companies_hiring, get_job, list_companies, prepare_application) are read-only and need no key. Employer tools are not loaded — provide an employer API key (create one at https://entracareers.com/employer/profile?tab=api-keys): ENTRA_API_KEY for the local server, or an "Authorization: Bearer entra_live_…" header on the hosted endpoint — to post jobs and search candidates. Matching is deterministic keyword scoring, never a prediction. Nothing is submitted to candidates on anyone's behalf.
Known tools 8
search_jobsSearch thousands of verified AI & tech jobs on ENTRA (aggregated directly from company hiring systems — zero ghost jobs).
Inferred read-onlyget_jobFull details of one ENTRA job by id: description, requirements, skills, salary band, company, apply link.
Inferred read-onlylist_companiesList companies hiring on ENTRA (OpenAI, Anthropic, SpaceX, Stripe and 300+ more) with open-role counts and profile links.
Inferred read-onlymatch_jobsAI matching, live: pass resume_text (free text) or skills[] plus optional target_role / remote_only / country / min_salary.
Inferred read-onlymatch_profileBackward-compatible alias of match_jobs: skills[] (+ role_hint, remote_only, limit) → ranked verified roles with fit explanation.
Inferred read-onlysalary_statsSalary 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.
Potential side effectscompanies_hiringWhich 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.
Potential side effectsprepare_applicationPrepare an application for an ENTRA job: returns the direct apply link and a short checklist.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.entra]
url = "https://mcp.entracareers.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"entra": {
"type": "http",
"url": "https://mcp.entracareers.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: entra
Remote MCP URL: https://mcp.entracareers.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"entra": {
"url": "https://mcp.entracareers.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"entra": {
"type": "http",
"url": "https://mcp.entracareers.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "entra",
"transport": "streamable-http",
"url": "https://mcp.entracareers.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.