Finance & PaymentsAuto-generated
Adyen Checkout Utility Service MCP Server
A web service containing utility functions available for merchants integrating with Checkout APIs. ## Authentication Each request to the Checkout Utility API must be signed with an API key. For this, obtain an API Key from your Customer Area, as described in [How to get the Checkout API key](https:/
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-checkoututilityservice
Environment Variables
ADYEN_CHECKOUT_UTILITY_SERVICE_API_KEYExample: your_adyen_checkout_utility_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-checkoututilityservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-checkoututilityservice"],
"env": {
"ADYEN_CHECKOUT_UTILITY_SERVICE_API_KEY": "your_adyen_checkout_utility_service_api_key"
}
}
}
}Endpoints
POST
/originKeysCreate originKey values for one or more merchant domains.