mcpbeat Sign in
local only

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

ISO 20022 pacs.008 FI-to-FI credit transfers: generate, validate, parse, scheme + address checks.

Installs per day peak 350 · avg 59 · -75% w/w
a month agotoday
221
Installs / week
pypi · pacs008-mcp
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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.

    dest = os.path.join(_STAGE_DIR, message_type)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

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 pacs008-mcp -- uvx pacs008-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pacs008-mcp": {
      "args": [
        "pacs008-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pacs008-mcp]
command = "uvx"
args = ["pacs008-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pacs008-mcp": {
      "args": [
        "pacs008-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pacs008-mcp": {
      "args": [
        "pacs008-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Pacs008 MCP

same job, measured the same way
Pain001 MCP
by sebastienrousseau

MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.

304 installs/wk local only
Wireforge
by hanmahong5-arch

Read-only MCP tools for ISO 8583 and SWIFT MT/MX: parse, validate, diff, SR2026 address checks.

local only
ISO 20022 Generator
by iso20022generator

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

answering
Address
by vdappdev2

MCP server for Verus addresses — generate, validate, list transparent and shielded addresses

28 installs/wk local only
Acmt001 MCP
by sebastienrousseau

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

294 installs/wk local only
Camt Exceptions
by sebastienrousseau

Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).

234 installs/wk local only
Iso20022 Bridge MCP
by csoai-org

ISO 20022 / SWIFT finance bridge — parse, validate, modernise, govern (DORA/NIS2/AML).

75 installs/wk local only
llms.txt Generator
by llms-txt-generator

Create, validate and audit llms.txt, incl. the Lighthouse Agentic Browsing check.

4 tools answering

Pacs008 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Pacs008 MCP?
Pacs008 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 pacs008-mcp was installed 221 times last week.
How do I connect Pacs008 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 pacs008-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Pacs008 MCP?
The pypi package pacs008-mcp was installed 221 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pacs008 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.