Finance & PaymentsAuto-generated
Adyen BinLookup API MCP Server
The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given BIN. ## Authentication You need an [API credential](https://docs.adyen.com/development-resources/api-credentials) to authenticate to the API. If using an API k
Quick Setup
Transport: STDIO
Command: npx -y @mcp/adyen-com-binlookupservice
Environment Variables
ADYEN_BINLOOKUP_API_API_KEYExample: your_adyen_binlookup_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"adyen-com-binlookupservice": {
"command": "npx",
"args": ["-y","@mcp/adyen-com-binlookupservice"],
"env": {
"ADYEN_BINLOOKUP_API_API_KEY": "your_adyen_binlookup_api_api_key"
}
}
}
}Endpoints
POST
/get3dsAvailabilityCheck if 3D Secure is available
POST
/getCostEstimateGet a fees cost estimate