




AI Equity research on Mac
I've been working on connecting financial data sources through MCP,
I connected Yahoo Finance MCP + EODHD MCP to a native Mac app I'm building. The model pulls earnings data, renders interactive tradingview + other popular forms of charts, builds sortable tables — all in one conversation.
Added SEC EDGAR as a built-in tool so it can query 10-K/10-Q filings directly. Combined with web search and yahoo-finance-mcp it handles most of what I used to do across 6 browser tabs by running multi-step agentic loop.
The part I'm most excited about: a Knowledge Base that auto-distills key findings from each conversation into an Obsidian style folder with .md files. So when I come back to research the same company later, the model already has context from my previous work.
Full walkthrough with screenshots: https://elvean.app/blog/ai-equity-research-mac/
MCP servers used:
- yahoo-finance-mcp (local, STDIO)
- EODHD (remote, OAuth)
- Financial Datasets (remote, OAuth)
For UI I'm using TradingView and Charts.js
Curious if anyone else is building with MCP for financial workflows — the combination of structured data + rich rendering + agentic chaining feels like it unlocks a lot.