Skip to content
VS Code

iso20022 readiness suite mcp for VS Code

io.github.sebastienrousseau/iso20022-readiness-suite-mcp

Orchestration MCP server: ISO 20022 readiness scoring, remediation, bank-response simulation.

client:VS Code transport:stdio runtime:pypi

Install iso20022 readiness suite mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "iso20022-readiness-suite-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "iso20022-readiness-suite-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

iso20022 readiness suite mcp in other clients