# io.github.ofershap/scraper (npm · mcp-server-scraper)

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

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

## Components

- npm · `mcp-server-scraper`: 68/100 (this document), [markdown](https://verifymcp.io/servers/ofershap-scraper/mcp-server-scraper.md), [page](https://verifymcp.io/servers/ofershap-scraper/mcp-server-scraper)

## Channel facts

- Registry: `npm`
- Package: `mcp-server-scraper`
- Version: `1.0.1`
- 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**: 84/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known low-severity CVE affects @mozilla/readability 0.5.0, a direct dependency. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (116 of 120), so this covers what we could see, not the whole tree.
- **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 145 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 247 tokens (~49/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add ofershap-scraper -- npx -y mcp-server-scraper
```

### Codex

```bash
codex mcp add ofershap-scraper -- npx -y mcp-server-scraper
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ofershap-scraper --command npx --arg -y --arg mcp-server-scraper
```

### Hermes

```yaml
mcp_servers:
  ofershap-scraper:
    command: "npx"
    args: ["-y", "mcp-server-scraper"]
```

### Other

```json
{
  "mcpServers": {
    "ofershap-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-scraper"
      ]
    }
  }
}
```

## 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 68, +47)

- [security regression] CVE-2025-2792 affects this package: low
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 21, −7)

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

### 2026-07-31 (score 28, +4)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `scrape_url` (~52 tokens)

Extract clean, readable text content from a URL using Mozilla Readability. Returns title, excerpt, and main content. Best for articles, docs, and blog posts.

Input parameters:

- `url` (string, required): The URL to scrape

### `extract_links` (~47 tokens)

Extract all links from a page with their href and anchor text. Resolves relative URLs. Skips anchors and javascript: links.

Input parameters:

- `url` (string, required): The URL to extract links from

### `extract_metadata` (~49 tokens)

Extract page metadata: title, description, Open Graph tags (og:title, og:description, og:image), canonical URL, and favicon.

Input parameters:

- `url` (string, required): The URL to extract metadata from

### `search_page` (~55 tokens)

Search for a query string within the page text. Returns matching lines (one per line). Use for finding mentions of a term.

Input parameters:

- `query` (string, required): The search query
- `url` (string, required): The URL to search

### `scrape_multiple` (~44 tokens)

Batch scrape multiple URLs. Returns title and excerpt for each. Failures are reported per URL without failing the whole batch.

Input parameters:

- `urls` (array, required): Array of URLs to scrape

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 24
- 2026-07-28: 24
- 2026-07-27: 46

## Links

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