https://github.com/anthropics/financial-services-plugins.git
Plugins that turn Claude into a specialist for financial services โ investment banking, equity research, private equity, and wealth management. Built for Claude Cowork, also compatible with Claude Code.
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.
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.
These plugins aren't just a collection of point tools โ they enable complete workflows that span research, analysis, modeling, and output creation:
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 | 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 | 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 | Add-on | Write earnings updates and initiating coverage reports. Maintain investment theses, track catalysts, draft morning notes, and screen for new ideas. | โ |
| 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 | Add-on | Prep for client meetings, build financial plans, rebalance portfolios, generate client reports, and identify tax-loss harvesting opportunities. | โ |
Install these directly from Cowork, browse the full collection here on GitHub, or build your own.
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 | LSEG | 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 | S&P Global | 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). |
Install plugins from claude.com/plugins.
# 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:
/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
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
/comps, /earnings, /ic-memo).All connectors are centralized in the financial analysis core plugin and shared across all add-on plugins.
| Provider | URL |
|---|---|
| Daloopa | https://mcp.daloopa.com/server/mcp |
| Morningstar | https://mcp.morningstar.com/mcp |
| S&P Global | https://kfinance.kensho.com/integrations/mcp |
| FactSet | https://mcp.factset.com/mcp |
| Moody's | https://api.moodys.com/genai-ready-data/m1/mcp |
| MT Newswires | https://vast-mcp.blueskyapi.com/mtnewswires |
| Aiera | https://mcp-pub.aiera.com |
| LSEG | https://api.analytics.lseg.com/lfa/mcp |
| PitchBook | https://premium.mcp.pitchbook.com/mcp |
| Chronograph | https://ai.chronograph.pe/mcp |
| Egnyte | https://mcp-server.egnyte.com/mcp |
MCP access may require a subscription or API key from the respective provider.
These plugins are starting points. They become much more useful when you customize them for how your firm actually works:
.mcp.json to point at your specific data providers and internal tools./ppt-template to teach Claude your firm's branded PowerPoint layouts, so every deck matches your style guide.Plugins are just markdown files. Fork the repo, make your changes, and submit a PR. For new skills or plugins, include:
SKILL.md with clear trigger conditions and workflow stepscommands/ if user-invocableThese 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.