INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://create-web-page.com/mcp
Connect to this endpoint to inspect the live schema for media_upload_link_create and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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
account_whoami— Return the current Create Web Page account context.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.