Finance & PaymentsAuto-generated
Adyen Payout API MCP Server
A set of API endpoints that allow you to store payout details, confirm, or decline a payout. For more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts). ## Authentication To use the Payout API, you need to have [two API credentials](https://docs.adyen.com
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-payoutservice
Environment Variables
ADYEN_PAYOUT_API_API_KEYExample: your_adyen_payout_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-payoutservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-payoutservice"],
"env": {
"ADYEN_PAYOUT_API_API_KEY": "your_adyen_payout_api_api_key"
}
}
}
}Endpoints
POST
/confirmThirdPartyConfirm a payout
POST
/declineThirdPartyCancel a payout
POST
/payoutMake an instant card payout
POST
/storeDetailStore payout details
POST
/storeDetailAndSubmitThirdPartyStore details and submit a payout
POST
/submitThirdPartySubmit a payout