From 666cc5925a6401168c39d8d064526cf90cf00be6 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 21:14:25 +0800 Subject: [PATCH] Add GoCardless MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/com.gocardless-mcp.json | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 servers/com.gocardless-mcp.json diff --git a/servers/com.gocardless-mcp.json b/servers/com.gocardless-mcp.json new file mode 100644 index 0000000..d234bce --- /dev/null +++ b/servers/com.gocardless-mcp.json @@ -0,0 +1,49 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.gocardless-mcp", + "name": "GoCardless", + "alias": "gocardless", + "description": "Connect to GoCardless's official hosted MCP server to manage payments, customers, mandates, and payouts. Authenticates via a browser OAuth sign-in where you pick your environment (Sandbox or Live) and the permissions to grant - no API keys are shared with the LLM.", + "logo": "https://avatars.githubusercontent.com/u/790629?v=4", + "schema_version": "2.1", + "categories": [ + "developer-tools" + ], + "tags": [ + "gocardless", + "payments", + "fintech", + "bank-payments", + "direct-debit", + "billing" + ], + "transport": { + "type": "http", + "url": "https://mcp.gocardless.com", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth 2.1 in your browser. A GoCardless sign-in journey opens where you choose your environment (Sandbox or Live), sign in, and select the permissions to authorise. No API keys or tokens are shared with the LLM. To switch environments, disconnect and reconnect." + }, + "contributor": { + "name": "GoCardless", + "github": "gocardless", + "url": "https://gocardless.com" + }, + "links": { + "homepage": "https://gocardless.com", + "documentation": "https://developer.gocardless.com/developer-tools/mcp/" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}