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.
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.
- 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
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.
One command — claude mcp add --transport http deeplook https://mcp.deeplook.dev/mcp
