Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 06 Jul 18:35
v0.0.13
365d59f

The discoverability cut. Registers bankstatementparser-mcp with
the official Model Context Protocol Registry, adds MCP-spec
conformance CI, and positions the server as part of the ISO 20022 MCP
Suite. No functional or API changes.

Added

  • Official MCP Registry integration. bankstatementparser-mcp is
    now registered with the official Model Context Protocol Registry
    (registry.modelcontextprotocol.io) as
    io.github.sebastienrousseau/bankstatementparser-mcp. A new
    server.json at the repo root provides the registry metadata (PyPI
    package identifier, stdio transport), and the README carries an
    mcp-name: io.github.sebastienrousseau/bankstatementparser-mcp
    marker that the registry uses to verify PyPI package ownership.
  • Auto-publish workflow (.github/workflows/publish-mcp.yml).
    Authenticates to the MCP Registry via GitHub OIDC (no secrets
    required) on every v*.*.* tag push, syncs the tag version into
    server.json, and runs mcp-publisher publish. Registry metadata
    now stays in lockstep with each PyPI release automatically.
  • Protocol conformance CI (.github/workflows/mcp-inspect.yml).
    Runs @modelcontextprotocol/inspector --cli against tools/list
    on every push and PR. Green run is the spec-compliance evidence
    bank buyers routinely ask for.
  • Suite discoverability. The README now cross-links the sibling
    banking MCP servers under a "Related MCP Servers" section,
    positioning bankstatementparser-mcp as part of the ISO 20022 MCP
    Suite alongside pain001-mcp, camt053-mcp, acmt001-mcp, and
    noyalib-mcp.

Changed

  • GitHub repository description and topics refreshed: description now
    positions the server as part of the ISO 20022 MCP Suite; topics
    extended with mcp, mcp-server, model-context-protocol, iso20022,
    camt053, mt940, ofx, bank-statement, banking, fintech,
    financial-services, claude, ai-agents, python,
    bankstatementparser (topics were empty before).
  • Glama manifest version bumped to 0.0.13.

No functional / API changes

  • Same 5 MCP tools as v0.0.12. This release is metadata, CI, and
    discoverability only.