anew.page
free websites
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 0 · Act 6 · Transact 0 · Score: Not yet scored
Tool inspector
anew_write
Encode a self-contained HTML document or fragment into a new anew.page URL — a sibling page, independent of the current one. Returns the URL as text; does not navigate or mutate the current page. 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. The HTML must be ≤ 160000 UTF-8 bytes and the encoded URL must be ≤ 4000 bytes. Brotli slugs (the endpoint, or a local brotli mint) put a typical page in a few hundred URL bytes, and the endpoint returns an actionable over-limit error (code url_over_budget or content_too_large); raw base64 fits only ~2900 HTML bytes — know which budget you are drafting to, and never cut page content to fit before checking the brotli path.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
html |
string | yes | A self-contained HTML document, fragment, or plain text. Encoded into the returned URL. |
Raw JSON schema
{
"type": "object",
"properties": {
"html": {
"type": "string",
"minLength": 1,
"description": "A self-contained HTML document, fragment, or plain text. Encoded into the returned URL."
}
},
"required": [
"html"
],
"additionalProperties": false
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.