loading…
Search for a command to run...
loading…
A specialized MCP server that provides institutional-grade financial data and market research via the Finnhub API. It enables AI agents to function as equity re
A specialized MCP server that provides institutional-grade financial data and market research via the Finnhub API. It enables AI agents to function as equity researchers, generating professional market reports and high-fidelity analysis for stock tickers.
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.
git clone https://github.com/YOUR_USERNAME/market-expert-mcp.git
cd market-expert-mcp
npm install
cp .env.example .env
# Open .env and add your FINNHUB_API_KEY
Add this to your claude_desktop_config.json:
"mcpServers": {
"market-expert": {
"command": "node",
"args": ["/Users/jacksu/market-expert-mcp/src/index.js"]
}
}
Copy .claude/skills/market-expert to your project's .claude/skills/ directory.
Type /market-expert [TICKER] in your AI chat to generate a professional report in the ./reports folder.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"market-expert-mcp": {
"command": "npx",
"args": []
}
}
}