ISO 20022 Generator
Rank #76,781com.iso20022generator/mcp
Generate and validate SEPA ISO 20022 XML (pain.001, pain.008) and SWIFT MT103 payment messages.
ISO 20022 Generator is a Model Context Protocol (MCP) server published by BenjoNX. It ranks #76,781 of 115,460 servers tracked on MCP Toplist. ISO 20022 Generator is listed on Official MCP, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 38,679 of 115,460 servers on MCP Toplist.
Use ISO 20022 Generator
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http iso20022generator https://mcp.iso20022generator.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.iso20022generator]
url = "https://mcp.iso20022generator.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.iso20022generator.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"iso20022generator": {
"url": "https://mcp.iso20022generator.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"iso20022generator": {
"type": "http",
"url": "https://mcp.iso20022generator.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"iso20022generator": {
"serverUrl": "https://mcp.iso20022generator.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"iso20022generator": {
"url": "https://mcp.iso20022generator.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.iso20022generator%2Fmcp)<a href="https://mcptoplist.com/server/com.iso20022generator%2Fmcp"><img src="https://mcptoplist.com/badge/com.iso20022generator%2Fmcp.svg" alt="MCP Toplist: #76,781 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
BenjoNX
Other servers by BenjoNX
View all BenjoNX servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains ISO 20022 Generator?
- ISO 20022 Generator is maintained by BenjoNX, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is ISO 20022 Generator listed on the Official MCP Registry?
- Yes — ISO 20022 Generator is listed on the Official MCP Registry.
- How many versions does ISO 20022 Generator have?
- MCP Toplist tracks 1 version of ISO 20022 Generator, most recently published on Aug 28, 2026.
- Where can I find the source code for ISO 20022 Generator?
- The source code for ISO 20022 Generator is hosted at github.com/BenjoNX/iso20022generator.