htmlkin
Server Details
Publish HTML pages, PDF documents, and multi-file static websites directly from Claude, ChatGPT, Cursor, Codex, and other AI agents via MCP. Update or delete publications and retrieve metadata without leaving the conversation.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 4 tools
Each tool maps to a distinct lifecycle operation: publish, get, update, and delete. There is no overlap or ambiguity between the four actions.
All tools follow the same `htmlkin_<verb>` pattern with clear, simple verbs. The naming is perfectly consistent and predictable.
Four tools form a tight, well-scoped set for a publishing service: create, read, update, and delete. No tool feels redundant or missing in terms of raw count.
The core CRUD lifecycle for published sites is fully covered. A minor gap is the lack of a list/discovery tool, so an agent cannot enumerate previously published sites without having retained identifiers.
Available Tools
4 toolshtmlkin_deleteУдалить сайтAInspect
Безвозвратно удаляет ранее опубликованный сайт по его идентификатору — после этого он перестаёт открываться по своему адресу. Если к сайту был привязан свой домен, домен остаётся в аккаунте: снимается только его связь с этим сайтом.
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Идентификатор сайта (поле id из ответа htmlkin_publish). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it discloses key behaviors: the deletion is irreversible, the site stops opening at its address, and a custom domain remains in the account while its association is removed. It does not cover error cases or permissions, but the most important side effects are transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two tightly written sentences: the first communicates the core destructive action and result, the second handles the important domain edge case. No filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description covers the essential context: permanence, effect on the site's URL, and the domain exception. It is sufficiently complete for correct invocation, though it could mention what the agent should expect in response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the schema already explains that page_id is the site identifier from htmlkin_publish. The description only restates 'по идентификатору', adding little beyond the structured parameter definition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action ('Безвозвратно удаляет ранее опубликованный сайт') with the resource and effect. It also distinguishes itself from siblings like htmlkin_publish and htmlkin_update by emphasizing deletion and irreversibility.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is clear: use this when a previously published site must be permanently removed. It does not explicitly mention alternatives or when not to use it, but the deletion purpose is distinct enough from the sibling tools that no ambiguity remains.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
htmlkin_getПолучить информацию о сайтеAInspect
Возвращает метаданные ранее опубликованного сайта: адрес, размер, число файлов, entrypoint, срок жизни и наличие PIN-защиты.
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Идентификатор сайта. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses what is returned (metadata fields) and implies a read-only operation. However, it omits error behavior (e.g., what happens if the site is not found) and does not explicitly state that no changes are made, which would be useful given the absence of readOnlyHint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that leads with the action and immediately lists the returned data. Every word earns its place with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read tool without an output schema, the description adequately lists the return fields and resource state. It lacks details on error handling and does not explicitly confirm the operation is non-mutating, but these are minor gaps for a metadata getter. Overall it is sufficiently complete for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema's generic 'Идентификатор сайта' (site identifier) by specifying the site must be previously published and enumerating the metadata tied to that identifier. This helps the agent understand the required state of the resource.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Возвращает метаданные' (returns metadata) with a clear resource: previously published site. It enumerates the exact metadata fields, making the tool's function unmistakable. It clearly distinguishes from sibling tools (delete, publish, update) as the read-only metadata retrieval operation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clarifies the tool operates on 'ранее опубликованного сайта' (previously published site), implying it should be used after publishing and not for unpublished resources. However, it does not explicitly mention alternatives or state when not to use this tool, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
htmlkin_publishОпубликовать сайтAInspect
Публикует сайт на htmlkin.ru и возвращает его публичный адрес (URL). Принимает ровно один источник: готовый HTML (html_content), PDF в base64 (pdf_base64) или текстовые файлы статического сайта (files). Для binary-ассетов используй ZIP через REST API или браузер. Можно задать желаемый субдомен и PIN-защиту.
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | 4-значный PIN (0000–9999) для защиты просмотра сайта. Опционально. | |
| files | No | До 20 текстовых файлов и 2 МБ UTF-8 суммарно; обязателен корневой index.html. | |
| subdomain | No | Желаемый субдомен ({subdomain}.htmlkin.ru): 3–63 символа a-z, 0-9, «-» (не по краям). Не URL и не имя файла. Если занят — ошибка subdomain_taken. | |
| pdf_base64 | No | PDF-документ в base64 (можно с префиксом data:application/pdf;base64,). Ровно одно из полей html_content и pdf_base64. | |
| html_content | No | Полный HTML-документ сайта (inline HTML, до 30 МБ; больше — ZIP через REST API). Ровно одно из полей html_content и pdf_base64. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral burden. It discloses the outcome (returns public URL), the exclusivity constraint, and the binary-asset fallback. It does not mention idempotency, whether an existing subdomain is treated as an error (only in schema), or authentication expectations, leaving some behavior implicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four short sentences, front-loaded with purpose and return value; each sentence adds a constraint or routing hint without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 5 optional parameters and no output schema, the description covers purpose, source selection, optional subdomain/PIN, and return value. It leaves error semantics (subdomain_taken) to the schema, which is acceptable, but a brief note on response shape beyond 'URL' would be more complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema already documents all five parameters (coverage 100%), so the baseline is 3. The description adds the mutual-exclusion rule across html_content/pdf_base64/files and clarifies that files are for text-only static sites, which is decision-relevant beyond the schema fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Публикует сайт на htmlkin.ru' and states the return value (public URL). Listing the three accepted source formats (html_content, pdf_base64, files) further defines the operation and distinguishes it from sibling delete/get/update tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly says 'Принимает ровно один источник' (exactly one source), guiding parameter selection, and routes binary assets to ZIP via REST API or browser, an explicit alternative. It does not, however, contrast with htmlkin_update/delete, so sibling differentiation is incomplete.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
htmlkin_updateПолностью обновить сайтAInspect
Обновляет ранее опубликованный сайт по его идентификатору: заменяет контент (html_content, pdf_base64 или files — не более одного) и/или меняет PIN. Обновление всегда полностью заменяет сайт: html_content превращает многофайловый сайт в single-file. Адрес сайта не меняется, тип контента менять можно (HTML → PDF и наоборот). Можно передать только pin, чтобы изменить лишь защиту.
| Name | Required | Description | Default |
|---|---|---|---|
| pin | No | 4 цифры — установить/сменить PIN; пустая строка — снять PIN. | |
| files | No | Новый полный набор текстовых файлов сайта; до 20 файлов / 2 МБ. | |
| page_id | Yes | Идентификатор сайта (поле id из ответа htmlkin_publish). | |
| pdf_base64 | No | Новый PDF-документ в base64. Опционально; не вместе с html_content. | |
| html_content | No | Новый HTML-документ. Опционально; не вместе с pdf_base64. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden and does so well. It discloses that the update always fully replaces the site, that html_content converts a multi-file site into a single-file site, that the address does not change, and that content type can be switched between HTML and PDF.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and every sentence adds information: the update scope, the replacement behavior, the address stability, the content-type switching, and the PIN-only case. It is front-loaded with the core purpose and avoids redundant boilerplate.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a mutation tool with no annotations and no output schema, the description together with the schema fully covers what an agent needs to call it correctly: valid page identification, content constraints, replacement semantics, and the PIN-only variant. Nothing essential is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Even though the schema already documents all 5 parameters, the description adds crucial cross-parameter semantics: at most one of html_content, pdf_base64, or files may be provided, passing only pin changes protection, and html_content has a transformative effect on multi-file sites. This goes well beyond the individual field descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb and resource: updates an already published site by its identifier. It clearly distinguishes itself from siblings by emphasizing 'previously published' and by explaining that the address stays the same, making it distinct from publish, delete, and get.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states the use case: updating an existing published site and optionally changing only the PIN. It implies the boundary against publish by saying 'previously published site,' but it does not explicitly name alternatives or say when not to use this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
htmlkin_delete - First observed
htmlkin_get - First observed
htmlkin_publish - First observed
htmlkin_update
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity – fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge – works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge – works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT