# Perplexity Agent (pypi · perplexity-agent-mcp)

Multi-step web research with citations via Perplexity's Agent API. Standard library only.

- Trust score: 51/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- pypi · `perplexity-agent-mcp`: 51/100 (this document), [markdown](https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp.md), [page](https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp)

## Channel facts

- Registry: `pypi`
- Package: `perplexity-agent-mcp`
- Version: `0.4.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (BSD License) isn't a recognized OSI-approved license.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 443 tokens (~147/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add zalez-perplexity-agent-mcp -- uvx perplexity-agent-mcp
```

### Codex

```bash
codex mcp add zalez-perplexity-agent-mcp -- uvx perplexity-agent-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zalez-perplexity-agent-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "perplexity-agent-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add zalez-perplexity-agent-mcp --command uvx --arg perplexity-agent-mcp
```

### Hermes

```yaml
mcp_servers:
  zalez-perplexity-agent-mcp:
    command: "uvx"
    args: ["perplexity-agent-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "zalez-perplexity-agent-mcp": {
      "command": "uvx",
      "args": [
        "perplexity-agent-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 51, +30)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional] Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet.
- [functional] Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet.
- [functional] Package version: 0.3.1 → 0.4.0

### 2026-07-31 (score 21, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 26, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 44, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-28 (score 44)

First indexed and scored.

## MCP tools (3)

### `perplexity_agent` (~196 tokens)

Perplexity Agent Research

Run a research query through Perplexity's Agent API (multi-step web research with citations). Use for deep or multi-hop questions where a single synthesized, sourced answer is wanted. With wait=true (default) this blocks until the answer is ready; if it takes too long you get a response_id to collect later with perplexity_agent_result.

Input parameters:

- `domains` (array): Restrict sources to these domains. Prefix with '-' to exclude. Allowlist or denylist, not both.
- `preset` (string): Research depth: fast, low, medium, high, xhigh, wide-research. Deeper takes longer.
- `query` (string, required): The research question.
- `recency` (string): Only use sources published within this window.
- `wait` (boolean): Block until the answer is ready. Set false to get a response_id immediately — useful for running several deep queries in parallel while you do other work.

### `perplexity_agent_result` (~114 tokens)

Collect Perplexity Research

Retrieve the result of a research run started by perplexity_agent. If it is still running, reports what it has done so far and how to check again.

Input parameters:

- `response_id` (string, required): The response_id from perplexity_agent.
- `wait_seconds` (integer): Block up to this many seconds waiting for completion. 0 checks once. A larger value is silently CLAMPED to this server's configured wait budget (55s here; set PERPLEXITY_AGENT_WAIT_SECONDS to raise i…

### `perplexity_agent_cancel` (~62 tokens)

Cancel Perplexity Research

Ask Perplexity to stop a research run that is no longer needed. Perplexity does not report usage for cancelled runs, so this cannot tell you whether it changed your bill.

Input parameters:

- `response_id` (string, required): The response_id from perplexity_agent.

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp#diagnostics

## Score history

- 2026-08-03: 51
- 2026-08-02: 51
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 26
- 2026-07-29: 44
- 2026-07-28: 44

## Links

- PyPI project: https://pypi.org/project/perplexity-agent-mcp/
- Socket report: https://socket.dev/pypi/package/perplexity-agent-mcp
- Repository: https://github.com/zalez/perplexity-agent-mcp
- Changelog RSS feed: https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/zalez-perplexity-agent-mcp/perplexity-agent-mcp
