Developer Tools
htmlkin.ru
Publishes, updates, retrieves, and deletes static websites on htmlkin.ru, returning public URLs and metadata.
ENDPOINT 1
https://htmlkin.ru/mcp
MCP server metadata
- Name
- htmlkin
- Version
- 1.4.0
Known tools 4
htmlkin_publishПубликует сайт на htmlkin.ru и возвращает его публичный адрес (URL).
Inferred read-onlyhtmlkin_updateОбновляет ранее опубликованный сайт по его идентификатору: заменяет контент (html_content, pdf_base64 или files — не более одного) и/или меняет PIN.
Inferred read-onlyhtmlkin_getВозвращает метаданные ранее опубликованного сайта: адрес, размер, число файлов, entrypoint, срок жизни и наличие PIN-защиты.
Inferred read-onlyhtmlkin_deleteБезвозвратно удаляет ранее опубликованный сайт по его идентификатору — после этого он перестаёт открываться по своему адресу.
Inferred read-onlyCONNECT 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.htmlkin]
url = "https://htmlkin.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"htmlkin": {
"type": "http",
"url": "https://htmlkin.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: htmlkin
Remote MCP URL: https://htmlkin.ru/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": {
"htmlkin": {
"url": "https://htmlkin.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"htmlkin": {
"type": "http",
"url": "https://htmlkin.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "htmlkin",
"transport": "streamable-http",
"url": "https://htmlkin.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.