# Page2AI — Web to Markdown (npm · @page2ai/mcp)

Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.

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

## Components

- npm · `@page2ai/mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/igorsaevets-page2ai-mcp/page2ai-mcp.md), [page](https://verifymcp.io/servers/igorsaevets-page2ai-mcp/page2ai-mcp)

## Channel facts

- Registry: `npm`
- Package: `@page2ai/mcp`
- Version: `0.1.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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (117 of 121), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (117 of 121), 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 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 241 tokens (~241/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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add igorsaevets-page2ai-mcp -- npx -y @page2ai/mcp
```

### Codex

```bash
codex mcp add igorsaevets-page2ai-mcp -- npx -y @page2ai/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add igorsaevets-page2ai-mcp --command npx --arg -y --arg @page2ai/mcp
```

### Hermes

```yaml
mcp_servers:
  igorsaevets-page2ai-mcp:
    command: "npx"
    args: ["-y", "@page2ai/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "igorsaevets-page2ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@page2ai/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 69, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [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 regression] Capabilities: pass → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 25, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 20, −7)

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

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

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (1)

### `page_to_markdown` (~241 tokens)

Convert Page to Markdown

Fetch a web page URL and convert it to clean Markdown optimized for LLM context. Preserves headings, code blocks (with language hints), links, and tables; strips ads, navigation, and cookie banners. For Mintlify docs (docs.anthropic.com, OpenAI platform, Vercel, Stripe, etc.) tries the `URL.md` convention first for cleanest output. Discovers tab groups statically and emits each panel as a `### Tab: {label}` section instead of concatenating (prevents Python+TypeScript examples merging into one broken block). Zero external API calls — parses locally via linkedom.

Input parameters:

- `include_frontmatter` (boolean): Prepend a YAML frontmatter block with title, source URL, capture timestamp, language, description, and canonical URL.
- `include_images` (boolean): Include image references (![alt](src)) in the output.
- `timeout_ms` (integer): Abort the fetch after N milliseconds. Range: 1000-60000.
- `url` (string, required): Absolute HTTP or HTTPS URL of the web page to convert. Blocks private ranges, loopback, and cloud metadata endpoints.

## Diagnostics

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

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 25
- 2026-07-31: 20
- 2026-07-30: 27
- 2026-07-28: 45
- 2026-07-27: 45

## Links

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