# Rabbytte (npm · rabbytte-mcp)

Search Rabbytte, a human-curated web index where every site was approved by a person. No API key.

- Trust score: 74/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `rabbytte-mcp`: 74/100 (this document), [markdown](https://verifymcp.io/servers/marklanetech-rabbytte/rabbytte-mcp.md), [page](https://verifymcp.io/servers/marklanetech-rabbytte/rabbytte-mcp)

## Channel facts

- Registry: `npm`
- Package: `rabbytte-mcp`
- Version: `1.0.3`
- 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-09-25.

- **Supply Chain Security**: 98/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.
  - 31 of 96 dependencies flagged as unhealthy.
- **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 11 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 (good).
  - Tool/resource definitions use about 114 tokens (~57/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 89/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 67% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 2 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Rabbytte MCP server?

Rabbytte runs locally as an npm package, launched with npx -y rabbytte-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add marklanetech-rabbytte -- npx -y rabbytte-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "marklanetech-rabbytte": {
      "command": "npx",
      "args": [
        "-y",
        "rabbytte-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "marklanetech-rabbytte": {
      "command": "npx",
      "args": [
        "-y",
        "rabbytte-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add marklanetech-rabbytte -- npx -y rabbytte-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add marklanetech-rabbytte --command npx --arg -y --arg rabbytte-mcp
```

### Hermes

```yaml
mcp_servers:
  marklanetech-rabbytte:
    command: "npx"
    args: ["-y", "rabbytte-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "marklanetech-rabbytte": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "rabbytte-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add marklanetech-rabbytte -t stdio -c npx -a -y rabbytte-mcp
```

### Other

```json
{
  "mcpServers": {
    "marklanetech-rabbytte": {
      "command": "npx",
      "args": [
        "-y",
        "rabbytte-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-09-25 (score 74, 0)

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

### 2026-09-24 (score 74, +1)

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

### 2026-09-21 (score 73, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-14 (score 69, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-13 (score 54)

First indexed and scored.

## MCP tools (2)

### `search_rabbytte` (~67 tokens)

Search Rabbytte, a small human-curated index of the good web. Every site was submitted and approved by a person. Returns titles, URLs, descriptions, tags, and rank scores.

Input parameters:

- `page` (integer)
- `query` (string, required): What to search for

### `ask_rabbytte` (~47 tokens)

Ask a question answered strictly from the Rabbytte curated index — grounded, cited, and honest when the index has no answer.

Input parameters:

- `question` (string, required): A natural-language question

## Diagnostics

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

## Score history

- 2026-09-25: 74
- 2026-09-24: 74
- 2026-09-23: 73
- 2026-09-22: 73
- 2026-09-21: 73
- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 69
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 69
- 2026-09-14: 69
- 2026-09-13: 54

## Common questions

### What is the Rabbytte MCP server?

Rabbytte is an MCP server listed in the public MCP registry as io.github.marklanetech/rabbytte. Search Rabbytte, a human-curated web index where every site was approved by a person. No API key. This page covers its npm package (rabbytte-mcp).

### Is the Rabbytte MCP server safe to use?

Rabbytte scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Rabbytte MCP server expose?

Rabbytte exposes 2 tools: search_rabbytte, ask_rabbytte. Their descriptions and schemas cost roughly 114 tokens of context every time the server is loaded.

### Is the Rabbytte MCP server still maintained?

Rabbytte is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Rabbytte MCP server under?

Rabbytte declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

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