Skip to content

Commit ebf1162

Browse files
authored
Add GoCardless MCP server (#256)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent e2f1def commit ebf1162

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

servers/com.gocardless-mcp.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.gocardless-mcp",
4+
"name": "GoCardless",
5+
"alias": "gocardless",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/790629?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"gocardless",
14+
"payments",
15+
"fintech",
16+
"bank-payments",
17+
"direct-debit",
18+
"billing"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://mcp.gocardless.com",
23+
"metadata": {
24+
"inputs": []
25+
}
26+
},
27+
"auth": {
28+
"type": "oauth",
29+
"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."
30+
},
31+
"contributor": {
32+
"name": "GoCardless",
33+
"github": "gocardless",
34+
"url": "https://gocardless.com"
35+
},
36+
"links": {
37+
"homepage": "https://gocardless.com",
38+
"documentation": "https://developer.gocardless.com/developer-tools/mcp/"
39+
},
40+
"platforms": [
41+
"all"
42+
],
43+
"capabilities": {
44+
"tools": true,
45+
"resources": false,
46+
"prompts": false,
47+
"read_only_mode": false
48+
}
49+
}

0 commit comments

Comments
 (0)