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(口座振替決済処理:顧客、mandate、支払い、サブスクリプション、支払い、返金)を管理します。10のツール、Bearerトークン。
こう聞いてみよう
GoCardless のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要?cloud.anythingmcp.comに直接アクセスしてください。 サインインし、Connectors → GoCardlessをクリックし、資格情報を貼り付け、MCP APIキーを作成 — 完了です。Docker不要、
git clone不要、ローカルサーバー不要。
GoCardless + Claude
任意のAIエージェントからGoCardless(口座振替決済処理:顧客、mandate、支払い、サブスクリプション、支払い、返金)を管理します。10のツール、Bearerトークン。
前提条件
コネクタに組み込まれた完全なセットアップ手順を参照してください(コネクタを選択したときにアプリ内ストアで表示されます)。このコネクタに必要な環境変数は次のとおりです:
GOCARDLESS_ACCESS_TOKEN
ステップ 1 — 資格情報を取得する
このコネクタは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。mandateがアクティブになると、請求が可能です。
…(アプリ内コネクタの指示に続く)
ステップ 2 — アダプタをインストールする
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — Claudeにコネクタを追加する
推奨パス — claude.ai webで動作し、設定ファイルを編集する必要はありません。
- **claude.ai/customize/connectors**を開く。
- **"Add custom connector"**をクリック。
- 次の情報を入力:
- Name:
GoCardless - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearerトークン → あなたのMCP APIキーを貼り付ける(AnythingMCP → Profile → MCP API Keys → New Keyから)
- Name:
- Connectをクリックして認証します。
以下のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。
利用可能なツール
| ツール | 機能 |
|---|---|
gocardless_list_customers | 顧客のリストを表示 |
gocardless_create_customer | 顧客を作成 |
gocardless_list_mandates | Mandateのリストを表示(顧客の銀行から引き落とすための定期的な承認) |
gocardless_get_mandate | 1つのmandateを取得 |
gocardless_list_payments | 支払いのリストを表示 |
gocardless_create_payment | mandateに対して一回限りの支払いを作成 |
gocardless_list_subscriptions | サブスクリプションのリストを表示(定期的な支払いスケジュール) |
gocardless_create_subscription | サブスクリプションを作成 |
gocardless_list_payouts | 支払いのリストを表示(あなたの銀行口座への決済) |
gocardless_create_refund | 支払いを返金(全額または一部) |
FAQ
Claude CodeとClaude Desktopの両方で動作しますか? はい — 両方をhttps://cloud.anythingmcp.com/mcpにポイントしてください。
次のステップ
このガイドは役に立ちましたか?