Anthropic just dropped a financial services agent repo and it's worth a look
I checked out GitHub after Anthropic's announcement last week and came across their new financial services reference repo (github.com/anthropics/financial-services). It packages 10 pre-built workflow agents for financial services firms you can run them through the Claude Cowork plugin or via the Managed Agents API, which is a useful bit of flexibility depending on how your stack is set up.
The 10 agents cover a decent spread of the typical pain points:
- Pitch Agent - builds fully branded pitch decks from comps, precedent transactions, and LBO analysis
- Meeting Prep Agent - drafts client briefing packs automatically before meetings
- Market Researcher - takes a sector or theme, returns an industry overview, competitive landscape, peer comparison, and idea shortlist
- Earnings Reviewer - processes earnings call transcripts and filings, then drafts research note outlines
- Model Builder - works directly in Excel to build and update DCF, LBO, three-statement, and comps models in real time
- Valuation Reviewer - aggregates GP packages and runs valuation templates for LP reporting
- GL Reconciler - finds breaks in the general ledger, traces root causes, and routes items for approval
- Month-End Closer - handles accruals, rollforwards, and variance analysis commentary
- Statement Auditor -reviews and validates LP financial statements before distribution
- KYC Screener - parses onboarding documents, runs rules-based checks, flags missing or inconsistent items
The GL Reconciler and KYC Screener are the ones I'd actually want to stress-test first as i those are the workflows where errors are costly and the volume of repetitive checking is genuinely painful for finance teams.
Anyone already running these or building on top of this? Would love to know how they perform on messier real-world data rather than just clean demo examples.