Skip to content
MCP-Bridge
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_KEY

Example: 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/changeStatus

Changes the status of the payment method.

POST/checkBalance

Checks the balance.

POST/issue

Issues a new card.

POST/load

Loads the payment method.

POST/mergeBalance

Merge the balance of two cards.

POST/voidTransaction

Voids a transaction.