gocardless-mcp

jmceleney/gocardless-mcp

3.2

If you are the rightful owner of gocardless-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server for GoCardless API integration, enabling AI assistants to interact with GoCardless payment data.

Tools

Functions exposed to the LLM to take actions

list_customers

List all customers (optional limit parameter)

get_customer

Get a specific customer by ID

create_customer

Create a new customer (requires email, optional given_name, family_name, company_name)

list_payments

List payments (optional limit, status, subscription, mandate filters)

get_payment

Get a specific payment by ID (includes links to mandate/subscription)

create_payment

Create a new payment (requires amount, currency, mandate_id, optional description)

list_mandates

List mandates (optional limit and customer parameters)

get_mandate

Get a specific mandate by ID (includes link to customer)

list_subscriptions

List subscriptions (optional limit and status parameters)

get_subscription

Get a specific subscription by ID (includes link to mandate)

get_subscription_details

Get complete subscription info including mandate and customer in one call

list_payouts

List payouts (optional limit parameter)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources