HomeFinance › Bankstatemently

Bankstatemently

Convert PDF bank statements into structured transactions, accounts, and balances.

Official TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-17 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://api.bankstatemently.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http plugins https://api.bankstatemently.com/mcp --header "X-API-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "plugins": {
      "url": "https://api.bankstatemently.com/mcp",
      "headers": {
        "X-API-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-API-Key required secret — Your Bankstatemently API key (bsk_live_...). Create one at https://bankstatemently.com/developer

Related servers

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

Data from the Official MCP Registry