loading…
Search for a command to run...
loading…
Researches any company in ~10 seconds using 10 data sources. Returns structured reports with bull/bear verdict for stocks, crypto, and private companies.
Researches any company in ~10 seconds using 10 data sources. Returns structured reports with bull/bear verdict for stocks, crypto, and private companies.
LLMs hallucinate financial data. DeepLook gives them real numbers instead.
License: AGPL-3.0 GitHub stars


DeepLook provides structured context — real-time data from 8 APIs combined with analytical instructions that makes better output. The result:
Works for financial research, business due diligence, or any use case where you need to understand a company fast.
https://mcp.deeplook.dev/mcp{
"mcpServers": {
"deeplook": {
"url": "https://mcp.deeplook.dev/mcp"
}
}
}
claude mcp add --transport http deeplook https://mcp.deeplook.dev/mcp
git clone https://github.com/OSOJDJD/deeplook.git
cd deeplook
pip install -r requirements.txt
python -m deeplook.mcp_server
| Type | Examples |
|---|---|
| Public stocks | NVIDIA, Apple, Tesla, TSMC |
| Crypto | Bitcoin, Solana, Ethereum |
| Private companies | Anthropic, Stripe, OpenAI |
| VC firms | a16z, Sequoia |
| Defunct | FTX, WeWork |
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.
Built by @OSOJDJD
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"deeplook": {
"command": "npx",
"args": []
}
}
}