Finance & PaymentsAuto-generated
Adyen Recurring Service MCP Server
Additional methods that allow you to manage payment details stored for recurring payments. For more information, refer to [Recurring payments](https://docs.adyen.com/developers/features/recurring-payments).
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-recurringservice
Environment Variables
ADYEN_RECURRING_SERVICE_API_KEYExample: your_adyen_recurring_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-recurringservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-recurringservice"],
"env": {
"ADYEN_RECURRING_SERVICE_API_KEY": "your_adyen_recurring_service_api_key"
}
}
}
}Endpoints
POST
/disableDisables stored payment details.
POST
/listRecurringDetailsRetrieves stored payment details for a shopper.