kasas

paulmeier/kasas
★ 0 stars Go 🗄️ Database Updated today
Go service that syncs your SimpleFIN financial data to a local SQLite database and exposes it via REST API and and built-in MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kasas": {
      "command": "go",
      "args": [
        "run",
        "github.com/paulmeier/kasas@latest"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="internal/dashboard/web/logo.png" alt="kasas" width="160"> </p> A self-hosted Go service that syncs your [SimpleFIN](https://www.simplefin.org/) financial data into a local SQLite (or Postgres) database and serves it over a REST API and a built-in [MCP](https://modelcontextprotocol.io/) server.

Tools (12)

KASAS_DATABASE_DRIVERKASAS_DATABASE_DSNKASAS_DATABASE_PATHKASAS_MCP_ENABLEDKASAS_SERVER_ADDRKASAS_SIMPLEFIN_ACCESS_URLKASAS_SIMPLEFIN_SETUP_TOKENKASAS_SYNC_INTERVALKASAS_SYNC_LOOKBACK_DAYSKASAS_UPDATE_ALLOW_APPLYKASAS_UPDATE_CHECKKASAS_VAULT_ENABLED