Adyen Recurring MCP connector
Adyen Recurring is Adyen's API for managing saved payment methods and recurring payment tokens. The Adyen Recurring MCP connector allows AI agents to create and disable stored payment details, manage permits linked to recurring contracts, and request issuer notifications for shoppers. It also supports scheduling Account Updater runs to keep payment information current across merchant accounts.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Adyen Recurring MCP connector to perform the following actions:
- Store and manage customer payment tokens securely in Adyen Recurring
- Disable compromised or expired payment details to prevent fraud
- Revoke permission for specific recurring payment permits instantly
- Retrieve stored payment methods linked to customer accounts
- Request card issuer notifications to update shopper contact information
- Automate account updater processes to refresh payment card data
- Maintain compliance by removing obsolete payment tokens on demand
Example prompts
Use the following example prompts to invoke Adyen Recurring MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all stored payment details for customer John Smith in Adyen Recurring.Disable the payment token ending in 4242 for this customer.Cancel the recurring permit I created last month in Adyen Recurring.List all active recurring contracts linked to this account in Adyen Recurring.Request the card issuer to notify this shopper about their updated address.Run the account updater process to refresh all expired card data in Adyen Recurring.Which permits are currently active for this recurring contract in Adyen Recurring.Deactivate all stored payment methods for this customer in Adyen Recurring.Create a new permit for monthly billing on this recurring contract.Tell me which payment tokens are disabled in Adyen Recurring.
Adyen Recurring MCP connector tools
The Adyen Recurring MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| post-createPermit | Creates new permits connected to an existing recurring payment contract. |
| post-disable | Disables stored payment details to prevent future recurring charges. |
| post-disablePermit | Disables an existing permit associated with a recurring contract. |
| post-listRecurringDetails | Retrieves stored payment details linked to a recurring contract. |
| post-notifyShopper | Requests the card issuer to notify the shopper of account changes. |
| post-scheduleAccountUpdater | Schedules the Account Updater process to refresh stored payment information. |