Skip to content
MCP-Bridge
Finance & Payments

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

Configuration 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

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

Environment Variables

ADYEN_DATA_PROTECTION_API_API_KEY

Replace your_adyen_data_protection_api_api_key with your actual adyen data protection api api key

Endpoints

POST/requestSubjectErasure

Submit a Subject Erasure Request.