← sornkan.com

INDIVIDUAL MCP TOOL

connect_custom_hostname

Connect an existing hostname via CNAME only (no registrar).

sornkan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://publish.sornkan.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for connect_custom_hostname and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

sornkan.com

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.publish-website]
url = "https://publish.sornkan.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "publish-website": {
      "type": "http",
      "url": "https://publish.sornkan.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: publish-website
Remote MCP URL: https://publish.sornkan.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": {
    "publish-website": {
      "url": "https://publish.sornkan.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "publish-website": {
      "type": "http",
      "url": "https://publish.sornkan.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "publish-website",
  "transport": "streamable-http",
  "url": "https://publish.sornkan.com/mcp"
}
MCP Inspector

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

Related tools

  • publish_website — Publish a website.
  • upload_url — If you have the zip, PUT putUrl yourself (max 3MB).
  • inspect — Scan an uploaded zip.
  • claim — Go live.
  • renew — Renew hosting +30 days for $1 USDC.
  • edit — Re-scan and redeploy.