Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Deel 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 代理管理 Deel(全球 EOR / 承包商平台:人员、合同、发票、付款、组织)。10 个工具,Bearer 令牌。
试试这样问
Deel 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 没有安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Deel,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Deel + ChatGPT
从任何 AI 代理管理 Deel(全球 EOR / 承包商平台:人员、合同、发票、付款、组织)。10 个工具,Bearer 令牌。
先决条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
DEEL_API_TOKEN
第一步 — 获取凭据
此连接器封装了 Deel API v2 (api.letsdeel.com/rest/v2)。
设置:
- 登录 https://app.deel.com → 右上角头像 → 开发者中心 → 创建 API 令牌。
- 选择范围(读取/写入人员、合同、发票等)。
- 设置
DEEL_API_TOKEN。
身份验证:Authorization: Bearer ${DEEL_API_TOKEN}。
实体模型:Person(工人)→ Contract(雇佣:EOR、承包商、直接员工)→ Invoice(每个支付周期)→ Payment(支付)。每个都有自己的端点。
分页:limit(最大 250)+ offset(基于 0)。响应有 total 计数。
速率限制:每个令牌 100 请求/分钟。429 带有 Retry-After。
…(在应用内连接器说明中继续)
第二步 — 安装适配器
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(或点击创作器中的 🔧 图标 → 管理连接器)。
- 点击 "添加自定义连接器"。
- 填写:
- 名称:
Deel - MCP 服务器 URL:
https://cloud.anythingmcp.com/mcp - 身份验证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥)
- 名称:
- 点击 连接 以授权。
可用工具
| 工具 | 功能 |
|---|---|
deel_list_organizations | 列出令牌可以访问的组织 |
deel_list_people | 列出人员(工人) |
deel_get_person | 获取一个完整资料的人员 |
deel_list_contracts | 列出合同 |
deel_get_contract | 获取一个完整条款的合同 |
deel_terminate_contract | 终止合同 |
deel_list_invoices | 列出发票(每合同支付周期) |
deel_list_payments | 列出付款(支付给工人) |
deel_list_time_offs | 列出请假请求(针对直接员工和 EOR 工人) |
deel_add_adjustment | 向合同的发票周期添加一次性支付调整(e |
常见问题
ChatGPT 免费层是否支持自定义 MCP 连接器? 不 — 需要 Plus、Pro、Team 或 Enterprise。
下一步
这份指南对你有帮助吗?