Skip to content
MCP-Bridge
ProductivityAuto-generated

Adyen Test Cards API MCP Server

The Test Cards API provides endpoints for generating custom test card numbers. For more information, refer to [Custom test cards](https://docs.adyen.com/development-resources/testing/create-test-cards) documentation.

Quick Setup

Transport: STDIO

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

Environment Variables

ADYEN_TEST_CARDS_API_API_KEY

Example: your_adyen_test_cards_api_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "adyen-com-testcardservice": {
      "command": "npx",
      "args": ["-y","@mcp/adyen-com-testcardservice"],
      "env": {
      "ADYEN_TEST_CARDS_API_API_KEY": "your_adyen_test_cards_api_api_key"
}
    }
  }
}

Endpoints

POST/createTestCardRanges

Creates one or more test card ranges.