mcpbeat Sign in

Iso20022 MCP Server

local only

Iso20022 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 447 installs a week from pypi. Last commit 30 Aug 2026.

Unified ISO 20022 MCP gateway routing across the pain, pacs, camt and acmt message families.

Installs per day peak 1 102 · avg 96 · -79% w/w
a month agotoday
447
Installs / week
pypi · iso20022-mcp
1
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Iso20022 MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iso20022-mcp -- uvx iso20022-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iso20022-mcp": {
      "args": [
        "iso20022-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iso20022-mcp]
command = "uvx"
args = ["iso20022-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "iso20022-mcp": {
      "args": [
        "iso20022-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iso20022-mcp": {
      "args": [
        "iso20022-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Iso20022 MCP

same job, measured the same way
MCP Gateway
by mikkoparkkola

Universal MCP gateway with Meta-MCP discovery, routing, and REST API capabilities.

local only
Acmt001 MCP
by sebastienrousseau

MCP server for ISO 20022 acmt.001 account management message generation and validation.

294 installs/wk local only
Camt053 MCP
by sebastienrousseau

MCP server for ISO 20022 camt.053 bank-to-customer statement parsing and reconciliation.

443 installs/wk local only
AAI Gateway
by gybob

Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings

107 installs/wk local only
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
C
Enterprise MCP Gateway
by thenextgennexus

Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.

152 tools answering
ISO 20022 Generator
by iso20022generator

Generate and validate SEPA ISO 20022 XML (pain.001, pain.008) and SWIFT MT103 payment messages.

answering
freellmpool
by 0xzr

OpenAI-compatible MCP gateway cataloging 22 LLM providers, with routing, failover, and tools.

804 installs/wk local only

Iso20022 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Iso20022 MCP?
Iso20022 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package iso20022-mcp was installed 447 times last week.
How do I connect Iso20022 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iso20022-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Iso20022 MCP?
The pypi package iso20022-mcp was installed 447 times in the last week. Week over week that is -79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Iso20022 MCP open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.