AIAny
AI Agent2026
Icon for item

Claude for Financial Services

Provides named agents, reusable skills, and MCP data connectors for common financial‑services workflows (investment banking, equity research, private equity, wealth). Available as Claude Cowork plugins or deployable Claude Managed Agents templates—designed as enterprise-ready templates, not turnkey investment advice.

Introduction

Large financial teams face two parallel problems: (1) turning model outputs into auditable, repeatable analyst work product, and (2) wiring LLMs to licensed market data and internal systems safely. This repository addresses both by bundling end‑to‑end agent templates, vertical skill bundles, and MCP connectors so firms can adopt Claude-driven workflows while keeping human review and compliance at the center.

What Sets It Apart
  • Opinionated, workflow-first templates: named agents (Pitch Agent, Market Researcher, GL Reconciler, etc.) map to real FSI tasks so teams get a usable starting point rather than a blank prompt. This reduces time-to-prototype and helps maintain consistent outputs across contributors.
  • Shared skill library + connector fabric: vertical plugins centralize modeling skills (comps, DCF, LBO, 3-statement) and MCP integrations, so multiple agents reuse the same logic and data endpoints—helpful for governance and testing.
  • Dual deployment surface: each agent ships both as a Cowork plugin (interactive, in-product) and a Managed Agent template (headless/orchestrated). That lets teams choose interactive analyst workflows or automated pipelines without reauthoring skills.
  • Operational focus, not investment decisioning: templates explicitly stage outputs for human sign-off and include security/steering notes—suitable for firms that need audit trails and control over data flows.
Who It's For & Trade-offs

Great fit if you operate in a regulated finance environment and need repeatable, auditable LLM workflows that integrate licensed data providers. Teams with existing MCP subscriptions or enterprise data vendors will find the connector list and skill templates especially valuable. It’s also useful for product teams building internal analyst tooling around Claude.

Look elsewhere if you need a ready-made, fully managed trading or execution system (the repo does not execute trades or provide compliance approvals), if you cannot obtain required MCP/data vendor access, or if you require an LLM-agnostic stack—while the architecture is file-based, it is opinionated around Claude/Anthropic tooling and MCP connectors.

Where It Fits

Consider this repository a middle layer between enterprise data providers and analyst UI/orchestrator: the repo supplies the agent logic, reusable commands (/comps, /dcf, /earnings, etc.), and connector manifests; your firm supplies credentials, governance, and the final approval gates. That makes it a pragmatic integration template rather than a drop-in product.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).