← entracareers.com

INDIVIDUAL MCP TOOL

companies_hiring

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.

entracareers.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.entracareers.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for companies_hiring and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

entracareers.com

CONNECT 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.

Related tools

  • search_jobs — Search thousands of verified AI & tech jobs on ENTRA (aggregated directly from company hiring systems — zero ghost jobs).
  • get_job — Full details of one ENTRA job by id: description, requirements, skills, salary band, company, apply link.
  • list_companies — List companies hiring on ENTRA (OpenAI, Anthropic, SpaceX, Stripe and 300+ more) with open-role counts and profile links.
  • match_jobs — AI matching, live: pass resume_text (free text) or skills[] plus optional target_role / remote_only / country / min_salary.
  • match_profile — Backward-compatible alias of match_jobs: skills[] (+ role_hint, remote_only, limit) → ranked verified roles with fit explanation.
  • salary_stats — 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.
  • prepare_application — Prepare an application for an ENTRA job: returns the direct apply link and a short checklist.