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-05-13
Era is probably the better pick if any of these matter to you more than owning your data:
Finlynq is the one to pick if any of these matter to you:
| Finlynq | Era | |
|---|---|---|
| License | AGPL v3 | Closed source |
| Hosting | Self-host (Docker + PostgreSQL) or managed cloud | Hosted SaaS only |
| First-party MCP | Yes, 109 HTTP / 93 stdio tools | Yes, Era Context, 27 tools (per the Anthropic directory listing, 2026-05-11) |
| MCP auth | OAuth 2.1 + DCR, Bearer API key, or stdio | OAuth 2.1 with scoped permissions |
| REST / HTTP API | Yes, the full surface is mirrored from MCP | Not publicly documented outside MCP |
| Bank sync | File / email import + connector framework. No first-party Plaid integration today. | Aggregator-based auto-sync (partner not publicly named); credential storage delegated to a SOC 2 Type II aggregator |
| Encryption at rest | Per-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-currency | Native, with per-currency cost-basis bucketing | US-bank-feed centric (no public multi-currency claim) |
| Investment / portfolio | Cost basis, dividends, FX-aware aggregation across accounts; not advisory | Thesis (private beta): SEC-RIA portfolio analysis + brokerage via Alpaca |
| Native mobile app | Yes, native iOS and Android apps (App Store, Google Play); newer and still maturing | Yes, Agency |
| Multi-user / household | No (single-user) | Yes, shared views |
| Pricing | Donation-based; same features on self-host and managed cloud | Freemium with paid tiers (specific amounts not disclosed publicly) |
| Funding | Bootstrapped, donations | $3M+ seed (Northzone et al.) |
| Revenue model | Donations | Subscriptions |
| Anthropic Connectors Directory | Submitted 2026-05-09; awaiting review | Press-announced 2026-05-06; visible in directory's Financial services category from 2026-05-11 |
/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.https://finlynq.com/mcp. OAuth handles the rest. For self-host, point Claude at your own deployment's /mcp URL.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.