MCP-valider_iban
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-valider_ibanCheck if IBAN BE68539007547034 is valid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mon premier MCP server — version EN LIGNE (Cloudflare)
Le même tool valider_iban, mais hébergé sur internet pour que de vrais agents
puissent l'appeler. Sans état, donc pas de base « Durable Objects » : un simple Worker.
Ce qu'il te faut
Node.js 18+
Un compte Cloudflare gratuit (https://dash.cloudflare.com/sign-up)
L'offre gratuite couvre très largement ce projet. Tu ne paies rien pour démarrer.
Related MCP server: Cloudflare MCP Server
Déploiement en 4 commandes
cd mon-mcp-cloud
npm install
npx wrangler login # ouvre le navigateur, tu autorises une fois
npm run deploy # déploieÀ la fin, Wrangler t'affiche une URL du type :
https://mon-premier-mcp.<ton-sous-domaine>.workers.devTon endpoint MCP, c'est cette URL + /mcp :
https://mon-premier-mcp.<ton-sous-domaine>.workers.dev/mcpC'est l'adresse que tu donnes aux agents.
Tester que ça marche (3 options)
Option A — la plus rapide : l'AI Playground de Cloudflare
Va sur le « AI Playground » de Cloudflare, colle ton URL /mcp, clique Connect,
puis « List Tools ». Tu dois voir valider_iban.
Option B — l'inspecteur officiel MCP
npx @modelcontextprotocol/inspectorÇa ouvre un outil local. Mets le transport sur « Streamable HTTP », colle ton URL
/mcp, Connect → List Tools → teste valider_iban avec BE68539007547034.
Option C — depuis Claude Desktop (via un petit proxy)
Dans claude_desktop_config.json :
{
"mcpServers": {
"mon-premier-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://mon-premier-mcp.<ton-sous-domaine>.workers.dev/mcp"]
}
}
}Redémarre Claude Desktop, puis demande : « Vérifie si l'IBAN BE68539007547034 est valide. »
Voir les transactions (ton « suivi »)
Le code écrit une ligne à chaque appel (date, tool, entrée, statut). Pour les voir en direct :
npm run tail # = wrangler tail, affiche les logs en temps réelTu les retrouves aussi dans le dashboard Cloudflare (l'observabilité est activée
dans wrangler.jsonc).
Plus tard : remplace le console.log(...) dans src/index.ts par un insert dans
une table Supabase, et tu auras un vrai historique consultable.
Modifier le serveur
Change le code dans src/index.ts, puis relance npm run deploy. C'est tout.
Pour ajouter un paiement (x402 ou Stripe MPP), c'est ici qu'on viendra greffer la
porte de paiement devant le tool — quand tu seras prêt.
Fichiers
src/index.ts— le serveur + le tool (c'est là que tu travailles)wrangler.jsonc— la config Cloudflarepackage.json— dépendances et scripts (deploy,dev,tail)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceIBAN validation, BIC/SWIFT lookup, SEPA compliance, issuer classification and risk indicators for AI agents. 39K+ bank entries from GLEIF. Supports 75+ countries.Last updated5993MIT

Cloudflare MCP Serverofficial
Alicense-qualityAmaintenanceA token-efficient MCP server that provides access to the entire Cloudflare API (2500+ endpoints) using a code execution pattern, enabling natural language management of Cloudflare services.Last updated11700Apache 2.0- AlicenseAqualityBmaintenanceVerified validation of structured identifiers — IBAN, payment cards, ISBN-13 and VIN — for AI agents. Runs the real checksum algorithms (mod-97, Luhn, mod-10, ISO 3779) instead of letting the model guess, and returns structured results with clear errors.Last updated427Apache 2.0

Qinisoofficial
AlicenseAqualityBmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.Last updated561Apache 2.0
Related MCP Connectors
IBAN validation, extraction, format specs and BIC/SWIFT lookup tools for AI assistants.
OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peonixo147/MCP-valider_iban'
If you have feedback or need assistance with the MCP directory API, please join our Discord server