Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/adyen-com-dataprotectionservice.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "adyen-com-dataprotectionservice": {
      "url": "https://mcpbridge.org/config/adyen-com-dataprotectionservice.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "adyen-com-dataprotectionservice": {
      "url": "https://mcpbridge.org/config/adyen-com-dataprotectionservice.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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.