Home › Finance › MainBook Bank Statement Converter

MainBook Bank Statement Converter

Convert PDF bank statements to checked Excel, CSV or JSON with balance validation.

Official Python CloudLocal macOSLinux Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.mainbook.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mainbook-mcp https://mcp.mainbook.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mainbook-mcp": {
      "url": "https://mcp.mainbook.ai/mcp"
    }
  }
}

Package (pypi 0.5.1)

uvx mainbook-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mainbook-mcp": {
      "command": "uvx",
      "args": [
        "mainbook-mcp"
      ],
      "env": {
        "MAINBOOK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAINBOOK_API_KEY secret — Optional MainBook API key for scripts and CI; interactive users can run mainbook-mcp auth login

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry