mcpbeat Sign in

Gocardless MCP Server

not responding

Gocardless is listed as active in the registry but did not answer our last check. It exposes 15 tools. Last commit 1 Sep 2026.

Query GoCardless: customers, mandates, payments, subscriptions, payouts, refunds, events.

Uptime history 47 days of history · worst day 0%
47 days agonow
0.0%
Uptime 24h
0 of 91 checks
15
Tools
read from the server
39 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Gocardless does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add gocardless --transport http https://gocardless.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gocardless": {
      "url": "https://gocardless.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gocardless]
url = "https://gocardless.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gocardless": {
      "url": "https://gocardless.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gocardless": {
      "url": "https://gocardless.usefulapi.io/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

gocardless
gocardless_create_customer
Creates a customer record in GoCardless. Contact details only — no bank account, MOVES NO MONEY. GoCardless: POST /customers (body wrapped as { customers: {...} }).
gocardless_get_customer
Retrieve a single customer by id. Read-only. GoCardless: GET /customers/{id}.
gocardless_get_mandate
Retrieve a single mandate by id. Read-only. GoCardless: GET /mandates/{id}.
gocardless_get_payment
Retrieve a single payment by id. Read-only. GoCardless: GET /payments/{id}.
gocardless_get_payout
Retrieve a single payout by id. Read-only. GoCardless: GET /payouts/{id}.
gocardless_get_subscription
Retrieve a single subscription by id. Read-only. GoCardless: GET /subscriptions/{id}.
gocardless_list_creditors
List creditors (your merchant accounts that receive payouts). Read-only. GoCardless: GET /creditors.
gocardless_list_customer_bank_accounts
List customer bank accounts (account details are masked by GoCardless). Read-only. GoCardless: GET /customer_bank_accounts.
gocardless_list_customers
List customers (payers) with cursor pagination. Read-only observability. GoCardless: GET /customers.
gocardless_list_events
List events — the audit / webhook event log (payment confirmed, mandate cancelled, etc.). Read-only. GoCardless: GET /events.
gocardless_list_mandates
List mandates (a mandate = a customer's authorization to debit their bank account). Read-only. GoCardless: GET /mandates.
gocardless_list_payments
List payments (READ ONLY — this server never creates or modifies payments). GoCardless: GET /payments.
gocardless_list_payouts
List payouts (funds GoCardless sends to your bank account). Read-only. GoCardless: GET /payouts.
gocardless_list_refunds
List refunds (READ ONLY — this server never creates refunds). GoCardless: GET /refunds.
gocardless_list_subscriptions
List subscriptions (recurring payment schedules). Read-only. GoCardless: GET /subscriptions.

Endpoints

URLTransportStateLatencyChecked
https://gocardless.usefulapi.io/mcp streamable-http answering 39 ms 15 min ago

Alternatives to Gocardless

same job, measured the same way
Checkout Page
by checkoutpage

Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.

answering
MCP Iugu
by codespar

MCP server for iugu — invoices, subscriptions, customers, payment methods

50 installs/wk local only
Stripe Analytics
by lordbasilaiassistant-sudo

Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.

27 installs/wk local only
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

36 installs/wk local only
Recur
by recur

Subscription payment platform for Taiwan — manage products, customers, and billing

answering
Lago
by usefulapi

Read Lago customers, subscriptions, invoices, usage and revenue analytics; write events.

24 tools answering
MCP Paypal
by codespar

MCP server for PayPal — global payments + payouts: Orders v2, Payments, Subscriptions, Disputes

23 installs/wk local only
Orb
by usefulapi

Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.

26 tools answering

Gocardless — questions

Answers built from our own checks of this server.

What can Gocardless do?
It exposes 15 tools, read directly from the server on our last check. Among them: gocardless_create_customer, gocardless_get_customer, gocardless_get_mandate, gocardless_get_payment, gocardless_get_payout, gocardless_get_subscription and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Gocardless working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 39 ms. The bar chart above shows every period we have measured.
The registry lists Gocardless as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Gocardless?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Gocardless need an API key?
No. Gocardless completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
Is Gocardless open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.