Skip to main content
Glama

GoCardless MCP Server

by jmceleney

list_mandates

Retrieve and filter customer payment mandates from GoCardless to manage recurring payment authorizations and track active direct debit agreements.

Instructions

List mandates from GoCardless

Input Schema

NameRequiredDescriptionDefault
customerNoFilter by customer ID
limitNoNumber of mandates to retrieve (default: 50)

Input Schema (JSON Schema)

{ "properties": { "customer": { "description": "Filter by customer ID", "type": "string" }, "limit": { "description": "Number of mandates to retrieve (default: 50)", "type": "integer" } }, "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