# HTML to Markdown MCP Server (oci · docker.io/sunshad0w/html2md-mcp)

Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright.

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

## Components

- oci · `docker.io/sunshad0w/html2md-mcp`: 34/100 (this document), [markdown](https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp.md), [page](https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp)

## Channel facts

- Registry: `oci`
- Package: `docker.io/sunshad0w/html2md-mcp`
- 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**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 44/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 275 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 388 tokens (~388/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**: 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: 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 sunshad0w-html2md -- docker run --rm -i docker.io/sunshad0w/html2md-mcp
```

### Codex

```bash
codex mcp add sunshad0w-html2md -- docker run --rm -i docker.io/sunshad0w/html2md-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sunshad0w-html2md": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/sunshad0w/html2md-mcp"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  sunshad0w-html2md:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/sunshad0w/html2md-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "sunshad0w-html2md": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/sunshad0w/html2md-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-07-31 (score 34, −7)

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

### 2026-07-27 (score 41, +30)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail

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

First indexed and scored.

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

## MCP tools (1)

### `html_to_markdown` (~388 tokens)

Convert HTML from a URL to clean Markdown format. Preserves tables, images, and links while removing unnecessary elements like scripts, styles, navigation, headers, and footers. Perfect for reducing HTML size for AI context.

Input parameters:

- `browser_type` (string): Browser to use with playwright (default: chromium)
- `cache_ttl` (integer): Cache time-to-live in seconds (default: 3600 = 1 hour)
- `fetch_method` (string): Fetch method: fetch (fast) or playwright (JS, auth)
- `headless` (boolean): Run browser in headless mode (default: true)
- `include_images` (boolean): Whether to include images in the Markdown output
- `include_links` (boolean): Whether to include links in the Markdown output
- `include_tables` (boolean): Whether to include tables in the Markdown output
- `max_size` (integer): Maximum size to download in bytes (default: 10MB)
- `max_tokens` (integer): Maximum tokens before auto-returning summary (default: 25000)
- `return_summary` (boolean): Return summary with metadata instead of full content (useful for large documents)
- `section_heading` (string): Extract only section with this heading text (e.g., '7.2 Frontend'). Mutually exclusive with section_id.
- `section_id` (string): Extract only section with this HTML anchor ID (e.g., 'PRD1480'). Mutually exclusive with section_heading.
- `timeout` (integer): Request timeout in seconds
- `url` (string, required): URL of the webpage to convert to Markdown
- `use_cache` (boolean): Use cache for this request (reduces repeated conversions)
- `use_user_profile` (boolean): Use browser profile with cookies (requires playwright)
- `wait_for` (string): Page load wait strategy (default: networkidle)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp#diagnostics

## Score history

- 2026-08-03: 34
- 2026-08-02: 34
- 2026-08-01: 34
- 2026-07-31: 34
- 2026-07-30: 41
- 2026-07-29: 41
- 2026-07-28: 41
- 2026-07-27: 41
- 2026-07-26: 11

## Links

- Docker Hub: https://hub.docker.com/r/sunshad0w/html2md-mcp
- Repository: https://github.com/sunshad0w/html2md-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sunshad0w-html2md/docker-io-sunshad0w-html2md-mcp
