Connector guide1-minute read10 MCP toolsEN · DE · IT

如何通过 MCP 将 Deel 连接到 ChatGPT

从任何 AI 代理管理 Deel(全球 EOR / 承包商平台:人员、合同、发票、付款、组织)。10 个工具,Bearer 令牌。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Deel

Manage Deel (global EOR / contractor platform: people, contracts, invoices, payments, organizations) from any AI agent. 10 tools, Bearer token.

Tools

10

Region

INTL

Category

HR

Authentication

Bearer Token

Required env vars

DEEL_API_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

从任何 AI 代理管理 Deel(全球 EOR / 承包商平台:人员、合同、发票、付款、组织)。10 个工具,Bearer 令牌。

试试这样问

Deel 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Deel · 通过 MCP 实时
分享
Opus 4.7

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)。

设置

  1. 登录 https://app.deel.com → 右上角头像 → 开发者中心 → 创建 API 令牌
  2. 选择范围(读取/写入人员、合同、发票等)。
  3. 设置 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 计划)。免费层不支持自定义连接器。

  1. 打开 ChatGPT → 设置 → Connectors(或点击创作器中的 🔧 图标 → 管理连接器)。
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Deel
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 身份验证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

可用工具

工具功能
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。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Deel agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南