Connector guide1-minute read10 MCP toolsEN · DE · IT

GoCardless 到 MCP — 从任何 AI 代理驱动 GoCardless

从任何 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

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

设置

此连接器封装了 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。一旦授权处于活动状态,你可以对其进行收费。

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

先决条件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退款(全额或部分)

下一步

这份指南对你有帮助吗?

Ready to ship

Your GoCardless agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南