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://mcpbridge.org/config/adyen-com-testcardservice.jsonOne-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-testcardservice": {
"command": "npx",
"args": [
"-y",
"@mcp/adyen-com-testcardservice"
],
"env": {
"ADYEN_TEST_CARDS_API_API_KEY": "your_adyen_test_cards_api_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"adyen-com-testcardservice": {
"url": "https://mcpbridge.org/config/adyen-com-testcardservice.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"adyen-com-testcardservice": {
"url": "https://mcpbridge.org/config/adyen-com-testcardservice.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/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
/createTestCardRangesCreates one or more test card ranges.
Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
https://mcpbridge.org/config/notion.jsonLinear API
Manage issues, projects, and workflows in Linear through your AI agent.
https://mcpbridge.org/config/linear.jsonPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
https://mcpbridge.org/config/ably-io-platform.jsonControl API v1
Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. Detailed information on using this API can be found in the Ably <a href="https://ably.com/documentation/control-api">developer documentation</a>. Control API is currently in Beta.
https://mcpbridge.org/config/ably-net-control.json