HireLab Screener
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HireLab ScreenerSearch candidates for a senior Java developer in Bangalore under 25 LPA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HireLab Screener — Personal MCP Connector
Lets your Claude read from your HireLab Screener ATS. Read-only and safe: it logs in as a service account and calls your existing owner-scoped API, so all your tenant-isolation rules apply. Claude can search and read; it cannot edit or delete.
What Claude can do (15 tools)
Read (always on)
Tool | What it answers |
search_candidates | semantic search — "senior PLC engineer in Pune under 20 LPA" |
search_database | filtered search by company/location/CTC |
list_mandates | your open roles |
get_pipeline | candidates in a mandate + stage |
get_candidate | one candidate's full profile |
get_today_tasks | your action items |
get_overview | business snapshot |
Write / Actions (on when MCP_ALLOW_WRITES=true, the default)
Tool | What it does | Confirmation |
add_candidate | add a new candidate to a mandate | normal |
move_candidate_stage | move a candidate's stage | normal |
update_candidate | edit candidate fields (CTC, notice, feedback…) | Claude confirms (edits data) |
schedule_interview | schedule an interview round | normal |
add_tags | tag a candidate | normal |
create_task | add a to-do to the Command Center | normal |
create_reminder | create a follow-up reminder | normal |
send_candidate_email | send a real email to a candidate | Claude confirms (sends email) |
You can now just tell Claude what to do — e.g. "Add Ravi Kumar (ABB, 18 LPA, Pune) to the L&T PLC mandate and set a reminder to call him tomorrow."
Safety
Every action goes through your ATS's owner-scoped API, so Claude only ever touches your company's data.
Write tools carry MCP annotations, so Claude surfaces/asks before edits and email sends.
No delete tools are exposed — deletions stay in the app.
Flip
MCP_ALLOW_WRITES=falsein Render anytime to instantly go back to read-only.
Related MCP server: Lever ATS MCP Server
One-time setup
1. Create a service account in your ATS
Make a normal ATS user (e.g. username claude-mcp) with a strong password. Using
a dedicated account means you can revoke MCP access anytime without touching your
own login. It must belong to your company so it sees your data.
2. Deploy this folder as a NEW Render service
Put this folder in a Git repo (or a subfolder) and create a new Render Web Service pointing at it (it is separate from your ATS service).
Render will use
render.yaml(build: install requirements, start: python mcp_server.py).In the new service's Environment, set:
ATS_BASE_URL= your ATS URL, e.g.https://hirelabscreener.onrender.com(no trailing slash)ATS_USERNAME=claude-mcpATS_PASSWORD= that account's passwordMCP_SECRET= a long random string (e.g. 30+ characters). Keep it private.MCP_ALLOW_WRITES=trueto allow actions (add/update/email), orfalsefor read-only. Defaulttrue.
Deploy. Check
https://<your-mcp-service>.onrender.com/healthreturns{"status":"ok"}.
3. Add it to Claude
Claude.ai → Settings → Connectors → Add custom connector.
Name:
HireLab ScreenerURL:
https://<your-mcp-service>.onrender.com/mcp← just/mcp, no secret in the URL.Leave OAuth Client ID / Secret blank. Click Add.
Claude will open a small "Connect HireLab Screener" page — enter your
MCP_SECRETthere once and click Authorize. Claude is now connected.In a chat, open the connectors menu, enable it, and ask: "List my open mandates."
Why the secret page? claude.ai's web connector flow requires an OAuth sign-in
step even for personal servers, so the connector performs a lightweight OAuth
handshake. Your MCP_SECRET is the one-time "sign in". Tokens last 30 days;
changing MCP_SECRET instantly revokes access.
Security notes
The MCP endpoint is hidden behind your secret path; without it, requests get 404.
Tools are read-only. To add write actions later (with confirmation), extend TOOLS in
mcp_server.py.Rotate access by changing
MCP_SECRET(update the connector URL) or by disabling the service account in your ATS.Free Render services sleep when idle; the first call after a nap may take ~30s to wake. Upgrade the plan if you want it always-on.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceConnects Claude to the Ashby ATS to manage the hiring pipeline through natural conversation. It enables users to browse jobs, manage candidate profiles, track applications, and coordinate interview stages.245MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates Lever ATS with Claude Desktop to manage hiring pipelines through natural language, offering tools for candidate search, pipeline management, file and application handling, and advanced sourcing.2
- AlicenseNot gradedqualityCmaintenanceConnects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.36MIT
- AlicenseAqualityAmaintenanceEnables AI tools like Claude and Codex to access and manage Recruit CRM data including candidates, jobs, companies, tasks, meetings, notes, and call logs through natural language.6933MIT
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nitinkumar-star/hirelab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server