IBAN Checker MCP

Created By
koraykoylu19 hours ago
IBAN validation, extraction, format specs, and BIC/SWIFT lookup tools for AI assistants, backed by ibanchecker.cash. Covers 90 countries; no IBAN data is stored.
Overview

IBAN Checker MCP

MCP server for ibanchecker.cash. Gives AI assistants five finance tools backed by the ibanchecker.cash validation engine, covering 90 countries. No IBAN data is logged or stored.

Tools

  • validate_iban: validate a single IBAN (country, length, 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
  • get_iban_format: IBAN format specification for any of 90 supported countries
  • lookup_bic: look up a bank by BIC/SWIFT code

Install

Remote (hosted): https://mcp.ibanchecker.cash/mcp

Claude Code: claude mcp add --transport http ibanchecker https://mcp.ibanchecker.cash/mcp

Local (stdio): npx -y @ibanchecker/mcp

Server Config

{
  "mcpServers": {
    "ibanchecker": {
      "command": "npx",
      "args": [
        "-y",
        "@ibanchecker/mcp"
      ],
      "env": {
        "IBANCHECKER_API_KEY": "your-api-key-here"
      }
    }
  }
}
Project Info
Created At
19 hours ago
Updated At
19 hours ago
Author Name
koraykoylu
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Spimov Ai Video Clone Dubbing Mcp Server
@spimov

Spimov MCP — AI video dubbing, inside your chat Spimov MCP connects the Spimov (https://spimov.com) dubbing engine to Claude and any Model Context Protocol client. Ask in plain language — "dub this YouTube short into German and upload it unlisted to my channel" — and the whole pipeline runs server-side: transcription, translation, voice synthesis, lip-sync, and publishing. What you can do - 🎬 Dub from a YouTube link or a local file — regular videos, Shorts, and YouTube Music all supported. - 🌍 17 target languages, with auto source-language detection. - 🗣️ Choose your voice engine — xtts (high-quality, default), chatterbox (emotion-aware), or elevenlabs. - ✍️ Edit before you publish — list transcript segments and fix any line's text, emotion, or speaker; only that segment is re-synthesized. - 💬 Subtitles your way — fetch SRT/VTT, burn them in, or embed soft tracks in extra languages. - 🎚️ Remix without re-dubbing — adjust the audio mix, subtitle styling, or lip-sync on a finished job. - 📺 Publish to YouTube automatically when the dub finishes. - 🔗 Get a shareable download link for the finished MP4 — works in the browser, no API key needed. Works everywhere MCP does - Claude Desktop / Claude Code (stdio) — supports local file upload. - Claude web & hosted clients — connect to the hosted Streamable HTTP server, no install required. Setup in 2 minutes — grab an API key from spimov.com, drop it into your MCP config, and start dubbing. --- 4. Launch / duyuru postu (X / LinkedIn) ▎ We just shipped Spimov MCP 🎬 ▎ ▎ Dub any video into 17 languages without leaving your AI chat. Paste a YouTube link → Claude transcribes, translates, voices, and can publish it straight to YouTube. ▎ ▎ • Local file or YouTube URL ▎ • Edit any line, re-synth just that segment ▎ • SRT/VTT, burned-in or soft subtitles ▎ • Works in Claude Desktop, Claude Code & Claude web ▎ ▎ pip install spimov-mcp → spimov.com ▎ #MCP #Claude #AIdubbing --- 5. MCP marketplace metadata (alanlar) - Name: Spimov - Category: Media / Video - Description: Dub videos into 17 languages, edit translations, generate subtitles, and publish to YouTube — from any MCP client. - Auth: API key (spk_live_…) - Homepage: https://spimov.com - Install: pip install spimov-mcp (stdio) or connect https://mcp.spimov.com/mcp (HTTP)

9 hours ago
Bruno Mcp
@Ostico

A Model Context Protocol (MCP) server for creating, managing, and executing Bruno API testing collections. Supports both .bru and .yml (opencollection) formats with built-in security hardening. Why This MCP Server? Use this when you want an AI agent (Claude, Copilot, etc.) to create, inspect, or execute Bruno API test collections programmatically — without opening the Bruno GUI or installing the Bruno CLI. Typical use cases: AI-assisted test generation, CI pipeline integration, automated API exploration. Requires Node.js >= 18.0.0. Features: - Collection Management: Create and organize Bruno collections - Environment Configuration: Manage multiple environments (dev, staging, prod) - Request Generation: Generate request files for all HTTP methods - Authentication Support: Bearer, Basic, OAuth 2.0, API key, Digest - Test Scripts: Add pre/post request scripts and assertions - CRUD Operations: Generate complete CRUD request sets - Collection Statistics: Analyze existing collections - Dual Format Support: .bru (legacy) and .yml (opencollection YAML) with auto-detection - Collection Discovery: Discover Bruno collections from workspace with zero config - Request Modification: Partial-merge updates to existing request files - Variable Chaining: bru.setVar()/bru.getVar() for cross-request variable flow - Dependency Ordering: Topological sort for test suite execution order - Request Execution: Execute requests and run tests with structured results - Security Hardening: SSRF protection, path traversal prevention, VM sandbox for test scripts

an hour ago