Adyen Data Protection API MCP Config
Adyen Data Protection API provides a way for you to process [Subject Erasure Requests](https://gdpr-info.eu/art-17-gdpr/) as mandated in GDPR. Use our API to submit a request to delete shopper's data, including payment details and other related information (for example, delivery address or shopper
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/adyen-com-dataprotectionservice.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/adyen-com-dataprotectionservice.json to fetch programmatically.
{
"mcpServers": {
"adyen-com-dataprotectionservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-dataprotectionservice"],
"env": {
"ADYEN_DATA_PROTECTION_API_API_KEY": "your_adyen_data_protection_api_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-dataprotectionservice.jsonEnvironment Variables
ADYEN_DATA_PROTECTION_API_API_KEYReplace your_adyen_data_protection_api_api_key with your actual adyen data protection api api key
Endpoints
POST
/requestSubjectErasureSubmit a Subject Erasure Request.