Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/YOUR_USERNAME/market-expert-mcp.git
cd market-expert-mcp
npm installRegister it in Claude Code
claude mcp add -e "FINNHUB_API_KEY=${FINNHUB_API_KEY}" market-expert -- node /path/to/market-expert-mcp/src/index.jsReplace any placeholder paths in the command with the real path on your machine.
FINNHUB_API_KEYMake your agent remember this setup
market-expert's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Institutional-grade financial data integration via Finnhub API
- Automated generation of professional equity research reports
- Specialized Equity Researcher persona for AI agents
- Direct integration with Claude Desktop for local report generation
Tools 1
market-expertGenerates a professional market research report for a specific stock ticker.Environment Variables
FINNHUB_API_KEYrequiredAPI key for accessing financial data from FinnhubTry it
Original README from DolphinWorld/market-expert-mcp
📈 Market Expert MCP & Skill
A specialized Model Context Protocol (MCP) server and Agent Skill for high-fidelity market research. This project combines institutional-grade financial data via Finnhub with a specialized Equity Researcher persona for automated report generation.
🚀 Installation
1. Clone & Install
git clone https://github.com/YOUR_USERNAME/market-expert-mcp.git
cd market-expert-mcp
npm install
2. Configure Secrets
cp .env.example .env
# Open .env and add your FINNHUB_API_KEY
3. Register MCP Server
Add this to your claude_desktop_config.json:
"mcpServers": {
"market-expert": {
"command": "node",
"args": ["/Users/jacksu/market-expert-mcp/src/index.js"]
}
}
4. Install Skill
Copy .claude/skills/market-expert to your project's .claude/skills/ directory.
📊 Usage
Type /market-expert [TICKER] in your AI chat to generate a professional report in the ./reports folder.
📄 License
MIT