← WebMCP Directory

anew.page

anew.page

live Unverified (seed import) Developer Tools 6 tools imperative implementation

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_edit

act imperative

Edit the page currently open in the editor — replace its whole document with the given HTML. This is the in-place editor surface the user is looking at, so use it for any request to create, write, change, or restyle THIS page. (A rendered page registers a same-named tool that rewrites it by navigating to the successor URL; this one edits in place, inside the editor, and mints nothing until you ask. For a separate, brand-new page instead, use anew_write.) Put the page's in your HTML, matching the visible heading — anew_edit adopts it, so no separate anew_title call is needed after a full edit; a is adopted too, but anew_icon is the easy way to set an emoji. Scripts never execute in the authoring view (the editor inserts parsed nodes), so use the bottombar's run button to exercise an interactive 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

PropertyTypeRequiredDescription
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-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…

live Unverified Developer Tools Transact tools
42 tools A10 / Act29 / T3 Not yet scored Seen 2026-08-27
get_theme_overview set_brand_colors assign_color_role set_typography set_roundness
Inspect tools
demos.telerik.com

demos.telerik.com

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

live Unverified Developer Tools
30 tools A1 / Act29 / T0 Not yet scored Seen 2026-08-27
warehouse-map-map-set-center warehouse-map-map-set-zoom warehouse-map-map-add-marker warehouse-map-map-clear-markers inventory-sheet-spreadsheet-set-cell
Inspect tools
bandarra.me

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…

demo Unverified Developer Tools Transact tools
27 tools A12 / Act14 / T1 Not yet scored Seen 2026-08-27
list_skills read_skill read read_selection search
Inspect tools
admintoolkit.io

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.

live Unverified Developer Tools
24 tools A2 / Act22 / T0 Not yet scored Seen 2026-08-27
admintoolkit_check_ai_crawler_access admintoolkit_validate_llms_txt admintoolkit_validate_a2a_agent_card admintoolkit_validate_webmcp_tool admintoolkit_check_mx_records
Inspect tools

Related on Influzer