01QIF Import: Parse and normalize Quicken QIF files into structured database tables
02In-Memory Database: Uses DuckDB for fast, SQL-compatible data access
03MCP Tools: Exposes financial data through standardized tools like list_accounts, list_transactions, run_sql, get_summaries
04Multiple Transports: Supports both stdio and Server-Sent Events (SSE) protocols
05Security: SQL queries are restricted to SELECT operations only, with dangerous keywords blocked
060 GitHub stars