Back to MCP Servers

Deeplook

Free company research agent — 10 data sources, structured reports with bull/bear verdict in ~10 seconds. Stocks, crypto, and private companies.

finance-fintechagent

Installation

npx -y deeplook

Configuration

{
  "mcpServers": {
    "deeplook": {
      "command": "npx",
      "args": ["-y", "deeplook"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub