# anew (remote · anew.page)

Encode self-contained HTML pages into shareable URLs.

- Trust score: 83/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `anew.page`: 83/100 (this document), [markdown](https://verifymcp.io/servers/page-anew-anew/anew.md), [page](https://verifymcp.io/servers/page-anew-anew/anew)

## Channel facts

- Endpoint: `https://anew.page/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-20.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 75/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1635 tokens (~545/item across 3 items; 2 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).
  - Supports UI / widget rendering.

## Install

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

anew is a hosted endpoint at https://anew.page/mcp, so there is nothing to install locally. 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 --transport http page-anew-anew 'https://anew.page/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "page-anew-anew": {
      "url": "https://anew.page/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "page-anew-anew": {
      "type": "http",
      "url": "https://anew.page/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.page-anew-anew]
url = "https://anew.page/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "page-anew-anew": {
      "type": "remote",
      "url": "https://anew.page/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add page-anew-anew --url 'https://anew.page/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  page-anew-anew:
    url: "https://anew.page/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "page-anew-anew": {
      "Transport": "http",
      "Url": "https://anew.page/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add page-anew-anew -t streamable-http -u 'https://anew.page/mcp'
```

### Other

```json
{
  "mcpServers": {
    "page-anew-anew": {
      "type": "http",
      "url": "https://anew.page/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-20 (score 83, +1)

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

### 2026-09-19 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes. Other categories moved too: Schema Quality & AI Usability rose 2.

### 2026-09-17 (score 81, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “anew_write” rewrote its description, which is the text the model reads

### 2026-09-16 (score 81, +1)

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

### 2026-09-15 (score 80, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “anew_write” rewrote its description, which is the text the model reads

### 2026-09-14 (score 80, +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-13 (score 79, 0)

- [functional] Server version: 1.0.1 → 1.0.2

### 2026-09-12 (score 79, +1)

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

## MCP tools (2)

### `anew_write` (~559 tokens)

Write a page (HTML → anew.page URL)

Put markup and inline CSS in html. For calculations, inputs, buttons, or other interactivity, put raw JavaScript in javascript. Never put <script> tags or inline event handlers in html, and never wrap javascript in <script> tags; the server inserts it before </body>. Encode a self-contained HTML document (or fragment, or plain text) into an anew.page URL and return that URL. Each encoding path is deterministic: the same input through the same path always produces the same URL. Different paths use different Brotli encoders, though, so the same HTML may mint different — equally valid — URLs; compare pages by their decoded HTML, never by slug. Inline all CSS, JS, and images (data: URIs, inline SVG, CSS gradients, or emoji) — the page should render alone forever, and each external reference gambles it on someone else's host staying up. One accepted exception: a webfont is far too large to inline, so a font may load from a durable CDN with a system-stack fallback; do not fight a user who asks for one. There is no size limit below the physical ceilings — 65000 URL bytes (the edge severs the request line past it) and 1048576 decoded bytes (the server's decode cap) — and past either the endpoint refuses with an actionable error (code url_over_budget or content_too_large). Below them there is one strong warning: a URL over 4000 bytes still mints, renders and serves, and the response says the link may break when shared. Deliver the URL as minted and tell the person; whether to shorten it is their decision. Never remove content, sections or features to clear a warning without asking. Brotli slugs (the endpoint, or a local brotli mint) put a short page in a few hundred URL bytes; raw base64 crosses the warning line at ~2900 HTML bytes — know which encoder you are drafting to before judging a page too big. Returns the URL as plain text — return it to the user verbatim. To revise an existing anew page, its URL is its source: read it, edit that HTML, write it again. The new URL i…

Input parameters:

- `html` (string, required): Self-contained HTML markup and inline CSS only; no script elements, inline event handlers, or executable JavaScript. Encoded into the returned URL.
- `javascript` (string): Optional raw client-side JavaScript. Populate for any interactive behavior. Source only — no script tags. The server inserts it immediately before </body> (or at the end when there is no body).

Output parameters:

- `bytes` (integer): Encoded URL length in bytes.
- `decoded_bytes` (integer): The submitted HTML in UTF-8 bytes.
- `url` (string): The anew.page URL — return verbatim.
- `warning` (string): Present when the page minted past a warning line (URL past 4000 bytes — a chosen margin, past which some apps may truncate or refuse the link): the URL works and serves. Deliver the URL as minted and…

### `anew_read` (~291 tokens)

Read a page (anew.page URL → its HTML source)

Pass an anew.page URL, get back the HTML document encoded in it, plus its canonical URL and byte size. (Two in-page tools share this name and take no arguments: the editor's reads the document open in the editor, and a rendered page's reads the page being viewed. This one takes a url and reads that page.) To revise an existing anew page, its URL is its source: read it, edit that HTML, write it again. The new URL is a separate page and the original keeps working. Read returns the author's exact bytes — no anew-injected tags, no proxied image srcs — so it re-encodes byte-for-byte. Never re-author from a rendered page, a scraped DOM, or a screenshot: each loses the author's markup, and none is faster than reading the slug. Decoding is local and exact, so any anew URL reads — the page needs no prior visit and no fetch.

Input parameters:

- `format` (string): How the document rides back. "text" (default) is one plain text block. "resource" is one embedded-resource block ({type:"resource"}, mimeType text/html) — the typed MCP form for callers that want the…
- `url` (string, required): An anew.page URL, or a bare slug. Subdomain, cosmetic-prefix and #hash forms all resolve.

Output parameters:

- `bytes` (integer): Encoded URL length in bytes.
- `url` (string): Canonical anew.page URL for this document.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/page-anew-anew/anew#diagnostics

## Score history

- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 81
- 2026-09-17: 81
- 2026-09-16: 81
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 79
- 2026-09-12: 79
- 2026-09-11: 78
- 2026-09-10: 78
- 2026-09-09: 77
- 2026-09-08: 77
- 2026-09-07: 76
- 2026-09-06: 76
- 2026-09-05: 75
- 2026-09-04: 75
- 2026-09-03: 74

## Common questions

### What is the anew MCP server?

anew is an MCP server listed in the public MCP registry as page.anew/anew. Encode self-contained HTML pages into shareable URLs. This page covers its hosted endpoint (https://anew.page/mcp).

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

anew scores 83 out of 100 on VerifyMCP. 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 anew MCP server expose?

anew exposes 2 tools: anew_write, anew_read. Their descriptions and schemas cost roughly 850 tokens of context every time the server is loaded.

### Does the anew MCP server require authentication?

No. We connected to anew without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the anew MCP server still maintained?

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

## Links

- Remote endpoint: https://anew.page/mcp
- Repository: https://github.com/round/anew.page
- Website: https://anew.page/
- Changelog RSS feed: https://verifymcp.io/servers/page-anew-anew/anew.xml
- Changelog JSON feed: https://verifymcp.io/servers/page-anew-anew/anew.json
- HTML version of this page: https://verifymcp.io/servers/page-anew-anew/anew
