Connector guide1-minute read10 MCP toolsEN · DE · IT

如何通过 MCP 将 GoCardless 连接到 ChatGPT

从任何 AI 代理管理 GoCardless(直接借记支付处理:客户、授权、支付、订阅、支付、退款)。10 个工具,Bearer 令牌。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

MCP connector

GoCardless

Manage GoCardless (direct-debit payment processing: customers, mandates, payments, subscriptions, payouts, refunds) from any AI agent. 10 tools, Bearer token.

Tools

10

Region

INTL

Category

Payments

Authentication

Bearer Token

Required env vars

GOCARDLESS_ACCESS_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 GoCardless 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 代理管理 GoCardless(直接借记支付处理:客户、授权、支付、订阅、支付、退款)。10 个工具,Bearer 令牌。

试试这样问

GoCardless 的示例提示

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

GoCardless · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 无需安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → GoCardless,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

GoCardless + ChatGPT

从任何 AI 代理管理 GoCardless(直接借记支付处理:客户、授权、支付、订阅、支付、退款)。10 个工具,Bearer 令牌。

先决条件

请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

GOCARDLESS_ACCESS_TOKEN

第 1 步 — 获取凭据

此连接器封装了 GoCardless API(按环境)。

设置

  1. 登录 https://manage.gocardless.com → 右上角头像 → Developers → API access → Create
  2. 选择环境:api.gocardless.com(生产环境)或 api-sandbox.gocardless.com(沙盒环境)。
  3. 设置 GOCARDLESS_ACCESS_TOKEN

身份验证Authorization: Bearer ${GOCARDLESS_ACCESS_TOKEN} + GoCardless-Version: 2015-07-06(必需)。

实体模型Customer → BankAccount → Mandate → Payment(s) 和/或 Subscription → recurring Payments。一旦授权处于活动状态,你可以对其进行收费。

…(在应用内连接器说明中继续)

第 2 步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第 3 步 — 在 ChatGPT 中添加连接器

ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费套餐不支持自定义连接器。

  1. 打开 ChatGPT → Settings → Connectors(或点击创作器中的 🔧 图标 → Manage connectors)。
  2. 点击 "Add custom connector"
  3. 填写:
    • 名称: GoCardless
    • MCP 服务器 URL: https://cloud.anythingmcp.com/mcp
    • 身份验证: Bearer 令牌 → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key
  4. 点击 Connect 进行授权。

可用工具

工具功能
gocardless_list_customers列出客户
gocardless_create_customer创建客户
gocardless_list_mandates列出授权(对客户银行的定期授权)
gocardless_get_mandate获取一个授权
gocardless_list_payments列出支付
gocardless_create_payment创建针对授权的一次性支付
gocardless_list_subscriptions列出订阅(定期支付计划)
gocardless_create_subscription创建订阅
gocardless_list_payouts列出支付(结算到你的银行账户)
gocardless_create_refund退款(全额或部分)

常见问题

ChatGPT 免费套餐是否支持自定义 MCP 连接器? 不支持 — 需要 Plus、Pro、Team 或 Enterprise。

下一步

这份指南对你有帮助吗?

Ready to ship

Your GoCardless agent is one click away.

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

相关指南