IBAN-Test MCP Server
Connect AI clients, internal agents and automations to IBAN-Test through the Model Context Protocol (MCP). Validate IBANs, generate IBANs, check BICs and query API usage - without building bank data logic into your AI system.
Why MCP?
AI agents can understand text, extract data from emails and prepare workflows. For valid payment data, they need a reliable tool. The IBAN-Test MCP server makes these checks available as structured tool calls.
AI extracts IBANs from invoices and validates them before passing data to accounting or ERP.
Agents check bank details for suppliers, customers or users during data capture.
Support assistants can validate submitted bank details without implementing sensitive validation logic.
MCP makes IBAN-Test available as a standardized tool for AI clients and automation platforms.
Integration
The MCP access uses Bearer tokens in the header and returns structured responses for controlled tool calls. You can find the token in your dashboard after login.
Endpoint
https://www.iban-test.eu/mcp
Header
Authorization: Bearer YOUR_API_TOKEN
ibantest_iban_validateValidates an IBAN and returns validation details.
ibantest_iban_generateGenerates an IBAN from country code, bank code and account number.
ibantest_bank_account_validateChecks German bank code and account number against bank data logic.
ibantest_bic_validateValidates BIC format and bank data information.
ibantest_api_usageShows current API usage for the authenticated user.
Start with free checks, create your API token in the dashboard and connect your MCP-capable client to IBAN-Test.
Frequently asked questions
No. IBAN-Test provides validated tools. Your AI client calls these tools through MCP and receives structured results. IBAN, BIC and bank account checks come from the IBAN-Test API, not from an AI guess.
Yes. Functional MCP tool calls count against your API quota. The usage query ibantest_api_usage only returns the current usage and does not increase the counter.
No. Use your API token as a Bearer token and connect your MCP-capable client to https://www.iban-test.eu/mcp. You can find the token in your dashboard after login.
Bank data validation
For these countries, we check IBANs against available bank directories and return bank details such as institution, city and BIC when available.
IBAN syntax check
Check IBANs for a valid structure, correct length and checksum. This helps you catch typos and transposed digits before a payment fails. Additional bank validation against real bank directories is available for the countries listed above.