Skip to main content
Glama

GoCardless MCP Server

by jmceleney

create_customer

Add a new customer to GoCardless payment system by providing email, name, and optional company details to enable payment processing.

Instructions

Create a new customer in GoCardless

Input Schema

NameRequiredDescriptionDefault
company_nameNoCustomer company name (optional)
emailYesCustomer email address
family_nameNoCustomer last name
given_nameNoCustomer first name

Input Schema (JSON Schema)

{ "properties": { "company_name": { "description": "Customer company name (optional)", "type": "string" }, "email": { "description": "Customer email address", "type": "string" }, "family_name": { "description": "Customer last name", "type": "string" }, "given_name": { "description": "Customer first name", "type": "string" } }, "required": [ "email" ], "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