
DeepLook
LLMs hallucinate financial data. DeepLook gives them real numbers instead.
What happens when you ask "Research NVIDIA"


DeepLook provides structured context โ real-time data from 8 APIs combined with analytical instructions that makes better output. The result:
- Accurate, up-to-date information โ not hallucinated numbers
- Clear at a glance โ financials, peers, technicals, news in one view
- Better AI output โ because good context drives good analysis
Works for financial research, business due diligence, or any use case where you need to understand a company fast.
Get started
Claude.ai
- Go to Settings โ Connectors โ Add MCP
- Paste:
https://mcp.deeplook.dev/mcp - Start a new chat and ask: "Research NVIDIA"
Other MCP clients (Cursor, VS Code, Windsurf, Claude Desktop)
{
"mcpServers": {
"deeplook": {
"url": "https://mcp.deeplook.dev/mcp"
}
}
}Claude Code
claude mcp add --transport http deeplook https://mcp.deeplook.dev/mcpSelf-host
git clone https://github.com/OSOJDJD/deeplook.git
cd deeplook
pip install -r requirements.txt
python -m deeplook.mcp_serverWhat it covers
| Type | Examples |
|---|---|
| Public stocks | NVIDIA, Apple, Tesla, TSMC |
| Crypto | Bitcoin, Solana, Ethereum |
| Private companies | Anthropic, Stripe, OpenAI |
| VC firms | a16z, Sequoia |
| Defunct | FTX, WeWork |
Extend DeepLook
DeepLook covers the basics. If you need data it doesn't have yet โ a new market, a new data source, a new analysis rule โ you can add it. See CONTRIBUTING.md.
Roadmap
- More query tools โ news, peers, financials, calendar as standalone lookups
- Broader client support โ Cursor, ChatGPT, VS Code, Windsurf, Claude Code
- Deeper context โ more analytical conditions, entity-specific instructions
- Community contributions โ new data sources, custom analysis rules
Copy & paste โ that's it
git clone https://github.com/OSOJDJD/deeplook.git
cd deeplook
pip install -r requirements.txt
python -m deeplook.mcp_serverNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under AGPL-3.0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ