# Perplexity-researcher-mcp

Utilize advanced API capabilities to enhance your coding experience.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list DaInfernalCoder/perplexity-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get DaInfernalCoder/perplexity-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call DaInfernalCoder/perplexity-mcp search '{}'
```

## Tools (3)

- `search` — Quick search for simple queries using Perplexity's Sonar Pro model. Best for straightforward questions and basic inform…
- `reason` — Handles complex, multi-step tasks using Perplexity's Sonar Reasoning Pro model. Best for explanations, comparisons, and…
- `deep_research` — Conducts in-depth analysis and generates detailed reports using Perplexity's Sonar Deep Research model. Best for compre…

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

---

Source: https://github.com/DaInfernalCoder/perplexity-mcp | License: MIT
