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.

Reqbeat Hiring Signals

REMOTE · MCP.REQBEAT.COM · SCANNED SEP 20

Find companies hiring for a role and geo, qualify them, and watch them for changes.

Available components

0 this week 69 Trust /100

Recent critical change

Authorization (10 Sept 2026). See the changelog before you install this server.

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 Security46
Transport & Reachability100
Schema Quality & AI Usability58
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3447 tokens (~246/item across 14 items; 14 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 Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 23% 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 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 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 Reqbeat Hiring Signals MCP server?

Reqbeat Hiring Signals is a hosted endpoint at https://mcp.reqbeat.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.reqbeat.com

# add to Claude Code
claude mcp add --transport http com-reqbeat-hiring-signals 'https://mcp.reqbeat.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-reqbeat-hiring-signals": {
      "url": "https://mcp.reqbeat.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-reqbeat-hiring-signals": {
      "type": "http",
      "url": "https://mcp.reqbeat.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-reqbeat-hiring-signals]
url = "https://mcp.reqbeat.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-reqbeat-hiring-signals": {
      "type": "remote",
      "url": "https://mcp.reqbeat.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-reqbeat-hiring-signals --url 'https://mcp.reqbeat.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-reqbeat-hiring-signals:
    url: "https://mcp.reqbeat.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-reqbeat-hiring-signals": {
      "Transport": "http",
      "Url": "https://mcp.reqbeat.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-reqbeat-hiring-signals -t streamable-http -u 'https://mcp.reqbeat.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-reqbeat-hiring-signals": {
      "type": "http",
      "url": "https://mcp.reqbeat.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.

  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

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

  • 14 Sept 26 −2
    • Stability: pass → 0.87 functional
  • 10 Sept 26 +1
    • Authorization: unverified → fail critical
    • HTTPS: unverified → fail security
    • New tool “cancel_watch”, which the server declares destructive security
    • Tool “get_changes” rewrote its description, which is the text the model reads security
    • Tool “hiring_pulse” rewrote its description, which is the text the model reads security
    • Tool “pre_action_brief” rewrote its description, which is the text the model reads security
    • Tool “get_role” rewrote its description, which is the text the model reads security
    • Tool “search_jobs” rewrote its description, which is the text the model reads security
    • Schema quality: 177 → 246 functional
    • Tool coverage: 0% → 23% functional
    • Server version: 1.0.2 → 1.1.2 functional
    • Server version: 1.0.1 → 1.0.2 functional
    • Server version: 1.0.0 → 1.0.1 functional
    • New tool “find_company” functional
    • New tool “list_watches” functional
    • “get_changes” reworded the description of “plane_api_key” cosmetic
    • “get_open_reqs” reworded the description of “plane_api_key” cosmetic
    • “get_role” reworded the description of “plane_api_key” cosmetic
    • “hiring_pulse” reworded the description of “plane_api_key” cosmetic
    • “is_hiring” reworded the description of “plane_api_key” cosmetic
    • “pre_action_brief” reworded the description of “plane_api_key” cosmetic
    • “register_webhook” reworded the description of “plane_api_key” cosmetic
    • “search_jobs” reworded the description of “plane_api_key” cosmetic
    • “watch_company” reworded the description of “plane_api_key” cosmetic
    • “who_is_hiring_for” reworded the description of “plane_api_key” cosmetic
    • “write_outcome” reworded the description of “plane_api_key” cosmetic
    • Tool “get_changes” changed its title: Change feed since cursor cosmetic
    • Tool “get_open_reqs” changed its title: Open requisitions for a company cosmetic
    • Tool “get_role” changed its title: Get one role cosmetic
    • Tool “hiring_pulse” changed its title: Hiring velocity and direction cosmetic
    • Tool “is_hiring” changed its title: Is this company hiring? cosmetic
    • Tool “pre_action_brief” changed its title: Pre-action brief for a company cosmetic
    • Tool “register_webhook” changed its title: Register a webhook endpoint cosmetic
    • Tool “search_jobs” changed its title: Search open roles cosmetic
    • Tool “watch_company” changed its title: Watch a company cosmetic
    • Tool “who_is_hiring_for” changed its title: Find companies hiring for a role cosmetic
    • Tool “write_outcome” changed its title: Record a conversion outcome cosmetic
  • 31 Aug 26 0
    • Stability: 0.97 → pass security
  • 30 Aug 26 0
    • Stability: pass → 0.97 functional
  • 28 Aug 26 0
    • Tool “search_jobs” rewrote its description, which is the text the model reads security
    • “search_jobs” added an optional parameter “q” cosmetic
    • “search_jobs” added an optional parameter “sort” cosmetic
  • 27 Aug 26 0
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Probed https://mcp.reqbeat.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=reqbeat.com CN=WE1,O=Google Trust Services,C=US 15 Sept 2026 14 Dec 2026 ECDSA 256 ECDSA-SHA256 cdda56885060a1d30e217dcdfb69e1c6
SANs: reqbeat.com, *.reqbeat.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.reqbeat.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
reqbeat.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.reqbeat.com/mcp Verified 200
http (plaintext) http://mcp.reqbeat.com/mcp Served over HTTP 200
MCP tools · 14 exposed · ~3,447 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
cancel_watch ~186

WHEN a watch should stop firing. Takes the `id` `watch_company` returned (or `list_watches` lists): {"watch_id": 42} -> {"id": 42, "canceled": true}. Idempotent -- cancelling a watch you already cancelled succeeds again. An id that is not one of your watches is an error, identical whether it belongs to someone else or does not exist. Frees the slot a free key's watch limit counts. Never billed. Needs your key: a blank one returns a signup link. Plane session only: `watch_subscriptions` is plane-owned.

NameTypeReqDescription
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
watch_idintegeryes

No output schema declared.

No examples provided.

find_company ~312

WHEN you hold a company's website or name but not the `company_id` every company-scoped tool takes (`is_hiring`, `get_open_reqs`, `hiring_pulse`, `pre_action_brief`, `watch_company`). Pass exactly one of `domain` or `name`; both or neither is an error naming that rule. `domain` takes a bare host or a full URL and matches exactly ({"domain": "https://www.stripe.com/jobs"} -> the companies at `stripe.com`); `name` returns up to five candidates, each with a `match_confidence` -- 1.0 for an exact name, 0.8 for a match once legal suffixes are dropped. Each company carries `company_id`, `company_name`, `company_domain`, `country_code` and `coverage_status`, and no hiring signal: ask `is_hiring` for that. Nothing matching is an empty `companies` list, never an error. Never billed. No key yet? On the hosted HTTP endpoint send no `X-API-Key` header and the lookup runs on a shared demo credential until a per-IP limit is reached.

NameTypeReqDescription
domain
name
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

get_changes ~222

The change feed, not a search: ledger events -- a req opened, re-observed, reposted or closed -- with `event_seq > since`, ascending, plus `next_cursor`. Replay with `next_cursor` instead of polling or re-searching; an empty page bills nothing and one `change` unit is metered per event returned. Filter by `company_id`, or by one exact `event_type`. `limit` is bounded -- page with the cursor rather than raising it. Free-tier callers see events at the same freshness floor as every other free read. This is the pull-based twin of `watch_company` (push via webhook).

NameTypeReqDescription
company_id
event_type
idempotency_key
limitinteger
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
sinceintegeryes

No output schema declared.

No examples provided.

get_open_reqs ~158

The company's current active reqs, deduped across boards -- ATS/board-only, freshness-floored. `function` must be a function id (as seen in prior results); a plain role name like 'engineering' is rejected with an explicit error rather than an empty result. `limit` is bounded: an oversized page is rejected rather than truncated.

NameTypeReqDescription
company_idintegeryes
country
function
idempotency_key
limitinteger
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

get_role ~274

One open role's detail, addressed by the `company_id` + `req_key` pair every `search_jobs` row already carries -- the follow-up call for a role you hold an identifier for, instead of re-pulling the whole company with `get_open_reqs`. Scoped exactly as `search_jobs` is: ATS-only and freshness-floored. The body adds `raw_title` (the posting's own title) and `boards`, the full deduped list of boards reporting this req. A role that does not exist, is closed, or has not reached the freshness floor is an explicit error, never an empty success -- and it is not billed. No key yet? On the hosted HTTP endpoint the first calls are free: send no `X-API-Key` header and the lookup runs on a shared demo credential, billed to nobody and marked as such, until a per-IP limit is reached.

NameTypeReqDescription
company_idintegeryes
idempotency_key
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
req_keystringyes

No output schema declared.

No examples provided.

hiring_pulse ~250

One number set for one company: how many reqs it opened in the last 30 days, a `velocity` ratio of that against the 30 days before it, a `direction` of up / flat / down between the two, a surge flag, and `momentum` -- postings published per week, a flow rather than a stock. Use it to rank or score a company you already hold a `company_id` for. Freshness is controlled by `max_age` (seconds); a company with no ATS/board data yet returns `{job_id, status: "crawling"}` instead of a body -- poll again later, do not read it as "not hiring". For the whole picture in one round-trip use `pre_action_brief`; for a cheap yes/no use `is_hiring`.

NameTypeReqDescription
company_idintegeryes
idempotency_key
max_age
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

is_hiring ~225

WHEN an agent already holds a company and needs to qualify it -- the cheap gate before spending a richer call. ATS/board-only and freshness-floored. Takes the integer `company_id` from an earlier result, not a company name or domain. company_id=1234 -> is_hiring true, open_req_count 7, coverage_status "ats_direct_hit". company_id=5678 -> is_hiring false with coverage_status "no_ats_signal" -- that company has no ATS coverage yet, which is not evidence it is quiet, so do not score it as a negative. No key yet? Pass `plane_api_key` as an empty string and the call answers with a signup link instead of an auth error. To find companies in the first place, use `who_is_hiring_for`.

NameTypeReqDescription
company_idintegeryes
idempotency_key
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

list_watches ~240

WHEN you need to see what you are subscribed to -- before adding a watch, or to find the `id` `cancel_watch` takes. Returns your live watches newest first, cancelled ones excluded: {} -> {"watches": [{"id": ..., "company_id": ..., "event_types": [...], "webhook_endpoint_id": ..., "status": "firing", ...}]}. Each also reports its heartbeat -- `last_fired_at`, `fires_last_7d`, `fires_last_30d`, `fires_last_hour` against `max_fires_per_hour`, `rate_limited`, and a one-word `status` -- so a watch silent because nobody is hiring reads differently from one that can never match or whose endpoint is failing. Never billed. Needs your key: a blank one returns a signup link. Plane session only: `watch_subscriptions` is plane-owned.

NameTypeReqDescription
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

pre_action_brief ~218

Everything an agent needs before acting on one company, in one bounded round-trip instead of five: the hiring pulse, its top open reqs deduped across boards, first-hire-by-function events, hardest-to-fill (reposted) reqs and ATS-vendor migrations, pre-joined and each section capped so the payload stays compact. Use it right before writing outreach or a qualification note for a `company_id` you already hold. Honors `max_age` (seconds); a company with no ATS/board data returns `{job_id, status: "crawling"}`. If you only need the velocity number, `hiring_pulse` is cheaper.

NameTypeReqDescription
company_idintegeryes
idempotency_key
max_age
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.

No output schema declared.

No examples provided.

register_webhook ~213

Register the delivery target a watch fires to, and get back the `webhook_endpoint_id` `watch_company` needs -- call this first if you do not already hold one. Idempotent: registering the same `url` twice returns the same id, so retrying is safe and never leaves you with two endpoints. `secret` is optional; supply one to verify the `X-Plane-Signature` on delivered payloads, omit it and one is generated (it is never returned). Registration itself is free -- the `watch_company` call that follows is what bills. Plane session only: `webhook_endpoints` is plane-owned and this tool reads no corpus table.

NameTypeReqDescription
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
secret
urlstringyes

No output schema declared.

No examples provided.

search_jobs ~466

Flat, role-granular job search -- the individual open roles across companies matching `role` (function) / `geo` (country) / `since`, one row per logical req (each with its own `company_id` + `req_key`), ATS-only + freshness-floored. Keyset-paginated via the opaque `cursor` (a prior call's `next_cursor`). Use `who_is_hiring_for` for the company-granular reverse view. `role` must be a function id (as seen in prior results); a plain role name like 'engineering' is rejected with an explicit error rather than an empty result -- pass plain language as `q` instead, which searches the posting's own title, expanded semantically to nearby titles, and reports each row's `relevance` (0-1). `q` is independent of `role`: pass both to search titles within one function. `sort` is 'relevance' (the default with a `q`) or 'recency'; omit both and the page keeps its stable default order. `limit` is bounded: an oversized page is rejected rather than truncated, so page through the full set with `cursor` instead of raising `limit`. No key yet? On the hosted HTTP endpoint the first calls are free: send no `X-API-Key` header and the search runs on a shared demo credential -- a smaller page, billed to nobody, and the result says so -- until a per-IP limit is reached, after which the answer becomes a signup link whose minted key finishes this exact search. On any other transport a blank key answers with that signup link straight away.

NameTypeReqDescription
cursor
geo
idempotency_key
limitinteger
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
q
role
since
sort

No output schema declared.

No examples provided.

watch_company ~157

Subscribe to a company's hiring events on a registered webhook -- `webhook_endpoint_id` must belong to the same customer as the authenticated key. Meters one `watch` unit. A free key holds a limited number of watches at once; the one past that is refused with the same 402 the REST route raises, and cancelling a watch returns the slot.

NameTypeReqDescription
company_idintegeryes
event_typesarrayyes
idempotency_key
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
webhook_endpoint_idintegeryes

No output schema declared.

No examples provided.

who_is_hiring_for ~378

WHEN an agent needs to FIND the companies worth working -- the sourcing step, before it knows which companies exist. Reverse who's-hiring-for {role, geo} search: companies with active reqs matching `role`/`geo`/`since`, deduped by company, keyset-paginated via `cursor`. `role` is free text matched against the posting title, not an id. `geo` is resolved to a stored country before matching; an unresolvable one is an explicit error, never a quietly partial page. `limit` is bounded -- page through the full set with `cursor` instead of raising it. Billed per company returned (~0.10 USD each) -- an empty result bills nothing. role="backend engineer", geo="USA" -> the companies with matching active reqs, each with its pulse and its matched reqs. geo="Atlantis" -> an explicit unresolvable-country error rather than an empty page. No key yet? On the hosted HTTP endpoint the first calls are free: pass `plane_api_key` as an empty string and the search runs on a shared demo credential -- a smaller page, billed to nobody -- until a per-IP limit is reached, after which the answer becomes a signup link whose minted key finishes this exact search. On any other transport a blank key answers with that signup link straight away. Already holding a company_id and only need a yes/no? Use `is_hiring`.

NameTypeReqDescription
cursor
geo
idempotency_key
limitinteger
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
role
since

No output schema declared.

No examples provided.

write_outcome ~148

Write back a conversion outcome for `company_id` -- the label-flywheel substrate. Appends to `outcome_labels` scoped to the caller's own customer. Plane session only: `outcome_labels` is plane-owned (Phase 1 dropped its one foreign key into the corpus) and this tool reads no corpus table.

NameTypeReqDescription
company_idintegeryes
observed_atstringyes
outcomestringyes
plane_api_keyDeprecated: pass the key in the `X-API-Key` header, or omit the header for demo mode. Removed in 1.2.
req_key

No output schema declared.

No examples provided.

Common questions

What is the Reqbeat Hiring Signals MCP server?

Reqbeat Hiring Signals is an MCP server listed in the public MCP registry as com.reqbeat/hiring-signals. Find companies hiring for a role and geo, qualify them, and watch them for changes. This page covers its hosted endpoint (https://mcp.reqbeat.com/mcp).

Is the Reqbeat Hiring Signals MCP server safe to use?

Reqbeat Hiring Signals scores 69 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 Reqbeat Hiring Signals MCP server expose?

Reqbeat Hiring Signals exposes 14 tools: is_hiring, get_open_reqs, hiring_pulse, who_is_hiring_for, search_jobs, and 9 more. Their descriptions and schemas cost roughly 3,447 tokens of context every time the server is loaded.

Does the Reqbeat Hiring Signals MCP server require authentication?

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

Is the Reqbeat Hiring Signals MCP server still maintained?

Reqbeat Hiring Signals is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.