← create-web-page.com
INDIVIDUAL MCP TOOL
account.whoami
Return the current Create Web Page account context.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.
Related tools
page.intake.start— RECOMMENDED first step for building a page.page.onboarding.start— Optional planning helper that returns category/layout/palette/primary-action choices and a quality checklist (it does NOT create a page).page.onboarding.update— Validate onboarding selections and return the remaining checklist.source.import— Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks.page.create— Create a hosted link-in-bio page draft from a style preset.page.create_from_brief— Create a hosted landing page draft from a structured brief.block.add— Append a new content block to a link-in-bio page.layouts.list— List supported page layouts.