Uses DuckDuckGo News to fetch recent headlines and signals for real-time financial and corporate research.
Retrieves company background and historical data to provide comprehensive context for entity research.
Extracts qualitative data and insights from earnings calls and CEO interviews to support investment analysis.
π DeepLook
Free Bloomberg Terminal for AI Agents β open-source MCP server that researches any company in ~10 seconds.
LLMs hallucinate financial data. Other finance MCP servers return raw data from a single source β you still do the research yourself. DeepLook runs the full workflow: 10 sources in parallel, cross-referenced, with a structured bull/bear verdict. One call, ~10 seconds, no API keys needed.
β‘ Connect in 30 Seconds
Claude.ai β Settings β Connectors β Add MCP Server
Paste:
https://mcp.deeplook.dev/mcpTry: "Use DeepLook to research NVIDIA"
Works with Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
What You Get
NVIDIA Corporation β $181.93 | EXPANDING / ACCELERATING
Key Signals:
π’ Jensen Huang projects $1T AI chip revenue by 2027
π’ Vera Rubin platform with 7 new chips in production
π΄ Earnings surprise: -55.03%
Verdict: Mega-cap AI leader with 73% revenue growth, $1T opportunity
π’ Revenue +73.2% YoY, earnings +95.6%, $58.1B FCF
π΄ RSI 37.2 oversold, $4.42T valuation limits upside
β³ Wait for: Q1 FY2027 earnings on 2026-05-20Embedded structured JSON with precise metrics, peer comparison, technicals β AI clients auto-render as interactive dashboards
Features
10+ data sources in parallel (yfinance, news, CoinGecko, DeFiLlama, SEC EDGAR, Wikipedia, YouTube, etc.)
Works for public stocks, crypto, and private companies
Dual output: human-readable summary + structured JSON for AI agents
Bull/bear verdict with catalyst timeline
Peer comparison with financial metrics
~10 second research time
Two tools:
deeplook_research(full report) anddeeplook_lookup(quick snapshot)
Supported Entity Types
Public Equity Β· Crypto/DeFi Β· Private Companies Β· Exchanges Β· VCs Β· Foundations
Self-Host
1. Clone and install:
git clone https://github.com/OSOJDJD/deeplook.git
cd deeplook
python3 -m venv venv && source venv/bin/activate
pip install -e .
cp .env.example .env # add at least one LLM key2. Run as HTTP MCP server:
python -m deeplook.mcp_server --http --port 88193. Or add to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"deeplook": {
"command": "/full/path/to/deeplook/venv/bin/python",
"args": ["-m", "deeplook.mcp_server"],
"cwd": "/full/path/to/deeplook",
"env": { "ANTHROPIC_API_KEY": "sk-ant-..." }
}
}
}CLI (no MCP):
python -m deeplook "NVIDIA"
python -m deeplook "Aave"
python -m deeplook "Anthropic"API Keys
Pick at least one LLM provider:
Variable | Provider |
| Claude β Haiku + Sonnet (recommended) |
| GPT-4o-mini |
| Gemini 2.0 Flash Lite |
| DeepSeek Chat |
Optional (for deeper research):
Variable | Description |
| Search fallback when DDG is rate-limited |
| CoinGecko Pro for crypto data |
| RootData for crypto project data |
Cost per report: ~$0.02β0.05 (Anthropic) Β· ~$0.01β0.03 (OpenAI) Β· ~$0.01β0.02 (Gemini) Β· ~$0.005β0.01 (DeepSeek)
Data Sources
Source | Used For |
yFinance | Price, financials, analyst targets, technicals |
DuckDuckGo News | Recent signals, headlines |
Wikipedia | Company background |
YouTube | Earnings calls, CEO interviews |
CoinGecko | Token price, market cap, volume |
RootData | Crypto funding, team data |
DefiLlama | TVL, chain metrics |
SEC EDGAR | 10-K, 10-Q, 8-K filings |
Finnhub | Earnings, news, sentiment |
Website | Investor relations, product pages |
How It Works
Company Name
β
Entity Type Router (public equity / crypto / private / exchange / VC / foundation)
β
10 Parallel Fetchers (DDG News, yFinance, CoinGecko, SEC EDGAR, ...)
β
3-Call LLM Pipeline: Extract (Haiku) β Judge (Sonnet) β Act (Sonnet)
β
Structured Report + Embedded JSONEval
Tested across 37 companies (equities, crypto, private):
Metric | Score |
Overall | 3.78 / 5.0 |
Risk detection | 4.36 / 5.0 |
Signal quality | 3.94 / 5.0 |
Actionability | 3.38 / 5.0 |
Eval framework ships in /eval β run it yourself, contribute ground truth data.
License
MIT β use it however you want.
Built by @tysenpa1 Β· Open an issue if something breaks or a report looks wrong.