LIVE ENDPOINT
https://publish.sornkan.com/mcp
Connect to this endpoint to inspect the live schema for renew 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
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.sornkan-publish]
url = "https://publish.sornkan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sornkan-publish": {
"type": "http",
"url": "https://publish.sornkan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sornkan-publish
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": {
"sornkan-publish": {
"url": "https://publish.sornkan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sornkan-publish": {
"type": "http",
"url": "https://publish.sornkan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sornkan-publish",
"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).scan— Check an uploaded zip for unsafe files WITHOUT deploying anything.inspect— Deploys a throwaway preview Worker at preview-*.preview_status— Read remaining preview time.claim— Go live.connect_custom_hostname— Connect an existing hostname via CNAME to sites.edit— Check the zip for unsafe files, then redeploy the live Worker.