acmt001-mcp

sebastienrousseau/acmt001-mcp
★ 0 stars Python AI/LLM Updated today
Model Context Protocol (MCP) server exposing the acmt001 ISO 20022 Account Management library as agent tools. Part of the acmt001 suite.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "acmt001-mcp": {
      "command": "uvx",
      "args": [
        "acmt001-mcp"
      ]
    }
  }
}

Or install with pip: pip install acmt001-mcp

README Excerpt

**A [Model Context Protocol][mcp] server that exposes the [`acmt001`][core] ISO 20022 Account Management library as tools for AI agents and assistants** — discover message types, inspect input schemas, validate records and financial identifiers, and generate validated XML, all from your favourite MCP client.

Tools (6)

generate_messageget_input_schemaget_required_fieldslist_message_typesvalidate_identifiervalidate_records

Topics

account-managementacmtai-agentsbankingfintechiso20022llm-toolsmcpmodel-context-protocolpython