Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Lever in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理管理 Lever ATS(候选人、机会、职位、阶段、反馈)。10 个工具,基本认证。
试试这样问
Lever 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Lever,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Lever
从任何 AI 代理管理 Lever ATS(候选人、机会、职位、阶段、反馈)。10 个工具,基本认证。
设置
此连接器封装了 Lever Hire API v1 (api.lever.co/v1)。
设置:
- 在 Lever → 设置 → 集成和 API → API 凭据 → 生成新密钥。
- 设置
LEVER_API_KEY。 - 沙盒:在测试期间使用
https://api.sandbox.lever.co/v1。
认证:HTTP 基本认证 — API 密钥作为用户名,密码为空。
机会与候选人:在 Lever 的现代 API 中,Opportunity 代表候选人对单个职位的兴趣。一个人可以有多个机会(每个角色一个)。遗留的 Candidate 端点仍然有效,但建议使用 Opportunity。
…(在应用内连接器说明中继续)
先决条件:LEVER_API_KEY
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 Lever 并粘贴在先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
lever_list_opportunities | 列出机会(候选人 × 职位) |
lever_get_opportunity | 获取一个机会的完整联系信息、链接、标签、申请 |
lever_create_opportunity | 创建一个机会(候选人及其关联职位) |
lever_update_opportunity_stage | 将机会移动到不同的阶段 |
lever_archive_opportunity | 归档一个机会并附上归档原因 |
lever_list_postings | 列出职位发布 |
lever_list_stages | 列出管道阶段 |
lever_list_users | 列出 Lever 用户(招聘人员、招聘经理) |
lever_list_archive_reasons | 列出在组织中配置的归档原因 |
lever_list_feedback | 列出附加到机会的面试反馈表 |
下一步
这份指南对你有帮助吗?