Adyen Recurring Service MCP Config
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).
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/adyen-com-recurringservice.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/adyen-com-recurringservice.json to fetch programmatically.
{
"mcpServers": {
"adyen-com-recurringservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-recurringservice"],
"env": {
"ADYEN_RECURRING_SERVICE_API_KEY": "your_adyen_recurring_service_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/adyen-com-recurringservice.jsonEnvironment Variables
ADYEN_RECURRING_SERVICE_API_KEYReplace your_adyen_recurring_service_api_key with your actual adyen recurring service api key
Endpoints
POST
/disableDisables stored payment details.
POST
/listRecurringDetailsRetrieves stored payment details for a shopper.