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.jsonConfiguration 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
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.jsonEnvironment Variables
ADYEN_TEST_CARDS_API_API_KEYReplace your_adyen_test_cards_api_api_key with your actual adyen test cards api api key
Endpoints
POST
/createTestCardRangesCreates one or more test card ranges.