EU Business Pack

EU Business Verification

Validate IBANs and BIC/SWIFT codes instantly via the validate_iban and validate_bic MCP tools. Algorithmic — no external API call, sub-10ms, 80+ countries.

IBAN ISO 13616
BIC ISO 9362
80+ countries
SEPA-aware
No API key for demo
Validate an IBAN

Spaces optional — any country, any format

Try:
UK (HSBC)
DE (Deutsche Bank)
FR (BNP)
NL (ING)
ES (Santander)
Invalid

🏦

Enter an IBAN above or click an example to validate.

Use in your Claude agent

validate_iban and validate_bic are part of the APITier MCP server (v1.3.0+). Both tools are always available — no additional subscription needed beyond an MCP key. Combine with validate_vat for a full EU business verification workflow.

{
  "mcpServers": {
    "apitier": {
      "command": "npx",
      "args": ["-y", "@apitier/mcp-server"],
      "env": { "APITIER_MCP_KEY": "mcp_your-key-here" }
    }
  }
}