Ibanforge is answering right now. Last checked 1 min ago. 1 194 installs a week from npm. It exposes 11 tools. Last commit 16 Sep 2026.
Pre-payout IBAN screening for AI agents: validation, sanctions, Swiss clearing, risk scoring
Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 18 August 2026. No other catalogue keeps this.
We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const existing = execSync(`ls ${TMP_DIR}/lei-bic-*.csv 2>/dev/null`).toString().trim();
…s stored only as salted hashes; API keys stored as hashes — a newly issued key is additionally held for one-time retrieval (cleared on first read, or after 7 days at the latest) and delivered to the customer by email.
# Optional API key. Without it, every paid call returns 402; agents can use # the x402 micropayment flow on their side, or set IBANFORGE_API_KEY=ifk_... # to charge the calls against the free monthly quota (200 req/month free). # Generate one in 1 line: POST https://api.ibanforge…
const res = await fetch(`https://api.telegram.org/bot${token}/sendMessage`, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.
claude mcp add ibanforge --transport http https://api.ibanforge.com/mcp
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}
[mcp_servers.ibanforge]
url = "https://api.ibanforge.com/mcp"
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}
{
"mcpServers": {
"ibanforge": {
"url": "https://api.ibanforge.com/mcp"
}
}
}
This one needs environment variables set before it will start:
IBANFORGE_API_KEY (Optional Bearer ifk_* API key. A free key needs no e-mail: POST https://api.ibanforge.com/v1/keys/generate with an empty body.), IBANFORGE_API_BASE (Override the API base URL (default https://api.ibanforge.com).).
The author declared them in the registry entry; get the values from the project itself.
Read directly from the server with tools/list, grouped by what they act on.
If a tool disappears, we record the date.
lookup_bic
lookup_ch_clearing
validate_iban
validate_payment_reference
batch_validate_iban
check_compliance
poll_api_key
check_postal_address
request_api_key
send_feedback
check_swiss_qr_bill
| URL | Transport | State | Latency | Checked |
|---|---|---|---|---|
| https://api.ibanforge.com/mcp | streamable-http | answering | 254 ms | 1 min ago |
Sanctions screening and PEP checks via OpenSanctions API for AI agents
Screen a payee address before an AI agent pays: sanctions, mixers, scam lists, on-chain risk.
Deterministic Mexican/LatAm verification + sanctions & PEP screening for AI agents. Pay via x402.
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Cross-border payment & banking intelligence for AI agents: SWIFT/BIC, IBAN, sanctions, FX, tracking.
Attested evidence tools for AI agents: sanctions screening, agent/wallet records, paid via x402.
Paid Arbitrum transaction simulation and risk scoring for wallets and AI agents.
EU compliance checks for AI agents: sanctions, company, VAT ID, IBAN, email. Pay per call.
Answers built from our own checks of this server.