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.
Summary
从任何 AI 代理管理 GoCardless(直接借记支付处理:客户、授权、支付、订阅、支付、退款)。10 个工具,Bearer 令牌。
试试这样问
GoCardless 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → GoCardless,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
GoCardless
从任何 AI 代理管理 GoCardless(直接借记支付处理:客户、授权、支付、订阅、支付、退款)。10 个工具,Bearer 令牌。
设置
此连接器封装了 GoCardless API(按环境)。
设置:
- 登录 https://manage.gocardless.com → 右上角头像 → Developers → API access → Create。
- 选择环境:
api.gocardless.com(实时)或api-sandbox.gocardless.com(沙盒)。 - 设置
GOCARDLESS_ACCESS_TOKEN。
身份验证:Authorization: Bearer ${GOCARDLESS_ACCESS_TOKEN} + GoCardless-Version: 2015-07-06(必需)。
实体模型:Customer → BankAccount → Mandate → Payment(s) 和/或 Subscription → recurring Payments。一旦授权处于活动状态,你可以对其进行收费。
…(在应用内连接器说明中继续)
先决条件:GOCARDLESS_ACCESS_TOKEN
本地安装连接器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
打开 http://localhost:3000/connectors/store,选择 GoCardless 并粘贴在先决条件下列出的环境变量。
可用工具
| 工具 | 功能 |
|---|---|
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 | 退款(全额或部分) |
下一步
这份指南对你有帮助吗?