← Registry

Developer Tools

create-web-page.com

Helps build web pages by managing account context, page intake, onboarding, and importing website content.

2 endpoints54 known toolsFirst detected May 19, 2026Last detected September 23, 2026

ENDPOINT 1

https://create-web-page.com/mcp

No auth detected

MCP server metadata

Name
create-web-page
Version
0.2.0
Capabilities
tools

Known tools 27

account_whoami

Return the current Create Web Page account context.

Potential side effects
page_intake_start

RECOMMENDED first step for building a page.

Inferred read-only
page_onboarding_start

Optional planning helper that returns category/layout/palette/primary-action choices and a quality checklist (it does NOT create a page).

Potential side effects
page_onboarding_update

Validate onboarding selections and return the remaining checklist.

Inferred read-only
source_import

Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks.

Inferred read-only
page_create

Create a hosted link-in-bio page draft from a style preset.

Potential side effects
page_create_from_brief

Create a hosted landing page draft from a structured brief.

Potential side effects
block_add

Append a new content block to a link-in-bio page.

Inferred read-only
layouts_list

List supported page layouts.

Inferred read-only
presets_list

List the 8 curated style presets (theme + starter blocks) for link-in-bio.

Inferred read-only
page_get

Read a landing page draft, including its latest content JSON.

Inferred read-only
media_upload

Add an image to a page.

Inferred read-only
media_upload_link_create

Get an upload link for a photo on the user's own device (phone/computer) — the right tool whenever the image is not already at a public URL.

Potential side effects
media_attach

Attach a ready media asset to the page.

Inferred read-only
media_delete

Soft-delete a media asset and remove all references to it from the page content.

Potential side effects
page_claim

Claim an anonymous demo page into an AUTHENTICATED account.

Inferred read-only
account_pages_list

List landing pages claimed by the signed-in account.

Inferred read-only
account_page_manage

Read a claimed account page without requiring an editToken.

Inferred read-only
page_header_update

Update the link-in-bio page header: displayName, bio, verified checkmark, QR display, business-card display style ("photo_hero" large top photo or "avatar"), a short role label (e.g.

Potential side effects
page_theme_update

Apply a partial theme patch.

Inferred read-only
page_meta_update

Update internal page title, URL slug, and SEO title/description.

Potential side effects
page_preview

Return the current preview URL for a page.

Inferred read-only
page_publish

Publish the latest page revision.

Potential side effects
page_unpublish

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

Potential side effects
block_update

Patch one content block by stable blockId.

Inferred read-only
block_delete

Delete one block by stable blockId.

Potential side effects
block_reorder

Move a block to a new zero-based index in the page main slot.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.create-web-page]
url = "https://create-web-page.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "create-web-page": {
      "type": "http",
      "url": "https://create-web-page.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: create-web-page
Remote MCP URL: https://create-web-page.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "create-web-page": {
      "url": "https://create-web-page.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "create-web-page": {
      "type": "http",
      "url": "https://create-web-page.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "create-web-page",
  "transport": "streamable-http",
  "url": "https://create-web-page.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://create-web-page.com/mcp/v2

No auth detected

MCP server metadata

Name
create-web-page
Version
0.2.0
Capabilities
tools

Known tools 27

account_whoami

Return the current Create Web Page account context.

Potential side effects
page_intake_start

RECOMMENDED first step for building a page.

Inferred read-only
page_onboarding_start

Optional planning helper that returns category/layout/palette/primary-action choices and a quality checklist (it does NOT create a page).

Potential side effects
page_onboarding_update

Validate onboarding selections and return the remaining checklist.

Inferred read-only
source_import

Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks.

Inferred read-only
page_create

Create a hosted link-in-bio page draft from a style preset.

Potential side effects
page_create_from_brief

Create a hosted landing page draft from a structured brief.

Potential side effects
block_add

Append a new content block to a link-in-bio page.

Inferred read-only
layouts_list

List supported page layouts.

Inferred read-only
presets_list

List the 8 curated style presets (theme + starter blocks) for link-in-bio.

Inferred read-only
page_get

Read a landing page draft, including its latest content JSON.

Inferred read-only
media_upload

Add an image to a page.

Inferred read-only
media_upload_link_create

Get an upload link for a photo on the user's own device (phone/computer) — the right tool whenever the image is not already at a public URL.

Potential side effects
media_attach

Attach a ready media asset to the page.

Inferred read-only
media_delete

Soft-delete a media asset and remove all references to it from the page content.

Potential side effects
page_claim

Claim an anonymous demo page into an AUTHENTICATED account.

Inferred read-only
account_pages_list

List landing pages claimed by the signed-in account.

Inferred read-only
account_page_manage

Read a claimed account page without requiring an editToken.

Inferred read-only
page_header_update

Update the link-in-bio page header: displayName, bio, verified checkmark, QR display, business-card display style ("photo_hero" large top photo or "avatar"), a short role label (e.g.

Potential side effects
page_theme_update

Apply a partial theme patch.

Inferred read-only
page_meta_update

Update internal page title, URL slug, and SEO title/description.

Potential side effects
page_preview

Return the current preview URL for a page.

Inferred read-only
page_publish

Publish the latest page revision.

Potential side effects
page_unpublish

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

Potential side effects
block_update

Patch one content block by stable blockId.

Inferred read-only
block_delete

Delete one block by stable blockId.

Potential side effects
block_reorder

Move a block to a new zero-based index in the page main slot.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.create-web-page]
url = "https://create-web-page.com/mcp/v2"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "create-web-page": {
      "type": "http",
      "url": "https://create-web-page.com/mcp/v2"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: create-web-page
Remote MCP URL: https://create-web-page.com/mcp/v2

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "create-web-page": {
      "url": "https://create-web-page.com/mcp/v2"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "create-web-page": {
      "type": "http",
      "url": "https://create-web-page.com/mcp/v2"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "create-web-page",
  "transport": "streamable-http",
  "url": "https://create-web-page.com/mcp/v2"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for create-web-page.com was fetched 2026-09-12T00:37:22.449Z.

Trust status Neutral

create-web-page.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.