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 + ChatGPT
从任何 AI 代理管理 Lever ATS(候选人、机会、职位、阶段、反馈)。10 个工具,基本认证。
前提条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
LEVER_API_KEY
第一步 — 获取凭据
此连接器封装了 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。
…(在应用内连接器说明中继续)
第二步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第三步 — 在 ChatGPT 中添加连接器
ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。
- 打开 ChatGPT → 设置 → Connectors(或点击创作器中的 🔧 图标 → 管理连接器)。
- 点击 "添加自定义连接器"。
- 填写:
- 名称:
Lever - MCP 服务器 URL:
https://cloud.anythingmcp.com/mcp - 认证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥)
- 名称:
- 点击 连接 进行授权。
可用工具
| 工具 | 功能 |
|---|---|
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 | 列出附加到机会的面试反馈表 |
常见问题
ChatGPT 免费层是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise 计划。
下一步
这份指南对你有帮助吗?