← Registry

Analytics

hiringcensus.com

This MCP server provides real-time job market intelligence, including job searches, company hiring status, and hiring statistics from various employer boards.

1 endpoint5 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://hiringcensus.com/api/mcp

No auth detected

MCP server metadata

Name
hiringcensus
Version
1.0.0
Capabilities
tools
Server instructions

Licensed service: hiring_stats is free; the rest give 10 trial calls, then a licence is required (https://hiringcensus.com/pricing/). Pass it as a bearer token. HiringCensus reads employers' own applicant-tracking boards every morning and keeps the publish date on every role. Use check_company before trusting that a company is hiring -- a third of open postings are over 90 days old and some boards have not been touched in a year.

Known tools 5

search_jobs

Search open job postings read directly from employers' own Greenhouse, Ashby and Lever boards.

Inferred read-only
check_company

Ask whether a company is ACTUALLY hiring, not just whether it has jobs listed.

Inferred read-only
find_quiet_boards

Companies still advertising open roles while having posted nothing new in over six months.

Inferred read-only
find_fresh_boards

Companies where EVERY currently open role was posted in the last 30 days -- no backlog of applicants ahead of you, and usually a team that just started hiring.

Inferred read-only
hiring_stats

Market-level hiring numbers measured this morning across every board we read: employers hiring, open roles, how many went up in the last 24 hours, how many have been open over 90 days and over a year, how many boards have gone quiet, and the most in-demand technologies.

Inferred read-only

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.hiringcensus]
url = "https://hiringcensus.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hiringcensus": {
      "type": "http",
      "url": "https://hiringcensus.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hiringcensus
Remote MCP URL: https://hiringcensus.com/api/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": {
    "hiringcensus": {
      "url": "https://hiringcensus.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hiringcensus": {
      "type": "http",
      "url": "https://hiringcensus.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hiringcensus",
  "transport": "streamable-http",
  "url": "https://hiringcensus.com/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.