# Deep Research Server

Perform comprehensive web research by combining AI-powered search and deep content crawling to gather extensive, up-to-date information on any topic. Aggregate and structure research data into detail…

## Quick Start

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

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

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

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

## Tools (2)

- `deep-research-tool` — Performs extensive web research using Tavily Search and Crawl. Returns aggregated JSON data including the query, search…
- `write-research-file` — Write research content to a file. This tool allows you to save research findings, documentation, or any text content to…

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

---

Source: https://github.com/pinkpixel-dev/deep-research-mcp | License: MIT
