# Deep Research

Search the web for information effortlessly. Leverage the power of the Tavily API to enhance your research capabilities with maximum efficiency. Configure your search parameters and get started quick…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add baranwang/mcp-deep-research

# Browse available tools
npx -y @smithery/cli@latest tool list baranwang/mcp-deep-research

# Get full schema for a tool
npx -y @smithery/cli@latest tool get baranwang/mcp-deep-research deep-research

# Call a tool
npx -y @smithery/cli@latest tool call baranwang/mcp-deep-research deep-research '{}'
```

## Tools (1)

- `deep-research` — Deep web information search tool that can conduct multi-round in-depth research based on keywords and topics

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get baranwang/mcp-deep-research <tool-name>
```

---

Source: https://github.com/baranwang/mcp-deep-research
