Skip to main content
Glama

GoCardless MCP Server

by jmceleney

get_customer

Retrieve customer details by ID from GoCardless to access payment information, mandates, and subscription data for account management.

Instructions

Get a specific customer by ID

Input Schema

NameRequiredDescriptionDefault
customer_idYesThe GoCardless customer ID (e.g., CU123)

Input Schema (JSON Schema)

{ "properties": { "customer_id": { "description": "The GoCardless customer ID (e.g., CU123)", "type": "string" } }, "required": [ "customer_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmceleney/gocardless-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server