Developer ToolsAuto-generated
Adyen Stored Value API MCP Server
A set of API endpoints to manage stored value products.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-storedvalueservice
Environment Variables
ADYEN_STORED_VALUE_API_API_KEYExample: your_adyen_stored_value_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-storedvalueservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-storedvalueservice"],
"env": {
"ADYEN_STORED_VALUE_API_API_KEY": "your_adyen_stored_value_api_api_key"
}
}
}
}Endpoints
POST
/changeStatusChanges the status of the payment method.
POST
/checkBalanceChecks the balance.
POST
/issueIssues a new card.
POST
/loadLoads the payment method.
POST
/mergeBalanceMerge the balance of two cards.
POST
/voidTransactionVoids a transaction.