spendglass

shawn-durrani/spendglass
★ 1 stars Python Database Updated today
Your bank transactions on your own machine, readable by your local AI agents — and by nothing else. Local-only finance store + read-only MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spendglass": {
      "command": "uvx",
      "args": [
        "spendglass"
      ]
    }
  }
}

Or install with pip: pip install spendglass

README Excerpt

**Your bank transactions, stored on your own machine, readable by your local AI agents, and by nothing else.** Spendglass syncs your accounts through the [Redbark](https://docs.redbark.com) open-banking API into a local SQLite file, works out who your merchants actually are, and serves the result three ways: a password-protected web UI, a spending-analytics
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →