Labsco
MCP SERVER

DeepLook

by OSOJDJD

Ask "Research NVIDIA" and get financials, peers, technicals and news in one answer.

Equity & Fund Market Data
Summary
One URL, no key, and the same code is yours to run locally.

The coverage is what separates it from a stock-quote API: private companies, VC firms and companies that no longer exist are in scope alongside listed equities and crypto. If you would rather not send the names you are researching through someone else's endpoint, the repository runs with pip and points your client at localhost instead.

What it is

A hosted MCP endpoint for company and market research. It combines real-time data from 8 APIs with analytical instructions so a model answers from retrieved numbers rather than recall.

What you get
  • Financials, peers, technicals and news for a company, returned together
  • Public stocks — NVIDIA, Apple, Tesla, TSMC
  • Crypto — Bitcoin, Solana, Ethereum
  • Private companies and VC firms — Anthropic, Stripe, OpenAI, a16z, Sequoia
  • Defunct companies too, such as FTX and WeWork
  • The same server self-hosted from the repository, under AGPL-3.0
Requirements

Nothing to install for the hosted endpoint: add https://mcp.deeplook.dev/mcp as an HTTP connector, or run claude mcp add --transport http deeplook https://mcp.deeplook.dev/mcp. To self-host, clone the repository, pip install -r requirements.txt and run python -m deeplook.mcp_server.

Setup effort

One command — claude mcp add --transport http deeplook https://mcp.deeplook.dev/mcp