Skip to content
MCP-Bridge
Finance & Payments

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

ADYEN_RECURRING_SERVICE_API_KEY

Replace your_adyen_recurring_service_api_key with your actual adyen recurring service api key

Endpoints

POST/disable

Disables stored payment details.

POST/listRecurringDetails

Retrieves stored payment details for a shopper.