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.
ENDPOINT 1
https://hiringcensus.com/api/mcp
MCP server metadata
- Name
- hiringcensus
- Version
- 1.0.0
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_jobsSearch open job postings read directly from employers' own Greenhouse, Ashby and Lever boards.
Inferred read-onlycheck_companyAsk whether a company is ACTUALLY hiring, not just whether it has jobs listed.
Inferred read-onlyfind_quiet_boardsCompanies still advertising open roles while having posted nothing new in over six months.
Inferred read-onlyfind_fresh_boardsCompanies 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-onlyhiring_statsMarket-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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.