← Finlynq
Comparison

Finlynq vs Era

Era is a hosted, AI-first personal finance SaaS with a closed-source MCP server. Finlynq is the open-source, self-hostable alternative. You get the same MCP-driven feel, but on your own infrastructure, with your own encryption keys, and no aggregator holding your data hostage.

Last updated: 2026-07-01

When to choose Era

Era is probably the better pick if any of these matter to you more than owning your data:

  • You want the broadest bank coverage out of the box. Era ships aggregator-grade automatic transactions across thousands of US institutions. Finlynq now connects directly to your bank too, but Era's institution coverage is wider today.
  • You want the most polished native mobile experience. Era's Agency is a mature native app. Finlynq ships native iOS and Android apps too, on the App Store and Google Play.
  • You want regulated investment advisory or brokerage. Era's Thesis (private beta) is an SEC-registered investment adviser with brokerage through Alpaca. Finlynq isn't, and it never will be.
  • You'd rather not think about Postgres, Docker, encryption keys, or password recovery. Era is hosted, and honestly that's the whole pitch.
  • You want shared household finances baked in. Era's multi-user shared views are first-class.

When to choose Finlynq

Finlynq is the one to pick if any of these matter to you:

  • You want the source code. Finlynq is AGPL v3 and it's all on GitHub. Era is closed-source, so you can't audit the MCP tool implementations, the encryption story, or what actually gets sent to your AI assistant.
  • You want to self-host. Finlynq runs on your own hardware with Docker and PostgreSQL. Era can't be self-hosted at any price.
  • You want per-user encryption with keys derived from your password. Finlynq's envelope encryption (AES-256-GCM with a scrypt-derived KEK) means even the operator can't read your transaction notes, payees, tags, or display names. Era's "AES-256 at rest"is a blanket claim about Era's infra, and the operator still holds the keys.
  • You want the bigger MCP surface. Finlynq exposes 75 HTTP tools and 93stdio tools across budgets, transactions, portfolios, goals, loans, subscriptions, and rules. Era's public Context surface is 27 tools spanning accounts, connections, insights, billing, and a handful of other domains.
  • You want plaintext-accounting workflows. Finlynq is built for users who already think in ledger files; Era is not.
  • You want to own your data on the day Era pivots, gets acquired, or shuts down. With Finlynq, you do.

Side-by-side

 FinlynqEra
LicenseAGPL v3Closed source
HostingSelf-host (Docker + PostgreSQL) or managed cloudHosted SaaS only
First-party MCPYes, 75 HTTP / 93 stdio toolsYes, Era Context, 27 tools (per the Anthropic directory listing, 2026-05-11)
MCP authOAuth 2.1 + DCR, Bearer API key, or stdioOAuth 2.1 with scoped permissions
REST / HTTP APIYes, the full surface is mirrored from MCPNot publicly documented outside MCP
Bank syncDirect bank connections (auto-sync), plus file / email import and a connector framework. Narrower institution coverage than Plaid-based sync.Aggregator-based auto-sync (partner not publicly named); credential storage delegated to a SOC 2 Type II aggregator
Encryption at restPer-user envelope encryption: AES-256-GCM with scrypt-derived KEK. The operator cannot decrypt user data."AES-256 at rest", but Era holds the keys
Multi-currencyNative, with per-currency cost-basis bucketingUS-bank-feed centric (no public multi-currency claim)
Investment / portfolioCost basis, dividends, FX-aware aggregation across accounts; not advisoryThesis (private beta): SEC-RIA portfolio analysis + brokerage via Alpaca
Native mobile appYes, native iOS and Android apps (App Store, Google Play)Yes, Agency
Multi-user / householdNo (single-user)Yes, shared views
PricingDonation-based; same features on self-host and managed cloudFreemium with paid tiers (specific amounts not disclosed publicly)
FundingBootstrapped, donations$3M+ seed (Northzone et al.)
Revenue modelDonationsSubscriptions
Anthropic Connectors DirectorySubmitted 2026-05-09; awaiting reviewPress-announced 2026-05-06; visible in directory's Financial services category from 2026-05-11

Migrating from Era

  1. Export the raw transactions you can. Use Era's UI export if available, or screenshot category and recurring rules. (Verify Era's current export options on era.app before relying on them.)
  2. Import into Finlynq. Use the staging-review pipeline at /import/reconcile: upload a CSV, review and edit each row, then approve. Multi-currency, transfer-pair detection, and dedup are all built into the staging flow.
  3. Hook up your AI client. Open Claude → Customize → Connectors → "+" → paste https://finlynq.com/mcp. OAuth handles the rest. For self-host, point Claude at your own deployment's /mcp URL.

FAQ

Why are you comparing yourself to a paid product when you're free?
Because the comparison isn't really about price. It's about where your data lives, who can read it, and what happens if the operator pivots. Finlynq's argument is structural, not a discount.
Doesn't Era's bank sync just make this a non-comparison for most users?
Less so now. Finlynq added direct bank connections, so you can get one-click auto-sync too. Era's institution coverage is still broader, but Finlynq gives you the choice: connect a bank, or stay fully manual with CSV / OFX / email import, and either way your bank login stays with the aggregator, never Finlynq's servers.
Why does this read like a hit piece?
It isn't. Era ships real things: first-party MCP, OAuth-scoped tools, native mobile, and an investment-advisory product Finlynq legally can't offer. The honest difference is that Era is hosted convenience for people who trust an operator with their financial life, and Finlynq is the substrate for people who'd rather not.
Does Finlynq have a mobile app?
Yes. Finlynq has native iOS and Android apps on the App Store and Google Play, covering Dashboard, Transactions, Import, Budgets, and Settings for everyday tracking on the go. They sign in to the same encrypted account as the web app.
Will Finlynq ever offer regulated investment advisory like Era's Thesis?
No. Becoming an SEC-registered investment adviser just doesn't fit the AGPL self-hostable design. The regulator wants a single accountable entity, and the design wants none. Finlynq is the database, and you can hire whatever advisor you want to work against the data.

Sources

Try Finlynq

Free, open source, AGPL v3. Run it on our managed cloud, or self-host with one Docker Compose file. You get the same features either way.