Skip to content

evan-moon/firma

v0.16.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

claude cli finnhub local-first mcp personal-finance
+4 more
portfolio sqlite stock typescript

Summary

AI summary

Adds three bulk import tools: add_txns, add_balances, and add_flows.

Full changelog

What's new

🚀 Bulk import in one call

Single-row `add_*` tools forced Claude to round-trip per row, making 100-trade imports take minutes. v0.16.0 adds three bulk tools:

  • `add_txns` — bulk-insert transactions, sorted by date automatically
  • `add_balances` — bulk-upsert balance entries across months and categories
  • `add_flows` — bulk-upsert cash flow entries

All three return per-period or per-ticker summaries so Claude can confirm the import without echoing every row.

📥 Three import prompts

  • `/import-trades` — updated to use `add_txns`. Mapping confirmation, then 100s of rows in one shot.
  • `/import-balance` — net-worth spreadsheet (rows = months, columns = categories) → bulk `add_balances`.
  • `/import-flow` — income/expense spreadsheet → bulk `add_flows`.

Each prompt enforces the same flow: read file → propose mapping → wait for your confirmation → bulk upsert → report counts.

Single-row `add_txn / add_balance / add_flow` stay for one-off conversational entries ("I just bought 10 NVDA at $875").

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track evan-moon/firma

Get notified when new releases ship.

Sign up free

About evan-moon/firma

Local-first CLI asset tracker for overseas stock investors with Claude Desktop MCP integration. 13 tools for portfolio tracking, net worth snapshots, cash flow analysis, and market research (earnings, insider trades, SEC filings)

All releases →

Related context

Earlier breaking changes

  • v0.20.0 Brief no longer returns 'projected_net_worth' or 'on_track'.
  • v0.20.0 `simulate_goal_projection` renamed to `project_net_worth`.

Beta — feedback welcome: [email protected]