Adyen Checkout Utility Service MCP Config
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:/
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/adyen-com-checkoututilityservice.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/adyen-com-checkoututilityservice.json to fetch programmatically.
{
"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"
}
}
}
}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-checkoututilityservice.jsonEnvironment Variables
ADYEN_CHECKOUT_UTILITY_SERVICE_API_KEYReplace your_adyen_checkout_utility_service_api_key with your actual adyen checkout utility service api key
Endpoints
POST
/originKeysCreate originKey values for one or more merchant domains.