Skip to content
MCP-Bridge
Productivity

Adyen Test Cards API MCP Config

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.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/adyen-com-testcardservice.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/adyen-com-testcardservice.json to fetch programmatically.

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

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

Environment Variables

ADYEN_TEST_CARDS_API_API_KEY

Replace your_adyen_test_cards_api_api_key with your actual adyen test cards api api key

Endpoints

POST/createTestCardRanges

Creates one or more test card ranges.