MCP Directory
Back

cc-equity-research

by prof-little-bear · ★ 74

Turn Claude Code into an equity-research agent: 24 analysis skills (Anthropic's open-source bundle + community), a single data MCP, and a personalization layer for investors at any level.

#agentic-ai#ai-agents#anthropic#claude-code#equity-research#financial-analysis#fundamental-analysis#investing#mcp#model-context-protocol#quant-finance#sec-filings#stock-research

Install

git clone https://github.com/prof-little-bear/cc-equity-research.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "cc-equity-research": {
      "command": "npx",
      "args": [
        "-y",
        "github:prof-little-bear/cc-equity-research"
      ]
    }
  }
}

From the README

**English** | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) **A self-contained repo that turns your Claude Code into an equity-research agent. Unlocks Anthropic's official equity-research skills for every investor — a single data MCP that replaces a $150K-per-year institutional data stack, and a personalization layer that caters to sell-side analysts, portfolio managers, retail investors, and academic economists alike.** Three components make it work: 1. **Skill library.** 24 analysis workflows — Anthropic's official Apache-licensed equity-research bundle (9 skills) plus a community-maintai…
Read full README on GitHub →

Related ai & ml servers