MCP server for ibanchecker.cash: IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants
claude mcp add ibanchecker-mcp -- npx -y wrangler{
"mcpServers": {
"ibanchecker-mcp": {
"command": "npx",
"args": ["-y", "wrangler"]
}
}
}Resumen de MCP Servers
# ibanchecker-mcp
[](https://www.npmjs.com/package/@ibanchecker/mcp)
[](./LICENSE)
[](https://modelcontextprotocol.io)
MCP (Model Context Protocol) server for [ibanchecker.cash](https://ibanchecker.cash). Gives AI assistants like Claude five finance tools backed by the ibanchecker.cash validation engine:
| Tool | What it does |
|------|--------------|
| `validate_iban` | Validate a single IBAN: country, length, national BBAN structure, MOD-97 check digits, and bank details when available |
| `validate_bulk_ibans` | Validate up to 100 IBANs in one call |
| `extract_ibans_from_text` | Find and validate every IBAN inside a block of text (emails, invoices, spreadsheets) |
| `get_iban_format` | IBAN format specification for any of 90 supported countries |
| `lookup_bic` | Look up a bank by BIC/SWIFT code |
No IBAN data is logged or stored; validation runs in memory on Cloudflare's edge. See the [security page](https://ibanchecker.cash/security) for details.
## Quick start: hosted remote server
The easiest path is the hosted endpoint. Nothing to install or deploy.
```
https://mcp.ibanchecker.cash/mcp
```
**Claude Code**
```bash
claude mcp add --transport http ibanchecker https://mcp.ibanchecker.cash/mcp
```
**Claude Desktop** (`claude_desktop_config.json`), via the [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) bridge:
```json
{
"mcpServers": {
"ibanchecker": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.ibanchecker.cash/mcp"]
}
}
}
```
## Local stdio server
Run the server locally over stdio (requires Node 18+):
```json
{
"mcpServers": {
"ibanchecker": {
"command": "npx",
"args": ["-y", "@ibanchecker/mcp"],
"env": {
"IBANCHECKER_API_KEY": "your-api-key-here"
}
}
}
}
```
## Example
Calling `validate_iban` with `DE89370400440532013000` returns:
```json
{
"valid": true,
"iban": "DE89370400440532013000",
"formatted": "DE89 3704 0044 0532 0130 00",
"country_name": "Germany",
"bank_name": "Commerzbank AG Cologne",
"bic": "COBADEFFXXX",
"bank_code": "37040044",
"account_number": "0532013000",
"sepa": true
}
```
When the API returns an error (for example a `429` rate limit or `401` bad key), the tool result is flagged with `isError: true` and a human-readable message, so the assistant can react rather than crash.
## API key
The underlying REST API has a free tier (1,000 requests/month). Get a key at [ibanchecker.cash/api-docs](https://ibanchecker.cash/api-docs) and pass it as:
- `IBANCHECKER_API_KEY` env var (stdio mode), or
- `Authorization: Bearer <key>` / `x-api-key` header (remote mode).
## Project layout
```
.
├── bin/stdio.mjs # npm CLI entry (published as `ibanchecker-mcp`)
├── shared/tools.mjs # the 5 tool definitions, shared by both transports
└── worker/ # Cloudflare Worker (the hosted remote server)
├── src/index.ts
└── wrangler.toml
```
Both the stdio CLI and the Worker register the exact same tools from `shared/tools.mjs`, so there is a single source of truth.
## Self-hosting the Worker
The remote server is a Cloudflare Worker built on the [Agents SDK](https://developers.cloudflare.com/agents/). Deploy your own:
```bash
cd worker
npm install
npx wrangler deploy
```
Remove the `routes` block in `worker/wrangler.toml` (or point it at your own domain) and optionally set a server-wide key with `npx wrangler secret put IBANCHECKER_API_KEY`.
## License
MIT. See [LICENSE](./LICENSE).
Lo que la gente pregunta sobre ibanchecker-mcp
¿Qué es koraykoylu/ibanchecker-mcp?
+
koraykoylu/ibanchecker-mcp es mcp servers para el ecosistema de Claude AI. MCP server for ibanchecker.cash: IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala ibanchecker-mcp?
+
Puedes instalar ibanchecker-mcp clonando el repositorio (https://github.com/koraykoylu/ibanchecker-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar koraykoylu/ibanchecker-mcp?
+
koraykoylu/ibanchecker-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene koraykoylu/ibanchecker-mcp?
+
koraykoylu/ibanchecker-mcp es mantenido por koraykoylu. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a ibanchecker-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega ibanchecker-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/koraykoylu-ibanchecker-mcp)<a href="https://claudewave.com/repo/koraykoylu-ibanchecker-mcp"><img src="https://claudewave.com/api/badge/koraykoylu-ibanchecker-mcp" alt="Featured on ClaudeWave: koraykoylu/ibanchecker-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。