DeepLook MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/OSOJDJD/deeplook.git
cd deeplook
python3 -m venv venv
source venv/bin/activate
pip install -e .
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add deeplook -- node "<FULL_PATH_TO_DEEPLOOK>/dist/index.js"

Replace <FULL_PATH_TO_DEEPLOOK>/dist/index.js with the actual folder you prepared in step 1.

README.md

Free Bloomberg Terminal for AI Agents

๐Ÿ” DeepLook

Free Bloomberg Terminal for AI Agents โ€” open-source MCP server that researches any company in under a minute.

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, in under a minute, no API keys needed.

Ask "research NVIDIA" โ†’ get this in under a minute


โšก Getting Started

Hosted (30 seconds)

  1. Claude.ai โ†’ Settings โ†’ Connectors โ†’ Add MCP Server
  2. Paste: https://mcp.deeplook.dev/mcp
  3. Try: "Use DeepLook to research NVIDIA"

Works with Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.

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 key

2. Run as HTTP MCP server:

python -m deeplook.mcp_server --http --port 8819

3. 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"

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-20

Embedded 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
  • Lookup in seconds ยท full research in under a minute
  • Two tools: deeplook_research (full report) and deeplook_lookup (quick snapshot)

Supported Entity Types

Public Equity ยท Crypto/DeFi ยท Private Companies ยท Exchanges ยท VCs ยท Foundations


API Keys

Pick at least one LLM provider:

Variable Provider
ANTHROPIC_API_KEY Claude โ€” Haiku + Sonnet (recommended)
OPENAI_API_KEY GPT-4o-mini
GEMINI_API_KEY Gemini 2.0 Flash Lite
DEEPSEEK_API_KEY DeepSeek Chat

Optional (for deeper research):

Variable Description
TAVILY_API_KEY Search fallback when DDG is rate-limited
COINGECKO_API_KEY CoinGecko Pro for crypto data
ROOTDATA_SKILL_KEY 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 JSON

Eval

Tested across 58 companies (US mega-cap, growth stocks, crypto, pre-IPO, international, edge cases):

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 y

Tools (2)

deeplook_researchPerforms a full research report on a company, stock, or crypto project.
deeplook_lookupProvides a quick snapshot or data lookup for a specific entity.

Environment Variables

ANTHROPIC_API_KEYAPI key for Claude (Haiku/Sonnet)
OPENAI_API_KEYAPI key for GPT-4o-mini
GEMINI_API_KEYAPI key for Gemini 2.0 Flash Lite
DEEPSEEK_API_KEYAPI key for DeepSeek Chat
TAVILY_API_KEYSearch fallback when DDG is rate-limited
COINGECKO_API_KEYCoinGecko Pro for crypto data
ROOTDATA_SKILL_KEYRootData for crypto project data

Configuration

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-..."}}}}

Try it

โ†’Use DeepLook to research NVIDIA and provide a bull/bear verdict.
โ†’Can you perform a deep research report on Aave using DeepLook?
โ†’Research Anthropic and summarize their current market position.
โ†’Get a quick snapshot of the current market metrics for Bitcoin.

Frequently Asked Questions

What are the key features of DeepLook?

Parallel research across 10+ data sources including yFinance, SEC EDGAR, and CoinGecko. Generates structured bull/bear verdicts with catalyst timelines. Supports public equities, crypto, DeFi, and private companies. Provides both human-readable summaries and structured JSON for AI agents. Cross-references data to minimize LLM hallucinations.

What can I use DeepLook for?

Quickly evaluating the financial health and market sentiment of a public stock before trading. Analyzing crypto project fundamentals using DeFiLlama and CoinGecko data. Generating structured research reports for private companies or VCs. Automating the collection of earnings call sentiment and analyst targets.

How do I install DeepLook?

Install DeepLook by running: https://mcp.deeplook.dev/mcp

What MCP clients work with DeepLook?

DeepLook works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep DeepLook docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare