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

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

Check if 3D Secure is available

POST/getCostEstimate

Get a fees cost estimate