Claude Finance Launches: Ten Pre-Built Agent Templates for Financial Services Workflows
Anthropic shipped Claude Finance on May 5 — a set of ten pre-built agent templates designed to address the most time-consuming repeatable tasks in financial services. The templates are available in three deployment modes: as plugins in Claude Cowork (for business users), as starter projects in Claude Code (for engineering teams that want to customise them), and as a cookbook for Claude Managed Agents (for teams building autonomous pipelines). The announcement was timed one day ahead of the Code with Claude 2026 developer conference, where finance workflows featured prominently in demos.
The ten templates at a glance
- Pitch Builder — ingests company filings, CRM notes, and comparable deal data to produce investor-ready pitchbook slides with key metrics pre-populated.
- Meeting Preparer — aggregates news, LinkedIn context, and CRM history for any scheduled meeting attendee and produces a briefing document 15 minutes before the call.
- Market Researcher — continuously monitors a defined sector and produces structured digest reports with source citations on a user-configured schedule.
- KYC Screener — processes onboarding documents, cross-references sanctions lists, and flags discrepancies for human review, producing a structured audit trail.
- Evaluation Reviewer — reads credit or investment evaluation memos and surfaces missing analysis, inconsistent assumptions, or regulatory gaps.
- Month-End Closer — automates routine journal entries, reconciliations, and variance commentary for month-end reporting cycles.
- Contract Extractor — reads financial contracts and extracts key dates, covenants, and payment terms into a structured schema.
- Earnings Analyst — processes earnings call transcripts and SEC filings to produce comparative analysis across reporting periods.
- Portfolio Monitor — tracks portfolio company metrics against covenants and flags alerts when thresholds are breached.
- Regulatory Digest — monitors selected regulatory feeds (SEC, FCA, ESMA) and produces a structured summary of changes relevant to a defined product set.
Deployment architecture
Each template ships as a documented system prompt plus a set of MCP tool definitions. The MCP tools handle the integration work — connecting to data sources, calling APIs, and writing outputs to structured formats. Teams can use the templates as-is (by adding their own API credentials and data sources) or fork them as a starting point for custom agents. The cookbook approach means no new proprietary runtime is required — everything runs on the standard Anthropic API or Bedrock/Vertex AI.
The KYC Screener template is the most immediately deployable for compliance teams because it requires no external data connections beyond a document upload mechanism. Point it at your existing document intake pipeline, configure the sanctions list API (OFAC, UN, EU are all supported), and you have a working proof-of-concept in under a day. The audit trail it generates is structured JSON that integrates with most compliance platforms. Keep a human in the loop for all final KYC decisions — the template is explicitly designed as a screener, not an approver.