HireLab Screener
Enables Claude to securely search, read, and update your ATS data — candidates, mandates, pipelines, tasks, and interviews — through natural language, with configurable write permissions and confirmation for actions like scheduling and emailing.
README
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.
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 Screener - URL:
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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。