Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Adyen Data Protection API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/adyen-com-dataprotectionservice

Environment Variables

ADYEN_DATA_PROTECTION_API_API_KEY

Example: your_adyen_data_protection_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

Endpoints

POST/requestSubjectErasure

Submit a Subject Erasure Request.