← htmlkin.ru

INDIVIDUAL MCP TOOL

htmlkin_delete

Безвозвратно удаляет ранее опубликованный сайт по его идентификатору — после этого он перестаёт открываться по своему адресу.

htmlkin.runone authenticationAvailability not checked

LIVE ENDPOINT

https://htmlkin.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for htmlkin_delete 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

htmlkin.ru

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.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.

Related tools

  • htmlkin_publish — Публикует сайт на htmlkin.ru и возвращает его публичный адрес (URL).
  • htmlkin_update — Обновляет ранее опубликованный сайт по его идентификатору: заменяет контент (html_content, pdf_base64 или files — не более одного) и/или меняет PIN.
  • htmlkin_get — Возвращает метаданные ранее опубликованного сайта: адрес, размер, число файлов, entrypoint, срок жизни и наличие PIN-защиты.