← WebMCP Directory

weave-webmcp.vercel.app

weave-webmcp.vercel.app

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

A visual website builder where a person and an AI agent author the same site through WebMCP. Structured context, reviewable change proposals, and a human approval gate before anything ships.

First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com

Answer 0 · Act 5 · Transact 0 · Score: Not yet scored

Tool inspector

weave_propose_changes

act imperative

Propose several related edits as ONE reviewable change, instead of applying them one at a time. Use this for any request that touches more than one element — rewriting a hero, restructuring a page, adding and then populating a section. The proposal is shown to the human, who can edit individual values, skip parts of it, apply it or reject it; accepted operations then commit together as one undoable revision. Nothing changes on the page until the human applies it. The proposal is pinned to the current revision and is refused if the human edits the page first. Each operation is an object with an "op" field: {"op":"update_text","target":ELEMENT_ID,"value":TEXT} · {"op":"rename","target":ELEMENT_ID,"name":TEXT} · {"op":"update_style","target":ELEMENT_ID,"styles":{CSS}} · {"op":"update_attrs","target":ELEMENT_ID,"attrs":{HTML_ATTRS}} · {"op":"set_visible","target":ELEMENT_ID,"visible":BOOL} · {"op":"move","target":ELEMENT_ID,"index":N} or {"op":"move","target":ELEMENT_ID,"parent":ELEMENT_ID,"index":N} · {"op":"add_section","sectionType":ONE_OF(header|hero|features|products|testimonials|pricing|faq|cta|contact|footer),"afterElementId":ELEMENT_ID} · {"op":"delete","target":ELEMENT_ID}

Page: /app/

Input schema

PropertyTypeRequiredDescription
summary string yes One line stating the intent, shown to the human as the proposal title.
operations array yes The edits to propose, in the order they should apply.
Raw JSON schema
{
  "type": "object",
  "properties": {
    "summary": {
      "type": "string",
      "description": "One line stating the intent, shown to the human as the proposal title."
    },
    "operations": {
      "type": "array",
      "description": "The edits to propose, in the order they should apply.",
      "items": {
        "type": "object"
      }
    }
  },
  "required": [
    "summary",
    "operations"
  ],
  "additionalProperties": false
}

Similar websites

neohack.dev

neohack.dev

An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.

live Unverified Developer Tools Transact tools
54 tools A3 / Act49 / T2 Not yet scored Seen 2026-09-14
create observe inspect lookup navigation
Inspect tools
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-09-14
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-09-14
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-09-14
list_skills read_skill read read_selection search
Inspect tools

Related on Influzer