# Create Web Page (remote · create-web-page.com)

Create, edit, preview, publish, and manage web pages from MCP-capable AI clients.

- Trust score: 64/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `create-web-page.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-create-web-page-create-web-page/create-web-page.md), [page](https://verifymcp.io/servers/com-create-web-page-create-web-page/create-web-page)

## Channel facts

- Endpoint: `https://create-web-page.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (page.unpublish).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 61/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 3849 tokens (~167/item across 23 items; 23 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 66% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 73/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http com-create-web-page-create-web-page https://create-web-page.com/mcp
```

### Codex

```toml
[mcp_servers.com-create-web-page-create-web-page]
url = "https://create-web-page.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-create-web-page-create-web-page --url https://create-web-page.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-create-web-page-create-web-page:
    url: "https://create-web-page.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-create-web-page-create-web-page": {
      "type": "http",
      "url": "https://create-web-page.com/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-08-02 (score 64, +1)

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

### 2026-07-31 (score 63, +3)

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

### 2026-07-30 (score 60, −2)

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

### 2026-07-29 (score 62, +1)

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

### 2026-07-28 (score 61, +1)

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

### 2026-07-27 (score 60, 0)

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

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

First indexed and scored.

## MCP tools (23)

### `account.whoami` (~36 tokens)

Current Account

Return the current Create Web Page account context. Use this to check whether the user is authenticated or using an anonymous expiring demo.

Output parameters:

- `accountId` (string)
- `authMode` (string)
- `demoExpiresAt` (string|null)
- `role` (string)
- `service` (string)

### `page.intake.start` (~285 tokens)

Start Landing Page Intake

RECOMMENDED first step for building a page. Returns the few questions worth asking (business name, primary visitor action, key content, optional source link) so you can then call page.create_from_brief. This is the simplest, most reliable path — prefer it. (page.onboarding.* offers extra category/layout/palette pickers but is a stateless planning helper, not required.) Call once per creation request; skip if the user already gave you a source URL. Does not create a page.

Input parameters:

- `businessName` (string): Only include if the user already provided the business or project name.
- `businessType` (string): Business category inferred from the user's words, such as hamburger restaurant or dental clinic.
- `locale` (string): Preferred content locale if obvious from the conversation.
- `originalRequest` (string): The user's original page-creation request, copied verbatim when available.
- `primaryGoal` (string): The main visitor action if known, such as book, call, WhatsApp, buy, or leave a lead.
- `sourceHandle` (string): Public social handle provided by the user.
- `sourceUrl` (string): Public HTTP/HTTPS source URL provided by the user, such as a business website or link-in-bio page. Protected platforms (social networks, maps, paywalls) require client-side browsing or pasted details…

Output parameters:

- `actions` (array)
- `canCreateNow` (boolean)
- `missingFields` (array)
- `mode` (string)
- `ok` (boolean)
- `promptToUser` (string)
- `questions` (array)
- `recommendedNextTool` (string)
- `sourceGuidance` (string)
- `title` (string)

### `page.onboarding.start` (~162 tokens)

Start Guided Page Onboarding

Optional planning helper that returns category/layout/palette/primary-action choices and a quality checklist (it does NOT create a page). Use it only if you want those pickers; otherwise page.intake.start → page.create_from_brief is the simpler path. IMPORTANT: this flow is STATELESS — page.onboarding.update does not remember earlier calls, so each update must resend the FULL set of selections + knownFields gathered so far. As soon as you have a business name and a primary action, stop and call page.create_from_brief (you do not need to reach a 'ready' step).

Input parameters:

- `locale` (string): Preferred UI locale, such as es or en.
- `originalRequest` (string)
- `suggestedSelection` (object)

Output parameters:

- `canContinue` (boolean)
- `choices` (array)
- `createFromBriefHints` (object)
- `imageGuidance` (object)
- `invalidSelection` (array)
- `layoutChoices` (array)
- `layoutGuidance` (object)
- `missingFields` (array)
- `mode` (string)
- `nextPrompt` (string)
- `ok` (boolean)
- `paletteChoices` (array)
- `primaryActions` (array)
- `profileCopy` (object)
- `qualityChecklist` (array)
- `readyToCreate` (boolean)
- `recommendedBlocks` (array)
- `recommendedLinks` (array)
- `recommendedMissingFields` (array)
- `selected` (object)
- `slugGuidance` (object)
- `stepId` (string)
- `uiHtml` (string)

### `page.onboarding.update` (~147 tokens)

Update Guided Page Onboarding

Validate onboarding selections and return the remaining checklist. STATELESS: it does not remember previous calls, so every call must include the FULL accumulated selection (mainCategory, subCategory, layout, palette, primaryAction) plus all knownFields (name, description, action destination, etc.) gathered so far — not just the latest answer, or earlier choices will look 'missing'. You do not need to loop to a 'ready' state: once you have a name and a primary action, call page.create_from_brief with those values.

Input parameters:

- `knownFields` (object)
- `locale` (string)
- `selection` (object)
- `stepId` (string)

Output parameters:

- `canContinue` (boolean)
- `choices` (array)
- `createFromBriefHints` (object)
- `imageGuidance` (object)
- `invalidSelection` (array)
- `layoutChoices` (array)
- `layoutGuidance` (object)
- `missingFields` (array)
- `mode` (string)
- `nextPrompt` (string)
- `ok` (boolean)
- `paletteChoices` (array)
- `primaryActions` (array)
- `profileCopy` (object)
- `qualityChecklist` (array)
- `readyToCreate` (boolean)
- `recommendedBlocks` (array)
- `recommendedLinks` (array)
- `recommendedMissingFields` (array)
- `selected` (object)
- `slugGuidance` (object)
- `stepId` (string)
- `uiHtml` (string)

### `source.import` (~104 tokens)

Import Public Source

Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks. Only works with public HTTP/HTTPS pages. Does not bypass login, CAPTCHA, or paywalls. Returns extracted fields and suggestedBlocks for use with page.create_from_brief.

Input parameters:

- `locale` (string): Preferred output locale if obvious from the conversation, such as es or en.
- `sourceUrl` (string, required): Public http/https source URL to import.

Output parameters:

- `brief` (object)
- `confidence` (number)
- `extracted` (object)
- `fetchMode` (string)
- `finalUrl` (string)
- `ok` (boolean)
- `sourceUrl` (string)
- `suggested_blocks` (array)
- `warnings` (array)

### `page.create` (~268 tokens)

Create Landing Page

Create a hosted link-in-bio page draft from a style preset. Provide title, displayName, and a preset (or 'auto' to infer from businessType/style). The page starts with empty placeholder blocks for you to fill in via block.update — do not invent content. This tool intentionally creates a draft only and does not return a publish action. After calling it, stop and show the preview URL. Do not call page.publish in the same turn unless the user's current message explicitly asks to publish, make the page live, or get a public share link. Anonymous demo pages expire unless claimed.

Input parameters:

- `bio` (string): Optional short bio for the header.
- `businessType` (string): Used by preset:auto inference. Examples: musician, restaurant, designer.
- `displayName` (string): Visible header display name. Defaults to title.
- `initialPrompt` (string)
- `layout` (string): Layout id. Defaults to 'link_in_bio'.
- `preset` (string, required): Style preset id, or 'auto' to infer deterministically from businessType/style.
- `slug` (string): Preferred public URL slug.
- `style` (string): Free-form style hint used by preset:auto inference.
- `title` (string, required): Internal page title and default header display_name.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.create_from_brief` (~982 tokens)

Create Landing Page From Brief

Create a hosted landing page draft from a structured brief. Accepts business name, category, layout, palette, primary action, explicit final-audience publicSections, and optional hero image. Planning fields such as audience, offer, primaryGoal, location, businessType, style, and mustInclude are context only and are not rendered as public body copy. Draft previews are customer-facing: do not pass owner instructions, section-planning labels, or placeholder copy as public content. Keep sparse briefs sparse: use only facts supplied by the user or imported public sources, plus light wording polish; do not invent menus, services, hours, facilities, locations, testimonials, guarantees, staff details, prices, or operational claims. Prefer one short section or no extra section when the prompt is minimal. If a requested CTA lacks its real destination, ask for it before creation or provide fallbackLeadForm with public copy. Returns a preview URL, edit token, and next-step hints. This tool intentionally creates a draft only and does not return a publish action. After calling it, stop and show the preview URL. Do not call page.publish in the same turn unless the user's current message explicitly asks to publish, make the page live, or get a public share link. Anonymous pages expire unless claimed via page.claim.

Input parameters:

- `audience` (string): Planning context only. Not rendered directly as public page copy.
- `bio` (string): Optional short bio for the header.
- `businessName` (string, required)
- `businessType` (string): Planning context only. Not rendered directly as public page copy.
- `fallbackLeadForm` (object): Public fallback contact/interest form to use when the requested primary action lacks a real destination. All copy must be final-audience copy in the page's target language.
- `heroImageUrl` (string): Explicit user-provided image URL for featured-photo or full-image styles.
- `initialPrompt` (string)
- `layout` (string): Defaults to 'link_in_bio'.
- `locale` (string)
- `location` (string): Public business address or service area intended for map/address actions, not direct body copy and not the user's private/current location.
- `mustInclude` (array): Planning checklist only. Do not put section names, CTA labels, owner instructions, or private notes here; not rendered directly.
- `offer` (string): Planning context only. Not rendered directly as public page copy; use bio and publicSections for final-audience copy.
- `onboardingLayout` (string): Layout style: background_color (minimalist), full (featured photo), or background_image (full image background).
- `onboardingMainCategory` (string): Validated atom.bio category id from page.onboarding.*, for example physical-business or online-business.
- `onboardingPalette` (string): Palette id returned by page.onboarding.* paletteChoices, for example atom_dark_plum.
- `onboardingSubCategory` (string): Validated atom.bio subcategory id, for example health.
- `preferredSlug` (string): Desired URL path. Ask the user for it near the end of onboarding. Use normal letters, numbers, and hyphens; the server normalizes and makes it unique.
- `preset` (string): Style preset id, or 'auto' to infer deterministically. Defaults to 'auto'.
- `primaryActionId` (string)
- `primaryActionLabel` (string): Public label for the primary action in the page's target language.
- `primaryActionUrl` (string): Real destination URL for the primary action when explicitly supplied by the user or imported public source, such as a booking link. Do not invent booking/order URLs; if missing, ask for it or use fal…
- `primaryGoal` (string): Planning context only. Not rendered directly as public page copy.
- `publicBusinessEmail` (string): Public business contact email explicitly supplied by the user or a public source. Do not use the user's ChatGPT/account email.
- `publicPhone` (string): Public business phone number explicitly supplied by the user or a public source. Do not use the user's private/account phone.
- `publicSections` (array): Final-audience text sections to render on the public page. Write in the target language with correct spelling/accents. Only include facts the user supplied or that came from an imported public source…
- `publicWhatsapp` (string): Public WhatsApp phone number explicitly supplied by the user or a public source. Do not use the user's account phone or invent placeholder numbers.
- `sourceHandle` (string)
- `sourceUrl` (string): Provenance reference only.
- `style` (string): Planning context only. Not rendered directly as public page copy.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `block.add` (~262 tokens)

Add Content Block

Append a new content block to a link-in-bio page. The block must match one of the 13 allowed types (link, social_row, whatsapp, phone_call, email_contact, image, gallery, video_embed, text, map_embed, product_card, lead_form, reviews) with that type's strict props. The server generates the block id and returns it in the response. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down. The response includes nextSteps: after adding a block, share these hints with the user so they know what else would make the page more complete.

Input parameters:

- `block` (object, required): The block to add. Must match one of the 13 allowed types with that type's strict props schema. The server generates the block id.
- `editToken` (string)
- `pageId` (string, required)

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `layouts.list` (~22 tokens)

List Available Layouts

List supported page layouts. v1 ships link_in_bio only.

### `presets.list` (~42 tokens)

List Style Presets

List the 8 curated style presets (theme + starter blocks) for link-in-bio. Use to offer the user a choice or to confirm a preset:auto selection.

### `page.get` (~46 tokens)

Get Landing Page

Read a landing page draft, including its latest content JSON. For anonymous demo pages, include the editToken.

Input parameters:

- `editToken` (string)
- `pageId` (string, required)

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.claim` (~142 tokens)

Claim Demo Page

Claim an anonymous demo page into an AUTHENTICATED account. This requires the signed-in user's OAuth — an anonymous chat/agent session cannot call it and will get an OAuth-required error. So in a normal agent conversation, do NOT call this to 'save' a demo page: instead share the claimUrl from the page.create/page.publish result with the user, who opens it, signs in, and keeps the page. Only call page.claim when the request already runs under the owner's OAuth.

Input parameters:

- `editToken` (string, required): The editToken returned by page.create for the anonymous demo page.
- `pageId` (string, required): The pageId returned by page.create.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `account.pages.list` (~47 tokens)

List Claimed Pages

List landing pages claimed by the authenticated account. This requires OAuth and is for account management, not first-time demo creation.

Input parameters:

- `limit` (number): Maximum number of claimed pages to return.

Output parameters:

- `ok` (boolean)
- `pages` (array)

### `account.page.manage` (~47 tokens)

Manage Claimed Page

Read a claimed account page without requiring an editToken. Use after OAuth when the user wants to manage a durable website.

Input parameters:

- `pageId` (string, required): The claimed pageId to manage.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.header.update` (~216 tokens)

Update Page Header

Update the link-in-bio page header: displayName, bio, verified checkmark, and QR display. Use only the fields you want to change. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input parameters:

- `bio`: Short bio under the display name. Pass null to clear it.
- `displayName` (string): Visible display name in the page header.
- `editToken` (string)
- `pageId` (string, required)
- `showQr` (boolean): Show a QR code for this page.
- `verified` (boolean): Show a verified checkmark next to the display name.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.theme.update` (~182 tokens)

Update Page Theme

Apply a partial theme patch. Theme fields are enum-constrained (button variant/radius/shadow, font family/weight, density, icon_size). Use presets.list first if the user wants a complete restyle. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input parameters:

- `editToken` (string)
- `pageId` (string, required)
- `theme` (object, required): Partial theme patch. Provide only fields you want to change.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.meta.update` (~186 tokens)

Update Page Meta

Update internal page title, URL slug, and SEO title/description. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input parameters:

- `editToken` (string)
- `pageId` (string, required)
- `seoDescription` (string): SEO meta description value.
- `seoTitle` (string): SEO <title> tag value.
- `slug` (string): Preferred public URL slug.
- `title` (string): Internal page title shown in editor results.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.preview` (~54 tokens)

Preview Landing Page

Return the current preview URL for a page.

Input parameters:

- `editToken` (string): Required for anonymous demo pages. Use the editToken returned by page.create.
- `pageId` (string, required): The pageId returned by page.create.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.publish` (~137 tokens)

Publish Landing Page

Publish the latest page revision. Call this only when the user's latest message explicitly asks to publish, make the page live, or get a public share link. Do not call this immediately after page.create or page.create_from_brief just because the draft is publish-ready. For anonymous demo pages, include the editToken returned by page.create. The response includes nextSteps: always share these with the user after publishing — they include the claim reminder and any remaining improvements.

Input parameters:

- `editToken` (string): Required for anonymous demo pages. Use the editToken returned by page.create.
- `pageId` (string, required): The pageId returned by page.create.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `page.unpublish` (~41 tokens)

Unpublish Landing Page

Remove a published landing page from public availability while keeping its draft and revision history.

Input parameters:

- `editToken` (string)
- `pageId` (string, required)

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `block.update` (~142 tokens)

Update Landing Page Block

Patch one content block by stable blockId. Provide a props patch (merged into existing props) and/or a new type. Block types and props are validated against the strict per-type schema. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `block.delete` (~147 tokens)

Delete Landing Page Block

Delete one block by stable blockId. Use page.get first if unsure which id to remove. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input parameters:

- `blockId` (string, required)
- `editToken` (string)
- `pageId` (string, required)

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

### `block.reorder` (~152 tokens)

Reorder Landing Page Block

Move a block to a new zero-based index in the page main slot. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.

Input parameters:

- `blockId` (string, required)
- `editToken` (string)
- `pageId` (string, required)
- `toIndex` (number, required)

Output parameters:

- `actions` (array)
- `canPublish` (boolean)
- `claimUrl` (string|null)
- `content` (object)
- `editToken` (string|null)
- `expiresAt` (string|null)
- `isClaimed` (boolean)
- `isPublished` (boolean)
- `liveUpdateMessage` (string|null): Plain-language instruction explaining that an edit to an already-published page is draft-only and must not be published until a later explicit user request.
- `liveUpdateRequired` (boolean): True after an edit to an already-published page when the public live page still needs page.publish to reflect the latest revision.
- `missingFields` (array)
- `nextSteps` (array): Enrichment hints to present to the user. Address 'required' items before publishing.
- `ok` (boolean)
- `pageId` (string)
- `previewUrl` (string)
- `publishPolicy` (string|null): For edit tools on already-published pages, this is wait_for_separate_user_request to prevent same-turn publishing.
- `publishedUrl` (string|null)
- `slug` (string)
- `status` (string)
- `title` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 60
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 60

## Links

- Remote endpoint: https://create-web-page.com/mcp
- Repository: https://github.com/daniel-lopez-puig/landings
- Website: https://create-web-page.com/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-create-web-page-create-web-page/create-web-page/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-create-web-page-create-web-page/create-web-page/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-create-web-page-create-web-page/create-web-page
