Skip to main content
Glama

GoCardless MCP Server

by jmceleney

get_subscription

Retrieve subscription details by ID to access payment information, mandate links, and manage recurring billing data through GoCardless payment platform.

Instructions

Get subscription by ID. Returns links.mandate - use get_mandate then get_customer for full details, or use get_subscription_details instead.

Input Schema

NameRequiredDescriptionDefault
subscription_idYesThe GoCardless subscription ID (e.g., SB123)

Input Schema (JSON Schema)

{ "properties": { "subscription_id": { "description": "The GoCardless subscription ID (e.g., SB123)", "type": "string" } }, "required": [ "subscription_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