validate_bulk_ibans

shallow

io.github.koraykoylu/ibanchecker-mcp · Verify this server

Validate a batch of up to 100 IBANs in one call, applying the same ISO 13616 checks as `validate_iban` (country, length, BBAN structure, MOD-97). Returns a JSON array of per-IBAN results in the same order as the input, each with `valid`, `countryCode`, an optional `reason` for failures, and bank details when the code is recognized, plus a summary count of valid vs. invalid entries. Use this instead of calling `validate_iban` in a loop when checking a list (e.g. a payment file or a column of supplier accounts). Split inputs larger than 100 into multiple calls. Account numbers are validated in memory and never stored.

100.0/100

1 trials · measured 8 days ago

validate_bulk_ibans scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against io.github.koraykoylu/ibanchecker-mcp, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote + stdio
Credential class
self-provisionable
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: validate_bulk_ibans
[![Vouch score](https://vouch.tools/api/tools/80770ddc-a17d-4bf9-8041-3e2b1b613793/badge.svg)](https://vouch.tools/tools/80770ddc-a17d-4bf9-8041-3e2b1b613793)
validate_bulk_ibans — Vouch