PluginBench
MCP Server
Active
Apache-2.0

io.github.sebastienrousseau/acmt001-mcp MCP Server

io.github.sebastienrousseau/acmt001-mcp

What is the io.github.sebastienrousseau/acmt001-mcp MCP server?

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

How to install io.github.sebastienrousseau/acmt001-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "acmt001-mcp": {
      "command": "uvx",
      "args": [
        "acmt001-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "acmt001-mcp": {
      "command": "uvx",
      "args": [
        "acmt001-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "acmt001-mcp": {
      "command": "uvx",
      "args": [
        "acmt001-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "acmt001-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "acmt001-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add acmt001-mcp -- uvx acmt001-mcp

Related MCP servers

Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records.

1
Python
Apache-2.0
View repository →

MCP server for parsing bank statements (BAI2, MT940/MT942, CAMT.053, OFX) via stdio.

1
Python
Apache-2.0
View repository →

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

1
Python
Apache-2.0
View repository →

Corral

Active

Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.

1
Go
GPL-3.0
View repository →

Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.

1
Python
Apache-2.0
View repository →

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

1
Python
Apache-2.0
View repository →