1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151# Claude for Financial Services Plugins
Plugins that turn Claude into a specialist for financial services โ investment banking, equity research, private equity, and wealth management. Built for [Claude Cowork](https://claude.com/product/cowork), also compatible with [Claude Code](https://claude.com/product/claude-code).
## Why Plugins
Cowork lets you set the goal and Claude delivers finished, professional work. Plugins let you go further: tell Claude how your firm does analysis, which data sources to pull from, how to handle critical workflows, and what slash commands to expose โ so your team gets better and more consistent outcomes.
Each plugin bundles the skills, connectors, slash commands, and sub-agents for a specific financial services workflow. Out of the box, they give Claude a strong starting point for helping anyone in that role. The real power comes when you customize them for your firm โ your models, your templates, your processes โ so Claude works like it was built for your team.
## What is Claude for Financial Services?
Claude for Financial Services is a comprehensive solution built on Claude for Enterprise with specialized capabilities for financial analysis. It connects Claude to the data sources and tools financial professionals use daily โ eliminating the need to juggle multiple browser tabs and improving source verification to reduce the risk of errors from manual data gathering.
## End-to-End Workflows
These plugins aren't just a collection of point tools โ they enable complete workflows that span research, analysis, modeling, and output creation:
- **Research to Report**: Pull real-time data from MCP providers, analyze earnings results, and generate publication-ready equity research reports โ all in a single session
- **Spreadsheet Analysis**: Build comparable company analyses, DCF models, and LBO models as fully functional Excel workbooks with live formulas, sensitivity tables, and industry-standard formatting
- **Financial Modeling**: Populate 3-statement models from SEC filings, cross-check assumptions against peer data, and stress-test scenarios โ with blue/black/green color coding conventions built in
- **Deal Materials**: Draft CIMs, teasers, and process letters, then generate pitch deck slides and strip profiles using your firm's branded PowerPoint templates
- **Portfolio to Presentation**: Screen opportunities, run diligence checklists, build IC memos, and track portfolio KPIs โ moving seamlessly from data to deliverable
Each workflow connects upstream data sources (via MCP) to downstream outputs (Excel, PowerPoint, Word), so you move from question to finished work product without context-switching.
## Plugin Marketplace
Start with **financial analysis** โ the core plugin that provides shared modeling tools and all MCP data connectors. Then add any function-specific plugins to enhance Claude's capabilities for your workflow.
| Plugin | Type | How it helps | Connectors |
|--------|------|-------------|------------|
| **[financial analysis](./financial-analysis)** | Core (install first) | Build comps, DCF models, LBO models, and 3-statement financials. QC presentations and create reusable PPT templates. Provides the shared foundation and all data connectors. | Daloopa, Morningstar, S&P Global, FactSet, Moody's, MT Newswires, Aiera, LSEG, PitchBook, Chronograph, Egnyte |
| **[investment banking](./investment-banking)** | Add-on | Draft CIMs, teasers, and process letters. Build buyer lists, run merger models, create strip profiles, and track live deals through milestones. | โ |
| **[equity research](./equity-research)** | Add-on | Write earnings updates and initiating coverage reports. Maintain investment theses, track catalysts, draft morning notes, and screen for new ideas. | โ |
| **[private equity](./private-equity)** | Add-on | Source and screen deals, run due diligence checklists, analyze unit economics and returns, draft IC memos, and monitor portfolio company KPIs. | โ |
| **[wealth management](./wealth-management)** | Add-on | Prep for client meetings, build financial plans, rebalance portfolios, generate client reports, and identify tax-loss harvesting opportunities. | โ |
**41 skills, 38 commands, 11 MCP integrations**
Install these directly from Cowork, browse the full collection here on GitHub, or build your own.
### Partner-Built Plugins
These plugins are built and maintained by our data partners, bringing their financial data and analytics directly into Claude workflows.
| Plugin | Partner | How it helps |
|--------|---------|-------------|
| **[LSEG](./partner-built/lseg)** | [LSEG](https://www.lseg.com/) | Price bonds, analyze yield curves, evaluate FX carry trades, value options, and build macro dashboards using LSEG financial data and analytics. 8 commands covering fixed income, FX, equities, and macro. |
| **[S&P Global](./partner-built/spglobal)** | [S&P Global](https://www.spglobal.com/) | Generate company tearsheets, earnings previews, and funding digests powered by S&P Capital IQ data. Supports multiple audience types (equity research, IB/M&A, corp dev, sales). |
## Getting Started
### Cowork
Install plugins from [claude.com/plugins](https://claude.com/plugins/).
### Claude Code
```bash
# Add the marketplace
claude plugin marketplace add anthropics/financial-services-plugins
# Install the core plugin first (required)
claude plugin install financial-analysis@financial-services-plugins
# Then add function-specific plugins as needed
claude plugin install investment-banking@financial-services-plugins
claude plugin install equity-research@financial-services-plugins
claude plugin install private-equity@financial-services-plugins
claude plugin install wealth-management@financial-services-plugins
```
Once installed, plugins activate automatically. Skills fire when relevant, and slash commands are available in your session:
```bash
/comps [company] # Comparable company analysis
/dcf [company] # DCF valuation model
/earnings [company] [quarter] # Post-earnings update report
/one-pager [company] # One-page company profile
/ic-memo [project name] # Investment committee memo
/source [criteria] # Deal sourcing
/client-review [client] # Client meeting prep
```
## How Plugins Work
Every plugin follows the same structure:
```
plugin-name/
โโโ .claude-plugin/plugin.json # Manifest
โโโ .mcp.json # Tool connections
โโโ commands/ # Slash commands you invoke explicitly
โโโ skills/ # Domain knowledge Claude draws on automatically
```
- **Skills** encode the domain expertise, best practices, and step-by-step workflows Claude needs to deliver professional-quality financial work. Claude draws on them automatically when relevant.
- **Commands** are explicit actions you trigger (e.g., `/comps`, `/earnings`, `/ic-memo`).
- **Connectors** wire Claude to the external data sources your workflow depends on โ financial data terminals, research platforms, document management, and more โ via [MCP servers](https://modelcontextprotocol.io/).
Every component is file-based โ markdown and JSON, no code, no infrastructure, no build steps.
## MCP Integrations
All connectors are centralized in the **financial analysis** core plugin and shared across all add-on plugins.
| Provider | URL |
|----------|-----|
| [Daloopa](https://www.daloopa.com/) | `https://mcp.daloopa.com/server/mcp` |
| [Morningstar](https://www.morningstar.com/) | `https://mcp.morningstar.com/mcp` |
| [S&P Global](https://www.spglobal.com/) | `https://kfinance.kensho.com/integrations/mcp` |
| [FactSet](https://www.factset.com/) | `https://mcp.factset.com/mcp` |
| [Moody's](https://www.moodys.com/) | `https://api.moodys.com/genai-ready-data/m1/mcp` |
| [MT Newswires](https://www.mtnewswires.com/) | `https://vast-mcp.blueskyapi.com/mtnewswires` |
| [Aiera](https://www.aiera.com/) | `https://mcp-pub.aiera.com` |
| [LSEG](https://www.lseg.com/) | `https://api.analytics.lseg.com/lfa/mcp` |
| [PitchBook](https://pitchbook.com/) | `https://premium.mcp.pitchbook.com/mcp` |
| [Chronograph](https://www.chronograph.pe/) | `https://ai.chronograph.pe/mcp` |
| [Egnyte](https://www.egnyte.com/) | `https://mcp-server.egnyte.com/mcp` |
> MCP access may require a subscription or API key from the respective provider.
## Making Them Yours
These plugins are starting points. They become much more useful when you customize them for how your firm actually works:
- **Swap connectors** โ Edit `.mcp.json` to point at your specific data providers and internal tools.
- **Add firm context** โ Drop your terminology, deal processes, and formatting standards into skill files so Claude understands your world.
- **Bring your templates** โ Use `/ppt-template` to teach Claude your firm's branded PowerPoint layouts, so every deck matches your style guide.
- **Adjust workflows** โ Modify skill instructions to match how your team actually does analysis, not how a textbook says to.
- **Build new plugins** โ Follow the structure above to create plugins for workflows we haven't covered yet.
As your team builds and shares plugins, Claude becomes a cross-functional expert. The context you define gets baked into every relevant interaction, so leaders can spend less time enforcing processes and more time improving them.
## Contributing
Plugins are just markdown files. Fork the repo, make your changes, and submit a PR. For new skills or plugins, include:
- A `SKILL.md` with clear trigger conditions and workflow steps
- A corresponding command in `commands/` if user-invocable
- Updated plugin manifest if adding new capabilities
## License
[Apache License 2.0](./LICENSE)
## Disclaimer
These plugins assist with financial workflows but do not provide financial or investing advice. Always verify conclusions with qualified financial professionals. AI-generated analysis should be reviewed by financial professionals before being relied upon for financial or investment decisions.