gocardless.com
GoCardless is a payments platform focused on bank payments such as direct debit and instant bank payments. It provides tools for merchants and partners to collect payments, manage mandates, reconcile payouts, and related payment operations.
GoCardless exposes a REST API, an official MCP server at https://mcp.gocardless.com, and a GoCardless CLI; the API uses bearer access tokens, the CLI uses `gocardless login`, and MCP authentication could not be confirmed from the available docs scrape.
- GoCardless MCP serverdetected
- GoCardless APIdiscovered
- GoCardless CLIdiscovered
Create a GoCardless account from the developer docs entry point at Create a sandbox account, then create an access token in the GoCardless dashboard as referenced by the API Reference. Use the token as a bearer token in the Authorization header when calling the API. For live use, follow the account setup and go-live guidance from Set up and Go-live checklist.
$ gocardless loginAcquired by the CLI — running gocardless login opens the auth flow and stores the credential.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing