Real-time hiring-intent signals from the source — the actual req and its ATS link, across 7 regions, refreshed every 3 hours.
New reqs every 3 hours, pulled straight from the company's own ATS — not a re-posted aggregator listing.
647 tracked markets · 2,217,617 signals in the last 30 days · 7 regions of coverage.
The actual open req and its ATS apply link — evidence you can click, never inferred intent.
Call one MCP tool and get back the open reqs your ICP is hiring for, right now.
Every result is a real open req with its source ATS link — never inferred intent.
curl -X POST https://mcp.reqbeat.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"who_is_hiring_for",
"arguments":{"role":"backend engineer","geo":"USA","limit":5}}}'
import requests
resp = requests.post(
"https://mcp.reqbeat.com/mcp",
json={
"jsonrpc": "2.0", "id": 1, "method": "tools/call",
"params": {
"name": "who_is_hiring_for",
"arguments": {"role": "backend engineer", "geo": "USA", "limit": 5},
},
},
)
print(resp.json())
{
"mcpServers": {
"reqbeat": { "url": "https://mcp.reqbeat.com/mcp" }
}
}
Paste into any MCP client, then ask it who is hiring for your ICP — no key needed for this tool.
Start free — no credit card. Pay only for the signals you pull; scale up when you're ready.