# SERPdive Web Search (npm · serpdive-mcp)

AI-agent web search, answer-ready content. Beats Tavily: 60.7% of quality duels, 20.2% fewer tokens.

- Trust score: 69/100 (medium)
- Change this week: −9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.serpdive.com`: 36/100, [markdown](https://verifymcp.io/servers/com-serpdive-serpdive-mcp/mcp.md), [page](https://verifymcp.io/servers/com-serpdive-serpdive-mcp/mcp)
- npm · `serpdive-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp.md), [page](https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp)

## Channel facts

- Registry: `npm`
- Package: `serpdive-mcp`
- Version: `0.1.4`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 358 tokens (~358/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-serpdive-serpdive-mcp -- npx -y serpdive-mcp
```

### Codex

```bash
codex mcp add com-serpdive-serpdive-mcp -- npx -y serpdive-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-serpdive-serpdive-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "serpdive-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-serpdive-serpdive-mcp --command npx --arg -y --arg serpdive-mcp
```

### Hermes

```yaml
mcp_servers:
  com-serpdive-serpdive-mcp:
    command: "npx"
    args: ["-y", "serpdive-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-serpdive-serpdive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "serpdive-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-03 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 68, +18)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23

### 2026-08-01 (score 50, −10)

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

### 2026-07-31 (score 60, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 78, 0)

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

### 2026-07-26 (score 78)

First indexed and scored.

## MCP tools (1)

### `serpdive_search` (~304 tokens)

SERPdive Web Search

Search the live web and get back answer-ready page content, not a list of links. Each result carries the actual text of the page (url, title, date, content), already extracted, cleaned and trimmed for LLM use, so facts can be quoted and cited straight from the response. Use it for anything that needs current or post-training information: news, prices, releases, docs, sports, niche facts. Write the query the way a person would type it, in any language: localization is automatic. The 'mako' model (default) returns the fact-carrying sentences of each page, fast and concise, right for most questions. The 'moby' model returns the full readable text of each page: use it for deep research or when complete context matters. Set answer=true to also get a direct answer synthesized from the sources.

Input parameters:

- `answer` (boolean): When true, the response also carries an 'answer' field: a direct answer to the query synthesized from the sources.
- `max_results` (integer): Maximum number of results to return (1 to 10). Omit to let the engine pick its calibrated mix.
- `model` (string): 'mako' (default): the key sentences of each page, concise and fast. 'moby': the full readable text of each page, for deep research.
- `query` (string, required): The search query, in any language, phrased like a real web search.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 50
- 2026-07-31: 60
- 2026-07-29: 78
- 2026-07-28: 78
- 2026-07-27: 78
- 2026-07-26: 78

## Links

- npm package: https://www.npmjs.com/package/serpdive-mcp
- Socket report: https://socket.dev/npm/package/serpdive-mcp
- Repository: https://github.com/serpdive/serpdive-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-serpdive-serpdive-mcp/serpdive-mcp
