Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

HTML to Text

БесплатноНе проверен

Converts HTML content to plain text for AI agents via the Pipeworx gateway.

GitHubEmbed

Описание

Converts HTML content to plain text for AI agents via the Pipeworx gateway.

README

HTML → text MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
html_to_text Convert HTML to readable plain text (keyless, offline): drops scripts/styles/comments, converts block elements to newlines, decodes entities, and collapses whitespace. Ideal for cleaning scraped HTML.
extract_links Extract all hyperlinks from HTML as {href, text} pairs (keyless, offline).
extract_metadata Pull page metadata from HTML (keyless, offline): , meta description/keywords, and Open Graph (og:*) tags.</td> </tr> </tbody></table> <h2>Quick Start</h2> <p>Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):</p> <pre><code class="language-json">{ "mcpServers": { "htmltext": { "url": "https://gateway.pipeworx.io/htmltext/mcp" } } } </code></pre> <p>Or connect to the full Pipeworx gateway for access to all 1394+ data sources:</p> <pre><code class="language-json">{ "mcpServers": { "pipeworx": { "url": "https://gateway.pipeworx.io/mcp" } } } </code></pre> <h2>Using with ask_pipeworx</h2> <p>Instead of calling tools directly, you can ask questions in plain English:</p> <pre><code>ask_pipeworx({ question: "your question about Htmltext data" }) </code></pre> <p>The gateway picks the right tool and fills the arguments automatically.</p> <h2>More</h2> <ul> <li><a href="https://pipeworx.io/docs" target="_blank" rel="noopener noreferrer">Docs and guides</a></li> <li><a href="https://pipeworx.io" target="_blank" rel="noopener noreferrer">pipeworx.io</a></li> </ul> <h2>License</h2> <p>MIT</p> </div><p class="mt-3 font-mono text-[10px] uppercase tracking-widest text-muted-foreground">from<!-- --> <a href="https://github.com/pipeworx-io/mcp-htmltext" target="_blank" rel="noopener noreferrer" class="underline hover:text-foreground">github.com/<!-- -->pipeworx-io/mcp-htmltext</a></p></section><section class="mt-10"><h2 class="text-lg font-semibold">Установить HTML to Text в Claude Desktop, Claude Code, Cursor</h2><div class="mt-4"><div class="space-y-6"><div class="border-2 border-pixel-magenta/50 bg-pixel-magenta/6 p-4 shadow-[3px_3px_0_0_var(--pixel-magenta)]"><div class="mb-2 flex items-center gap-1.5 font-mono text-[11px] uppercase tracking-widest text-pixel-magenta"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles h-3.5 w-3.5" aria-hidden="true"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"></path><path d="M20 2v4"></path><path d="M22 4h-4"></path><circle cx="4" cy="20" r="2"></circle></svg>Рекомендуется · одна команда, все IDE</div><div class="relative"><pre class="overflow-x-auto rounded-xl border border-border bg-muted/40 p-4 font-mono text-[11px] leading-relaxed sm:text-xs"><code>unyly install html-to-text</code></pre><button data-slot="button" data-variant="secondary" data-size="sm" class="inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 bg-secondary text-secondary-foreground hover:bg-secondary absolute right-2 top-2 h-7 gap-1 px-2 text-xs shadow-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy h-3 w-3" aria-hidden="true"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg> <!-- -->Копировать</button></div><p class="mt-2 text-xs leading-relaxed text-muted-foreground">Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.</p><p class="mt-1.5 text-xs text-muted-foreground">Впервые? Поставь CLI:<!-- --> <code class="rounded bg-muted px-1 py-0.5 font-mono">curl -fsSL https://unyly.org/install | sh</code></p></div><div><p class="mb-3 font-mono text-[11px] uppercase tracking-widest text-muted-foreground">Или настроить вручную</p><div dir="ltr" data-orientation="horizontal" data-slot="tabs" class="group/tabs flex gap-2 data-[orientation=horizontal]:flex-col w-full"><div role="tablist" aria-orientation="horizontal" data-slot="tabs-list" data-variant="default" class="group/tabs-list inline-flex items-center rounded-lg p-[3px] text-muted-foreground group-data-[orientation=horizontal]/tabs:h-9 group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col data-[variant=line]:rounded-none bg-muted w-full justify-start overflow-x-auto overflow-y-hidden sm:w-auto" tabindex="-1" data-orientation="horizontal" style="outline:none"><button type="button" role="tab" aria-selected="true" aria-controls="radix-_R_1agkqnpfiuuaivb_-content-code" data-state="active" id="radix-_R_1agkqnpfiuuaivb_-trigger-code" data-slot="tabs-trigger" class="relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap text-foreground/60 transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-sm group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none dark:text-muted-foreground dark:hover:text-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent data-[state=active]:bg-background data-[state=active]:text-foreground dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 dark:data-[state=active]:text-foreground after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Claude Code</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_1agkqnpfiuuaivb_-content-desktop" data-state="inactive" id="radix-_R_1agkqnpfiuuaivb_-trigger-desktop" data-slot="tabs-trigger" class="relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap text-foreground/60 transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-sm group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none dark:text-muted-foreground dark:hover:text-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent data-[state=active]:bg-background data-[state=active]:text-foreground dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 dark:data-[state=active]:text-foreground after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Claude Desktop</button><button type="button" role="tab" aria-selected="false" aria-controls="radix-_R_1agkqnpfiuuaivb_-content-cursor" data-state="inactive" id="radix-_R_1agkqnpfiuuaivb_-trigger-cursor" data-slot="tabs-trigger" class="relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap text-foreground/60 transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-sm group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none dark:text-muted-foreground dark:hover:text-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent data-[state=active]:bg-background data-[state=active]:text-foreground dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 dark:data-[state=active]:text-foreground after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100" tabindex="-1" data-orientation="horizontal" data-radix-collection-item="">Cursor</button></div><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_1agkqnpfiuuaivb_-trigger-code" id="radix-_R_1agkqnpfiuuaivb_-content-code" tabindex="0" data-slot="tabs-content" class="flex-1 outline-none mt-4 space-y-3" style="animation-duration:0s"><p class="text-sm text-muted-foreground">Выполни в терминале:</p><div class="relative"><pre class="overflow-x-auto rounded-xl border border-border bg-muted/40 p-4 font-mono text-[11px] leading-relaxed sm:text-xs"><code>claude mcp add html-to-text -- npx -y @pipeworx/mcp-htmltext</code></pre><button data-slot="button" data-variant="secondary" data-size="sm" class="inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 bg-secondary text-secondary-foreground hover:bg-secondary absolute right-2 top-2 h-7 gap-1 px-2 text-xs shadow-sm"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy h-3 w-3" aria-hidden="true"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg> <!-- -->Копировать</button></div></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_1agkqnpfiuuaivb_-trigger-desktop" hidden="" id="radix-_R_1agkqnpfiuuaivb_-content-desktop" tabindex="0" data-slot="tabs-content" class="flex-1 outline-none mt-4 space-y-3"></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-_R_1agkqnpfiuuaivb_-trigger-cursor" hidden="" id="radix-_R_1agkqnpfiuuaivb_-content-cursor" tabindex="0" data-slot="tabs-content" class="flex-1 outline-none mt-4 space-y-3"></div></div></div></div></div></section><section class="mt-10"><h2 class="text-lg font-semibold">Пошаговые гайды: как установить HTML to Text</h2><div class="mt-4 grid gap-2 sm:grid-cols-2"><a class="group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta" href="/ru/install/html-to-text/claude-desktop"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta" aria-hidden="true"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"></path></svg><span class="font-medium">Установить HTML to Text в Claude Desktop</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg></a><a class="group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta" href="/ru/install/html-to-text/claude-code"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta" aria-hidden="true"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"></path></svg><span class="font-medium">Установить HTML to Text в Claude Code</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg></a><a class="group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta" href="/ru/install/html-to-text/cursor"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta" aria-hidden="true"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"></path></svg><span class="font-medium">Установить HTML to Text в Cursor</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg></a><a class="group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta" href="/ru/install/html-to-text/vscode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta" aria-hidden="true"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"></path></svg><span class="font-medium">Установить HTML to Text в VS Code</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg></a></div></section><section class="mt-10"><h2 class="text-lg font-semibold">FAQ</h2><div class="mt-4 grid gap-4 sm:grid-cols-2"><div class="rounded-lg border border-border bg-card p-4"><h3 class="text-sm font-semibold">HTML to Text MCP бесплатный?</h3><p class="mt-1.5 text-sm text-muted-foreground">Да, HTML to Text MCP бесплатный — установка в пару кликов через Unyly без оплаты.</p></div><div class="rounded-lg border border-border bg-card p-4"><h3 class="text-sm font-semibold">Нужен ли API-ключ для HTML to Text?</h3><p class="mt-1.5 text-sm text-muted-foreground">Нет, HTML to Text работает без API-ключей и переменных окружения.</p></div><div class="rounded-lg border border-border bg-card p-4"><h3 class="text-sm font-semibold">HTML to Text — hosted или self-hosted?</h3><p class="mt-1.5 text-sm text-muted-foreground">Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.</p></div><div class="rounded-lg border border-border bg-card p-4"><h3 class="text-sm font-semibold">Как установить HTML to Text в Claude Desktop, Claude Code или Cursor?</h3><p class="mt-1.5 text-sm text-muted-foreground">Открой HTML to Text на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.</p></div></div></section></div><aside class="space-y-5 md:sticky md:top-24 md:self-start"><div class="rounded-2xl border border-border/80 bg-card p-5"><p class="text-xs font-medium uppercase tracking-wide text-muted-foreground">Характеристики</p><dl class="mt-4 space-y-3 text-sm"><div class="flex items-center justify-between gap-3"><dt class="text-muted-foreground">Категория</dt><dd class="font-medium">AI и агенты</dd></div><div class="flex items-center justify-between gap-3"><dt class="text-muted-foreground">Стоимость</dt><dd class="font-medium">Бесплатно</dd></div><div class="flex items-center justify-between gap-3"><dt class="text-muted-foreground">Хостинг</dt><dd class="font-medium">Только self-hosted</dd></div><div class="flex items-center justify-between gap-3"><dt class="text-muted-foreground">Проверено</dt><dd class="font-medium">Сообщество</dd></div><div class="flex items-center justify-between gap-3"><dt class="text-muted-foreground">Автор</dt><dd class="font-medium">pipeworx-io</dd></div></dl><a href="https://pipeworx.io/packs/htmltext" target="_blank" rel="noopener noreferrer" class="mt-4 inline-flex items-center gap-1 text-xs text-indigo-600 hover:underline dark:text-indigo-400">Сайт<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link h-3 w-3" aria-hidden="true"><path d="M15 3h6v6"></path><path d="M10 14 21 3"></path><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path></svg></a></div><div class="rounded-2xl border p-5 border-border/80"><div class="flex items-center gap-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-question-mark h-4 w-4 text-muted-foreground" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3"></path><path d="M12 17h.01"></path></svg><p class="text-xs font-medium uppercase tracking-wide text-muted-foreground">Безопасность</p><span class="ml-auto text-xs font-semibold text-muted-foreground">Ещё не проверен</span></div><p class="mt-3 text-xs text-muted-foreground">Этот сервер ещё не проанализирован.</p><p class="mt-3 border-t border-border/60 pt-2 text-[10px] leading-snug text-muted-foreground">Автоматическая эвристика по публичным данным — не гарантия безопасности.</p></div><div class="border-2 border-border bg-pixel-magenta/5 p-4"><p class="flex items-center gap-1.5 font-mono text-[10px] uppercase tracking-widest text-pixel-magenta"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-brain h-3 w-3" aria-hidden="true"><path d="M12 18V5"></path><path d="M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4"></path><path d="M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5"></path><path d="M17.997 5.125a4 4 0 0 1 2.526 5.77"></path><path d="M18 18a4 4 0 0 0 2-7.464"></path><path d="M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517"></path><path d="M6 18a4 4 0 0 1-2-7.464"></path><path d="M6.003 5.125a4 4 0 0 0-2.526 5.77"></path></svg> <!-- -->pro-tip</p><p class="mt-2 text-xs leading-relaxed text-foreground/90">Поставил <!-- -->HTML to Text<!-- -->? Скажи Claude:<!-- --> <em class="text-pixel-magenta">«запомни почему я установил <!-- -->HTML to Text<!-- --> и что хочу попробовать»</em> <!-- -->— попадёт в твой <a class="font-bold underline" href="/ru/vault">Vault</a>.</p><a class="mt-2 inline-flex items-center gap-1 font-mono text-[10px] uppercase tracking-widest text-pixel-magenta hover:underline" href="/ru/docs/vault-flow">как это работает →</a></div></aside></div><section class="mt-16 sm:mt-24"><h2 class="text-xl font-semibold tracking-tight">Похожие MCP</h2><div class="mt-5 grid gap-4 sm:grid-cols-2 lg:grid-cols-4"><a class="group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none" style="--card-hover-c:var(--pixel-magenta)" href="/ru/mcp/fetch"><div class="flex items-start justify-between gap-3"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12" style="background-color:oklch(0.92 0.06 40)" aria-hidden="true"><span class="font-display" style="color:oklch(0.28 0.18 40);font-size:18.04px;line-height:1">F</span><span class="absolute inset-0 hidden bg-card dark:block" style="background-color:oklch(0.18 0.05 40);z-index:-1"></span></div><div class="flex flex-wrap items-center gap-1"></div></div><div class="mt-4 flex-1"><div class="flex items-center gap-1.5"><h3 class="font-sans text-base font-bold tracking-tight">Fetch</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check h-4 w-4 text-pixel-cyan" role="img" aria-label="Проверено"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="inline-block h-1.5 w-1.5 rounded-full bg-red-500" title="unpublished" aria-label="unpublished"></span></div><p class="mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground">Web content fetching and conversion for efficient LLM usage.</p></div><div class="mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground"><span class="flex min-w-0 items-center gap-1.5 truncate"><span aria-hidden="true" class="inline-flex shrink-0 items-center justify-center rounded-full bg-pixel-magenta/20 font-semibold text-pixel-magenta" style="width:16px;height:16px;font-size:8px">C</span><span class="truncate">автор: Community</span></span><div class="flex items-center gap-3"></div></div><div class="pointer-events-none absolute right-2 top-2 opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100"><div class="pointer-events-auto"><button data-slot="button" data-variant="outline" data-size="sm" class="inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 bg-background text-foreground hover:bg-accent h-9 px-3 text-xs gap-1.5" type="button" title="Добавить в Claude Code" aria-label="Добавить в Claude Code"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy h-3.5 w-3.5" aria-hidden="true"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg></button></div></div></a><a class="group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none" style="--card-hover-c:#FF9900" href="/ru/mcp/aws-kb-retrieval"><div class="flex items-start justify-between gap-3"><div class="flex shrink-0 items-center justify-center border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12" style="background-color:color-mix(in oklab, #FF9900 12%, var(--card))" aria-hidden="true"><span class="relative inline-flex items-center justify-center" style="width:22px;height:22px" aria-label="AWS"><svg role="img" viewBox="0 0 24 24" width="22" height="22" xmlns="http://www.w3.org/2000/svg" fill="#FF9900" class="block"><path d="M6.763 10.036c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 0 1-.208.072c-.08 0-.16-.04-.24-.112a2.47 2.47 0 0 1-.287-.375 6.18 6.18 0 0 1-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.192-1.596-.576-.391-.384-.59-.896-.59-1.536 0-.68.24-1.234.726-1.657s1.132-.635 1.955-.635c.272 0 .551.024.847.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.296.072-.583.16-.862.272a2.287 2.287 0 0 1-.28.104.488.488 0 0 1-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 0 1 .224-.167c.279-.144.614-.264 1.005-.36a4.84 4.84 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647.439.43.662 1.085.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144.287-.096.543-.272.758-.512.128-.152.224-.32.272-.512.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 0 0-.735-.136 6.02 6.02 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.295.838.295zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55c-.048-.16-.072-.264-.072-.32 0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.152-.312a.549.549 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 0 1-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.151.32-.064.056-.176.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.777.777 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 0 1-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 0 1 .24.2.43.43 0 0 1 .071.263v.375c0 .168-.064.256-.184.256a.83.83 0 0 1-.303-.096 3.653 3.653 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .223.08.414.24.566.16.151.454.303.877.439l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926-.144.272-.336.511-.583.703-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167zM21.698 16.207c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607zm1.093-1.245c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.288.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994z"></path></svg></span></div><div class="flex flex-wrap items-center gap-1"></div></div><div class="mt-4 flex-1"><div class="flex items-center gap-1.5"><h3 class="font-sans text-base font-bold tracking-tight text-(--brand-name-c,inherit) dark:text-(--brand-name-c-dark,var(--brand-name-c,inherit))" style="--brand-name-c:#FF9900;--brand-name-c-dark:#FF9900">AWS KB Retrieval</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check h-4 w-4 text-pixel-cyan" role="img" aria-label="Проверено"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50" title="health unknown" aria-label="health unknown"></span></div><p class="mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground">Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.</p></div><div class="mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground"><span class="flex min-w-0 items-center gap-1.5 truncate"><img src="https://github.com/modelcontextprotocol.png?size=32" alt="modelcontextprotocol" loading="lazy" class="shrink-0 rounded-full bg-muted object-cover" style="width:16px;height:16px"/><span class="truncate">автор: modelcontextprotocol</span></span><div class="flex items-center gap-3"></div></div></a><a class="group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none" style="--card-hover-c:var(--pixel-magenta)" href="/ru/mcp/spring-ai-mcp-server"><div class="flex items-start justify-between gap-3"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12" aria-hidden="true"><img alt="" loading="lazy" width="48" height="48" decoding="async" data-nimg="1" class="h-full w-full object-cover" style="color:transparent" src="https://www.google.com/s2/favicons?domain=docs.spring.io&sz=128"/></div><div class="flex flex-wrap items-center gap-1"></div></div><div class="mt-4 flex-1"><div class="flex items-center gap-1.5"><h3 class="font-sans text-base font-bold tracking-tight">Spring AI MCP Server</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check h-4 w-4 text-pixel-cyan" role="img" aria-label="Проверено"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50" title="health unknown" aria-label="health unknown"></span></div><p class="mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground">Provides auto-configuration for setting up an MCP server in Spring Boot applications.</p></div><div class="mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground"><span class="flex min-w-0 items-center gap-1.5 truncate"><span aria-hidden="true" class="inline-flex shrink-0 items-center justify-center rounded-full bg-pixel-magenta/20 font-semibold text-pixel-magenta" style="width:16px;height:16px;font-size:8px">C</span><span class="truncate">автор: Community</span></span><div class="flex items-center gap-3"></div></div></a><a class="group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none" style="--card-hover-c:var(--pixel-magenta)" href="/ru/mcp/llm-analysis-assistant"><div class="flex items-start justify-between gap-3"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12" style="background-color:oklch(0.92 0.06 95)" aria-hidden="true"><span class="font-display" style="color:oklch(0.28 0.18 95);font-size:18.04px;line-height:1">L</span><span class="absolute inset-0 hidden bg-card dark:block" style="background-color:oklch(0.18 0.05 95);z-index:-1"></span></div><div class="flex flex-wrap items-center gap-1"></div></div><div class="mt-4 flex-1"><div class="flex items-center gap-1.5"><h3 class="font-sans text-base font-bold tracking-tight">llm-analysis-assistant</h3><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check h-4 w-4 text-pixel-cyan" role="img" aria-label="Проверено"><circle cx="12" cy="12" r="10"></circle><path d="m9 12 2 2 4-4"></path></svg><span class="inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50" title="health unknown" aria-label="health unknown"></span></div><p class="mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground">A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also</p></div><div class="mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground"><span class="flex min-w-0 items-center gap-1.5 truncate"><img src="https://github.com/xuzexin-hz.png?size=32" alt="xuzexin-hz" loading="lazy" class="shrink-0 rounded-full bg-muted object-cover" style="width:16px;height:16px"/><span class="truncate">автор: xuzexin-hz</span></span><div class="flex items-center gap-3"></div></div><div class="pointer-events-none absolute right-2 top-2 opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100"><div class="pointer-events-auto"><button data-slot="button" data-variant="outline" data-size="sm" class="inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 bg-background text-foreground hover:bg-accent h-9 px-3 text-xs gap-1.5" type="button" title="Добавить в Claude Code" aria-label="Добавить в Claude Code"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-copy h-3.5 w-3.5" aria-hidden="true"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg></button></div></div></a></div></section><section class="mt-16 sm:mt-24"><h2 class="text-xl font-semibold tracking-tight">Compare <!-- -->HTML to Text<!-- --> with</h2><div class="mt-5 flex flex-wrap gap-2"><a class="inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent" href="/ru/mcp/html-to-text/vs/fetch"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10" style="background-color:oklch(0.92 0.06 40)" aria-hidden="true"><span class="font-display" style="color:oklch(0.28 0.18 40);font-size:14.76px;line-height:1">F</span><span class="absolute inset-0 hidden bg-card dark:block" style="background-color:oklch(0.18 0.05 40);z-index:-1"></span></div><span class="font-medium">HTML to Text</span><span class="text-muted-foreground">vs</span><span class="font-medium">Fetch</span></a><a class="inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent" href="/ru/mcp/html-to-text/vs/aws-kb-retrieval"><div class="flex shrink-0 items-center justify-center border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10" style="background-color:color-mix(in oklab, #FF9900 12%, var(--card))" aria-hidden="true"><span class="relative inline-flex items-center justify-center" style="width:18px;height:18px" aria-label="AWS"><svg role="img" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg" fill="#FF9900" class="block"><path d="M6.763 10.036c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 0 1-.208.072c-.08 0-.16-.04-.24-.112a2.47 2.47 0 0 1-.287-.375 6.18 6.18 0 0 1-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.192-1.596-.576-.391-.384-.59-.896-.59-1.536 0-.68.24-1.234.726-1.657s1.132-.635 1.955-.635c.272 0 .551.024.847.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.296.072-.583.16-.862.272a2.287 2.287 0 0 1-.28.104.488.488 0 0 1-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 0 1 .224-.167c.279-.144.614-.264 1.005-.36a4.84 4.84 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647.439.43.662 1.085.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144.287-.096.543-.272.758-.512.128-.152.224-.32.272-.512.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 0 0-.735-.136 6.02 6.02 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.295.838.295zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55c-.048-.16-.072-.264-.072-.32 0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.152-.312a.549.549 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 0 1-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.151.32-.064.056-.176.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.777.777 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 0 1-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 0 1 .24.2.43.43 0 0 1 .071.263v.375c0 .168-.064.256-.184.256a.83.83 0 0 1-.303-.096 3.653 3.653 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .223.08.414.24.566.16.151.454.303.877.439l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926-.144.272-.336.511-.583.703-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167zM21.698 16.207c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607zm1.093-1.245c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.288.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994z"></path></svg></span></div><span class="font-medium">HTML to Text</span><span class="text-muted-foreground">vs</span><span class="font-medium">AWS KB Retrieval</span></a><a class="inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent" href="/ru/mcp/html-to-text/vs/spring-ai-mcp-server"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10" aria-hidden="true"><img alt="" loading="lazy" width="40" height="40" decoding="async" data-nimg="1" class="h-full w-full object-cover" style="color:transparent" src="https://www.google.com/s2/favicons?domain=docs.spring.io&sz=128"/></div><span class="font-medium">HTML to Text</span><span class="text-muted-foreground">vs</span><span class="font-medium">Spring AI MCP Server</span></a><a class="inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent" href="/ru/mcp/html-to-text/vs/llm-analysis-assistant"><div class="relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10" style="background-color:oklch(0.92 0.06 95)" aria-hidden="true"><span class="font-display" style="color:oklch(0.28 0.18 95);font-size:14.76px;line-height:1">L</span><span class="absolute inset-0 hidden bg-card dark:block" style="background-color:oklch(0.18 0.05 95);z-index:-1"></span></div><span class="font-medium">HTML to Text</span><span class="text-muted-foreground">vs</span><span class="font-medium">llm-analysis-assistant</span></a></div></section><section class="mt-16 grid gap-4 sm:mt-20 md:grid-cols-3"><a class="block rounded-lg border-2 border-pixel-cyan/40 bg-pixel-cyan/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--pixel-cyan)]" href="/ru/quiz"><p class="font-mono text-[10px] uppercase tracking-widest text-pixel-cyan">Не уверен что выбрать?</p><p class="mt-2 font-display text-lg leading-tight">Найди свой стек за 60 секунд</p></a><a class="block rounded-lg border-2 border-amber-500/40 bg-amber-400/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_rgb(245_158_11)]" href="/ru/mcp/html-to-text/embed"><p class="font-mono text-[10px] uppercase tracking-widest text-amber-600 dark:text-amber-400">Автор?</p><p class="mt-2 font-display text-lg leading-tight">Embed-бейдж для README</p></a><a class="block rounded-lg border-2 border-pixel-magenta/40 bg-pixel-magenta/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--pixel-magenta)]" href="/ru/category/ai"><p class="font-mono text-[10px] uppercase tracking-widest text-pixel-magenta">Похожее</p><p class="mt-2 font-display text-lg leading-tight capitalize">Все в категории ai</p></a></section></div></main><footer class="mt-auto border-t-2 border-border bg-background"><div class="mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl py-12 sm:py-16"><div class="grid gap-10 md:grid-cols-[2fr_1fr_1fr_1fr]"><div class="max-w-sm"><span class="inline-flex items-center gap-2.5"><span class="inline-flex shrink-0 items-center justify-center" aria-hidden="true"><span class="inline-block [image-rendering:pixelated]" style="width:36px;height:36px;background-image:url(/pixel/unicorn/idle-south-sheet.png);background-size:396px 36px;background-repeat:no-repeat;background-position:0 0"></span></span><span class="inline-flex items-baseline gap-2"><span class="font-display text-3xl uppercase leading-none tracking-tight">Unyly</span></span></span><p class="mt-4 text-sm text-muted-foreground">Маркетплейс MCP для тех, кто предпочитает отгружать продукт, а не редактировать JSON.</p><div class="mt-5"><p class="mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70">В реестрах</p><div class="flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground"><a href="https://registry.modelcontextprotocol.io" target="_blank" rel="noopener" class="transition-colors hover:text-foreground">MCP Registry</a><span class="text-border">·</span><a href="https://smithery.ai/servers/unyly/gateway" target="_blank" rel="noopener" class="transition-colors hover:text-foreground">Smithery</a><span class="text-border">·</span><a href="https://glama.ai/mcp/servers/FasadSalatov/unyly-gateway" target="_blank" rel="noopener" class="transition-colors hover:text-foreground">Glama</a></div></div><div class="mt-5"><p class="mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70">Telegram</p><div class="flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground"><a href="https://t.me/unyly_global" target="_blank" rel="noopener" class="transition-colors hover:text-foreground">Global (EN)</a><span class="text-border">·</span><a href="https://t.me/unyly_cis" target="_blank" rel="noopener" class="transition-colors hover:text-foreground">CIS (RU)</a></div></div></div><div><p class="mb-3 font-mono text-xs uppercase tracking-widest text-foreground">Продукт</p><ul class="space-y-2 text-sm text-muted-foreground"><li><a class="transition-colors hover:text-foreground" href="/ru/browse">Каталог</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/categories">Categories</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/best-mcp-servers">Best MCP servers</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/new">New this week</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/mcp-directories">MCP directories</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/stats">Ecosystem stats</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/quiz">Find your stack (quiz)</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/pricing">Тарифы</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/submit">Опубликовать MCP</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/bounties">Bounties</a></li></ul></div><div><p class="mb-3 font-mono text-xs uppercase tracking-widest text-foreground">Разработчикам</p><ul class="space-y-2 text-sm text-muted-foreground"><li><a class="transition-colors hover:text-foreground" href="/ru/docs">Документация</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/openapi-to-mcp">OpenAPI → MCP</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/docs/glossary">Glossary</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/docs/vault-flow">Vault flow</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/docs/hosting">Hosted MCPs</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/docs/monetization">Монетизация</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/docs/api">Публичный API</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/gateway">Gateway</a></li></ul></div><div><p class="mb-3 font-mono text-xs uppercase tracking-widest text-foreground">Компания</p><ul class="space-y-2 text-sm text-muted-foreground"><li><a class="transition-colors hover:text-foreground" href="/ru/about">О нас</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/security">Security</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/status">Status</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/enterprise">Enterprise</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/blog">Блог</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/changelog">Changelog</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/privacy">Приватность</a></li><li><a class="transition-colors hover:text-foreground" href="/ru/terms">Правила</a></li></ul></div></div></div><div class="border-t-2 border-border bg-secondary"><div class="mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl flex flex-col items-start justify-between gap-2 py-5 font-mono text-[11px] uppercase tracking-widest text-muted-foreground md:flex-row md:items-center"><p>© 2026 Unyly. Не связаны с Anthropic.</p><div class="flex flex-col items-start gap-1 md:flex-row md:items-center md:gap-4"><p>Сделано билдерами для билдеров.</p><a href="https://meeet.world/" target="_blank" rel="noopener noreferrer" class="group inline-flex items-center gap-2 transition-opacity hover:opacity-100 " aria-label="Meeet Ecosystems"><svg aria-hidden="true" focusable="false" viewBox="0 0 34 44" width="11" height="14" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="text-pixel-magenta shrink-0"><path d="M33.903 21.8003C33.903 20.4505 33.3539 19.2286 32.4706 18.3411L29.0113 14.8819L32.4706 11.4226C33.3539 10.5392 33.903 9.31324 33.903 7.9634C33.903 5.26784 31.711 3.08002 29.0113 3.08002C27.6615 3.08002 26.4355 3.62904 25.5521 4.51242L18.6378 11.4268C17.903 12.1615 17.259 13.1192 17.259 14.209C17.259 17.9283 21.2508 21.6435 25.5521 21.6476C25.6346 21.6476 25.7048 21.7178 25.7048 21.8003C25.7048 21.8829 25.6346 21.9531 25.5521 21.9531C21.2508 21.9531 17.2549 25.6724 17.2549 29.3916C17.2549 30.4814 17.8988 31.4391 18.6336 32.1739L25.548 39.0882C26.4313 39.9716 27.6573 40.5206 29.0072 40.5206C31.7069 40.5206 33.8988 38.3328 33.8988 35.629C33.8988 34.2792 33.3498 33.0573 32.4664 32.1698L29.0072 28.7105L32.4664 25.2513C33.3498 24.3679 33.8988 23.1419 33.8988 21.7921L33.903 21.8003Z"></path><path d="M0 21.8004C0 20.4505 0.549019 19.2286 1.4324 18.3411L4.89163 14.8819L1.4324 11.4268C0.549019 10.5434 0 9.32153 0 7.97168C0 5.26787 2.18782 3.08005 4.89163 3.08005C6.24148 3.08005 7.46336 3.62907 8.35087 4.51245L15.2652 11.4268C16 12.1616 16.6439 13.1193 16.6439 14.209C16.6439 17.9283 12.6522 21.6435 8.35087 21.6476C8.26831 21.6476 8.19813 21.7178 8.19813 21.8004C8.19813 21.8829 8.26831 21.9531 8.35087 21.9531C12.6522 21.9531 16.6481 25.6724 16.6481 29.3917C16.6481 30.4815 16.0041 31.4391 15.2693 32.1739L8.35499 39.0883C7.47161 39.9716 6.24561 40.5207 4.89576 40.5207C2.19608 40.5207 0.00412796 38.3328 0.00412796 35.629C0.00412796 34.2792 0.553147 33.0573 1.43653 32.1698L4.89576 28.7106L1.43653 25.2513C0.549019 24.3762 0 23.1543 0 21.8004Z"></path></svg><span class="rainbow-text text-[12px] uppercase tracking-widest">ecosystems</span></a></div></div><div class="mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl border-t border-border/40 py-4 text-center font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70"><p>CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001</p></div></div></footer><!--$--><!--/$--></div><script src="/_next/static/chunks/0fwpk14~yfu-f.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[163936,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"default\"]\n3:I[703200,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"default\"]\n6:I[440599,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[440599,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"ViewportBoundary\"]\nc:I[440599,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"MetadataBoundary\"]\ne:I[27389,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"default\",1]\n12:I[427423,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"ThemeProvider\"]\n14:I[692421,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"default\"]\n1a:I[713354,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"Toaster\"]\n1b:I[143370,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"PageviewClientTracker\"]\n1c:I[285004,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"AnimatedFavicon\"]\n1d:I[847768,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"KonamiParade\"]\n1e:I[62916,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"CommandPalette\"]\n1f:I[88824,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chu"])</script><script>self.__next_f.push([1,"nks/174~9hqavl-s9.js\"],\"LibraryTracker\"]\n20:I[658774,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"FeatureBanner\"]\n21:I[929303,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"GlobalSidebar\"]\n22:I[815299,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"Image\"]\n23:I[91404,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"SpriteAnimation\"]\n27:I[283297,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"StickyCtaBanner\"]\n28:I[848844,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"AnonymousSearchLimit\"]\n29:I[318203,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"ReturningVisitorBanner\"]\n2a:I[943516,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\"],\"CookieConsent\"]\n47:I[272209,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"default\"]\n48:I[938487,[\"/_next/static/chunks/0zforxe~dax3o.js"])</script><script>self.__next_f.push([1,"\",\"/_next/static/chunks/12urfj6sdcl4g.js\"],\"IconMark\"]\n:HL[\"/_next/static/chunks/12nfi7thatmo5.css\",\"style\"]\n:HL[\"/_next/static/chunks/0kpr-..ccsh.r.css\",\"style\"]\n:HL[\"/_next/static/media/16d91c780434f2ce-s.p.08txxdt~yy1o3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/42b035f1a63f268d-s.p.0u7q.p6lwsyt..woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/8800dfc60902df36-s.p.127vvh92c894b.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/a8fde9619e5cf826-s.p.0up9_l5-9ot.8.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/cc545e633e20c56d-s.p.0dza.stei.9v7.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e8768c288fbd3aa6-s.p.0kodl07wzttzx.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"ru\",\"mcp\",\"html-to-text\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[[\"locale\",\"ru\",\"d\",null],{\"children\":[\"mcp\",{\"children\":[[\"slug\",\"html-to-text\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0zforxe~dax3o.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/12urfj6sdcl4g.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/12nfi7thatmo5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0kpr-..ccsh.r.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/117u0bfmqmckf.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0dhkj45awctnu.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/094dezdtsnc-u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0c1._5158_097.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/0awe-hp95o~vh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/174~9hqavl-s9.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L4\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[\"$L5\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0f8ry11erx7qu.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,\"$@9\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":false,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"BxY5TMKgcZrGZe_Cg7CLg\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n10:Tc97,"])</script><script>self.__next_f.push([1,"[{\"@context\":\"https://schema.org\",\"@type\":\"WebSite\",\"@id\":\"https://unyly.org/#website\",\"name\":\"Unyly\",\"alternateName\":\"Unyly MCP Marketplace\",\"url\":\"https://unyly.org\",\"description\":\"Самый простой способ установить MCP в Claude Desktop, Claude Code, Cursor и VS Code. Пара кликов, без JSON, без терминала. Тысячи MCP с семантическим поиском, security-сканом и hosted runners. Бесплатно.\",\"inLanguage\":[\"en-US\",\"ru-RU\"],\"publisher\":{\"@id\":\"https://unyly.org/#org\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://unyly.org/browse?q={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}},{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"@id\":\"https://unyly.org/#org\",\"name\":\"Unyly\",\"url\":\"https://unyly.org\",\"logo\":\"https://unyly.org/icon.png\",\"description\":\"Unyly is the simplest way to install Model Context Protocol (MCP) servers — one click into Claude Desktop, Claude Code, Cursor and VS Code. 79,000+ MCPs in the catalog with semantic search and security scans.\",\"sameAs\":[\"https://github.com/FasadSalatov\",\"https://t.me/Fasad_Salatov\",\"https://x.com/fasadsalatov\"]},{\"@context\":\"https://schema.org\",\"@type\":\"SoftwareApplication\",\"@id\":\"https://unyly.org/#software\",\"name\":\"Unyly\",\"operatingSystem\":\"Web · macOS · Windows · Linux\",\"applicationCategory\":\"DeveloperApplication\",\"applicationSubCategory\":\"AI Tools Marketplace\",\"description\":\"Install Model Context Protocol (MCP) servers in Claude Desktop, Claude Code, Cursor and VS Code with one click. No JSON editing, no terminal — Unyly handles the config.\",\"url\":\"https://unyly.org\",\"offers\":{\"@type\":\"Offer\",\"price\":0,\"priceCurrency\":\"USD\"},\"featureList\":[\"79,000+ curated MCP servers\",\"One-click install via deeplink protocols\",\"Semantic search across the full catalog\",\"Automatic security scans (leaked secrets detection)\",\"Cross-platform: Claude Desktop, Claude Code, Cursor, VS Code\",\"Hosted runners for cloud-based MCPs\",\"Version pinning and update notifications\",\"No JSON editing required\"],\"isAccessibleForFree\":true},{\"@context\":\"https://schema.org\",\"@type\":\"HowTo\",\"name\":\"How to install an MCP server in 30 seconds\",\"description\":\"The simplest way to install any MCP server in Claude Desktop, Claude Code, Cursor or VS Code is via the Unyly catalog — one click, no JSON.\",\"totalTime\":\"PT30S\",\"estimatedCost\":{\"@type\":\"MonetaryAmount\",\"currency\":\"USD\",\"value\":\"0\"},\"tool\":[{\"@type\":\"HowToTool\",\"name\":\"Unyly\"}],\"step\":[{\"@type\":\"HowToStep\",\"position\":1,\"name\":\"Browse the Unyly catalog\",\"text\":\"Open unyly.org/browse and search for the MCP you need.\",\"url\":\"https://unyly.org/browse\"},{\"@type\":\"HowToStep\",\"position\":2,\"name\":\"Pick your client\",\"text\":\"On the MCP detail page, switch to your client tab: Claude Desktop, Claude Code, Cursor, or VS Code.\"},{\"@type\":\"HowToStep\",\"position\":3,\"name\":\"Click Install\",\"text\":\"Press the one-click install button. Unyly generates the config and registers the MCP via deeplink.\"},{\"@type\":\"HowToStep\",\"position\":4,\"name\":\"Restart your client\",\"text\":\"Quit and reopen Claude Desktop or your IDE. The MCP appears in the tools list.\"}]}]"])</script><script>self.__next_f.push([1,"4:[\"$\",\"html\",null,{\"lang\":\"ru\",\"suppressHydrationWarning\":true,\"className\":\"onest_43ca77b2-module__ysTMwW__variable tektur_b4fdb8ad-module__urelwG__variable tiny5_8bdbca69-module__Ql70QG__variable jetbrains_mono_57cd5f97-module__jfKQfG__variable h-full antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-full flex flex-col bg-background text-foreground\",\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$10\"}}],\"$L11\"]}]}]\n11:[\"$\",\"$L12\",null,{\"children\":\"$L13\"}]\nb:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:[\"$\",\"$L14\",null,{\"formats\":\"$undefined\",\"locale\":\"ru\",\"messages\":{\"meta\":{\"title\":\"Unyly — Простейший способ установки MCP-серверов\",\"description\":\"Самый простой способ установить MCP в Claude Desktop, Claude Code, Cursor и VS Code. Пара кликов, без JSON, без терминала. Тысячи MCP с семантическим поиском, security-сканом и hosted runners. Бесплатно.\"},\"nav\":{\"browse\":\"Каталог\",\"categories\":\"Категории\",\"pricing\":\"Тарифы\",\"docs\":\"Документация\",\"publish\":\"Опубликовать\",\"stacks\":\"Наборы\",\"trending\":\"В тренде\",\"graph\":\"Граф\",\"vault\":\"Vault\",\"boards\":\"Доски\",\"library\":\"Моя библиотека\",\"login\":\"Войти\",\"signup\":\"Начать\",\"toggleMenu\":\"Меню\",\"toggleTheme\":\"Сменить тему\",\"language\":\"Язык\",\"search\":\"поиск\"},\"hero\":{\"badge\":\"Маркетплейс MCP\",\"titleLine1\":\"Ставь MCP\",\"titleLine2\":\"в пару кликов.\",\"titleAccent\":\"Забудь про JSON-конфиги.\",\"description\":\"Unyly — это App Store для Claude. Ищи, устанавливай и запускай серверы Model Context Protocol для Claude Desktop, Claude Code и Cursor. Без терминала. Без конфигов. Без боли.\",\"browseCta\":\"Каталог из {count}+ MCP\",\"publishCta\":\"Опубликовать свой MCP\",\"quizCta\":\"Подобрать стек\",\"worksWith\":\"Работает с Claude Desktop, Claude Code, Cursor, Windsurf и Cline.\",\"statServers\":\"серверов\",\"statClients\":\"ИИ-клиентов\",\"statRegistries\":\"реестров\"},\"featured\":{\"title\":\"Рекомендуемые MCP\",\"subtitle\":\"Отобраны вручную. Проверены сообществом. Проверены в бою.\",\"viewAll\":\"Все MCP\"},\"categories\":{\"title\":\"Категории\",\"subtitle\":\"От дизайна до DevOps — все рабочие сценарии покрыты.\",\"productivity\":\"Продуктивность\",\"communication\":\"Общение\",\"development\":\"Разработка\",\"data\":\"Данные и аналитика\",\"design\":\"Дизайн\",\"finance\":\"Финансы\",\"browse\":\"Браузер\",\"media\":\"Медиа\",\"ai\":\"AI и агенты\"},\"whyUnyly\":{\"title\":\"Почему Unyly\",\"subtitle\":\"Другие каталоги рассчитаны на разработчиков. Мы — нет.\",\"feature1Title\":\"Установка в пару кликов\",\"feature1Body\":\"Никакого JSON, никакого терминала. Подключаешь аккаунт через OAuth — мы сами генерируем конфиг.\",\"feature2Title\":\"Проверено и безопасно\",\"feature2Body\":\"Каждый рекомендованный MCP проходит ручную проверку. Запуск в песочнице — твои ключи не уходят с устройства.\",\"feature3Title\":\"Зарабатывай как автор\",\"feature3Body\":\"Публикуй платный MCP и начинай зарабатывать за минуты. Крипто-биллинг и выплаты через InstaPay — без LLC, банков и минимума $25.\"},\"pricing\":{\"title\":\"Понятные тарифы\",\"subtitle\":\"Начни бесплатно. Апгрейднешься, когда понадобятся hosted или приватные MCP.\",\"mostPopular\":\"Популярный\",\"perMonth\":\"в месяц\",\"perWorkspaceMonth\":\"за воркспейс / месяц\",\"forever\":\"навсегда\",\"currentPlan\":\"Текущий план\",\"upgradeToPro\":\"Перейти на Pro\",\"free\":{\"name\":\"Free\",\"price\":\"$$0\",\"description\":\"Чтобы попробовать платформу и ставить self-hosted MCP.\",\"cta\":\"Начать\",\"features\":[\"Полный каталог MCP\",\"Неограниченные self-hosted установки\",\"Готовые стеки для Sales / Dev / Research\",\"Brain Boards + Vault для личных заметок\",\"Помощь от сообщества\"]},\"pro\":{\"name\":\"Pro\",\"price\":\"$$12\",\"description\":\"Для тех, кто живёт в Claude целый день.\",\"cta\":\"Оформить\",\"features\":[\"Всё из Free\",\"Hosted MCP (ранний доступ)\",\"Приоритетная очередь запусков\",\"Логи и аналитика\",\"Приватные MCP\",\"Ранний доступ к новинкам\"]},\"team\":{\"name\":\"Team\",\"price\":\"$$49\",\"description\":\"Делись MCP, секретами и воркфлоу с командой.\",\"cta\":\"Связаться\",\"features\":[\"Всё из Pro\",\"До 10 пользователей\",\"Общие приватные MCP\",\"Роли и права\",\"SSO (Google Workspace)\",\"Командная аналитика\"]},\"creditsPerMonth\":\"кредитов / мес\",\"saelSavings\":\"Действия через Sael — до 60% дешевле в кредитах, чем MCP\",\"billingNote\":\"Установка и поиск — всегда бесплатно. Платишь только за рантайм: свой план или тебя покрывает общий пул команды. Никогда и то и то.\",\"connectKicker\":\"Для продуктов и платформ\",\"connectTitle\":\"Строишь на Unyly? Твои юзеры подключаются — потребление на тебе.\",\"connectBody\":\"Встраиваешь наш шлюз в свой продукт (как ARA). Юзеры подключаются одним токеном — их вызовы списываются с prepaid-баланса твоей команды, а не с них. Хостишь приватные MCP, ставишь цену за место и за вызов, оставляешь маржу.\",\"connectCta\":\"Создать команду\",\"connectSecondary\":\"Виджет Connect · $49–999\"},\"creatorCta\":{\"title\":\"Сделал свой MCP? Начни зарабатывать.\",\"description\":\"Публикуй MCP на Unyly и бери подписку с юзеров. Мы берём 20% — InstaPay выплачивает крипту прямо на твой кошелёк, где бы ты ни был.\",\"publishCta\":\"Опубликовать MCP\",\"learnCta\":\"Как устроена монетизация\"},\"browse\":{\"title\":\"Каталог MCP\",\"countOne\":\"{count} сервер — обновляется каждые 6 часов.\",\"countMany\":\"{count} серверов — обновляется каждые 6 часов.\",\"searchPlaceholder\":\"Искать MCP — Gmail, Postgres, Figma, Linear…\",\"filterAll\":\"Все\",\"filterFree\":\"Бесплатные\",\"filterPro\":\"Pro\",\"filterPaid\":\"Платные\",\"allCategories\":\"Все категории\",\"emptyState\":\"Ничего не нашли по фильтрам. Попробуй снять некоторые.\",\"showing\":\"Показано {shown} из {total}\",\"loadMore\":\"Загрузить ещё\",\"loading\":\"Загружаем…\",\"loadError\":\"Не удалось загрузить. Попробуй ещё раз через секунду.\",\"endReached\":\"Это всё — показано {count} MCP\",\"emptyTitle\":\"Нет сигнала\",\"emptyReset\":\"Сбросить фильтры\"},\"mcp\":{\"backToBrowse\":\"Весь каталог\",\"reviews\":\"{count} отзывов\",\"installs\":\"{count} установок\",\"by\":\"автор: {author}\",\"free\":\"Бесплатно\",\"proTier\":\"Pro-тариф\",\"hosted\":\"Hosted\",\"install\":\"Установить\",\"runHosted\":\"Запустить hosted\",\"github\":\"GitHub\",\"about\":\"Описание\",\"howToInstall\":\"Как установить\",\"setupSteps\":\"Шаги настройки\",\"toolsExposed\":\"Доступные инструменты\",\"toolsSubtitle\":\"Функции, которые Claude сможет вызывать при активном MCP.\",\"atAGlance\":\"Характеристики\",\"category\":\"Категория\",\"pricingLabel\":\"Стоимость\",\"hostingLabel\":\"Хостинг\",\"hostingAvailable\":\"Доступен\",\"hostingSelf\":\"Только self-hosted\",\"verified\":\"Проверено\",\"verifiedYes\":\"Да\",\"verifiedCommunity\":\"Сообщество\",\"author\":\"Автор\",\"homepage\":\"Сайт\",\"tags\":\"Теги\",\"related\":\"Похожие MCP\",\"health\":{\"healthy\":\"Поддерживается\",\"stale\":\"Давно не обновлялся ({days}д)\",\"dead\":\"Удалён из npm\",\"unknown\":\"Не проверен\"},\"security\":{\"title\":\"Безопасность\",\"levelLow\":\"Низкий риск\",\"levelMedium\":\"Проверь перед установкой\",\"levelHigh\":\"Высокий риск\",\"levelUnknown\":\"Ещё не проверен\",\"openSource\":\"Открытый код\",\"noSource\":\"Нет публичного кода\",\"verifiedFlag\":\"Проверенный\",\"requestsSecrets\":\"Запрашивает доступы\",\"noSecretsNeeded\":\"Доступы не нужны\",\"asksFor\":\"Запросит:\",\"unknownHint\":\"Этот сервер ещё не проанализирован.\",\"disclaimer\":\"Автоматическая эвристика по публичным данным — не гарантия безопасности.\"},\"installDesktop\":\"Добавь это в \u003ccode\u003eclaude_desktop_config.json\u003c/code\u003e и перезапусти Claude Desktop.\",\"installCode\":\"Выполни в терминале:\",\"installCursor\":\"Cursor Settings → MCP → Add new MCP server, потом вставь:\",\"copy\":\"Копировать\",\"copied\":\"Скопировано\",\"tokenGate\":{\"note\":\"YOUR_TOKEN — твой персональный токен, он привязывает MCP к аккаунту.\",\"cta\":\"Войди и получи свой\"},\"installFromSourceTitle\":\"Сборка из исходников\",\"installFromSourceBody\":\"У сервера нет опубликованного npm/PyPI-пакета — склонируй репозиторий и собери по его README, затем добавь получившуюся команду в свой клиент.\",\"installFromSourceCta\":\"Открыть репозиторий\",\"installCliRecommended\":\"Рекомендуется · одна команда, все IDE\",\"installCliHint\":\"Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.\",\"installCliFirstTime\":\"Впервые? Поставь CLI:\",\"installManual\":\"Или настроить вручную\"},\"submit\":{\"badge\":\"Для авторов MCP\",\"title\":\"Публикуй свой MCP. Получай деньги.\",\"subtitle\":\"Unyly хостит твой MCP, занимается биллингом и приводит юзеров. Ты сосредоточен на коде. Мы берём 20% — без других комиссий.\",\"benefit1Title\":\"Оставляешь 80%\",\"benefit1Body\":\"Ставишь свою цену. InstaPay выплачивает на твой крипто-кошелёк по запросу — USDT, BTC, ETH, 100+ токенов.\",\"benefit2Title\":\"Бесплатный хостинг\",\"benefit2Body\":\"Твой MCP живёт в изолированном контейнере. Масштаб, логи и аптайм — на нас.\",\"benefit3Title\":\"Бейдж доверия\",\"benefit3Body\":\"Пройди проверку безопасности один раз — получи бейдж Verified и в 4 раза больше установок.\",\"benefit4Title\":\"Готовая дистрибуция\",\"benefit4Body\":\"Страницы категорий, featured-места, рассылка и SEO работают сразу из коробки.\",\"formTitle\":\"Отправить MCP\",\"formSubtitle\":\"Вставь ссылку на GitHub — остальное заполним за тебя. Ревью занимает до 48 часов.\",\"repoLabel\":\"GitHub репозиторий\",\"repoPlaceholder\":\"username/mcp-awesome\",\"repoHint\":\"Публичный репозиторий с валидным MCP-манифестом.\",\"nameLabel\":\"Название MCP\",\"namePlaceholder\":\"My Awesome MCP\",\"categoryLabel\":\"Категория\",\"categoryPlaceholder\":\"Например, Продуктивность\",\"taglineLabel\":\"Короткое описание\",\"taglinePlaceholder\":\"Что делает этот MCP в 80 символах?\",\"pricingModelLabel\":\"Модель монетизации\",\"pricingFree\":\"Бесплатно\",\"pricingSubscription\":\"Подписка\",\"pricingOneTime\":\"Разовая покупка\",\"priceLabel\":\"Цена (USD)\",\"priceHint\":\"Подписка = в месяц. Разовая = доступ навсегда. Принимаем в крипте, тебе остаётся 80%.\",\"walletLabel\":\"Крипто-кошелёк для выплат\",\"walletHint\":\"USDT TRC-20 / BTC / ETH / SOL — буквенно-цифровой адрес. InstaPay выплачивает сюда.\",\"emailLabel\":\"Email\",\"emailPlaceholder\":\"you@domain.com\",\"submitCta\":\"Отправить на ревью\",\"submitting\":\"Отправляем…\",\"submitSuccess\":\"Заявка получена\",\"submitSuccessBody\":\"Рассмотрим в течение 48 часов. Ответим на email и обновим статус в дашборде.\",\"successStep1\":\"Статус: на ревью\",\"successStep2\":\"Подтверждение отправлено на email\",\"successStep3\":\"Отслеживай прогресс в дашборде\",\"viewSubmissions\":\"Мои заявки\",\"submitAnother\":\"Отправить ещё один MCP\",\"terms\":\"Отправляя форму, ты соглашаешься с\",\"termsLink\":\"Правилами для авторов\"},\"pricingPage\":{\"title\":\"Понятные тарифы\",\"subtitle\":\"Начни бесплатно. Апгрейднешься, когда нужны hosted или приватные MCP, либо командные функции.\",\"faqTitle\":\"Частые вопросы\",\"faq1Q\":\"Что такое hosted MCP?\",\"faq1A\":\"Любой MCP с меткой «Hosted» крутится на наших серверах. Ты ничего не ставишь локально — Claude ходит к нам по URL.\",\"faq2Q\":\"Можно отменить в любой момент?\",\"faq2A\":\"Да. Pro и Team отменяются в любой момент. Доступ сохраняется до конца оплаченного периода.\",\"faq3Q\":\"Как работают платные MCP?\",\"faq3A\":\"Некоторые MCP авторы публикуют со своей подпиской. Они оплачиваются отдельно от тарифа Unyly.\",\"faq4Q\":\"Есть self-hosted enterprise тариф?\",\"faq4A\":\"Да — Unyly Self-Hosted для компаний, которым нужен on-prem MCP-хостинг с SSO, аудитом и кастомными SLA. Пиши нам.\"},\"footer\":{\"tagline\":\"Маркетплейс MCP для тех, кто предпочитает отгружать продукт, а не редактировать JSON.\",\"productTitle\":\"Продукт\",\"developersTitle\":\"Разработчикам\",\"companyTitle\":\"Компания\",\"browse\":\"Каталог\",\"pricing\":\"Тарифы\",\"publishMcp\":\"Опубликовать MCP\",\"changelog\":\"Changelog\",\"docs\":\"Документация\",\"hostedMcps\":\"Hosted MCPs\",\"monetization\":\"Монетизация\",\"publicApi\":\"Публичный API\",\"about\":\"О нас\",\"blog\":\"Блог\",\"privacy\":\"Приватность\",\"terms\":\"Правила\",\"copyright\":\"© 2026 Unyly. Не связаны с Anthropic.\",\"madeBy\":\"Сделано билдерами для билдеров.\",\"poweredBy\":\"powered by\",\"legal\":\"CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001\",\"listedOn\":\"В реестрах\"},\"install\":{\"button\":\"Установить\",\"title\":\"Установка {name}\",\"subtitle\":\"Одна команда. Все IDE.\",\"copied\":\"Скопировано\",\"copyFailed\":\"Не получилось скопировать.\",\"quickAddClaudeCode\":\"Добавить в Claude Code\",\"quickAddClaudeDesktop\":\"Скопировать конфиг Claude\",\"quickAddCursor\":\"Открыть в Cursor\",\"back\":\"назад\",\"safety\":\"Не доверяешь рандомным скриптам?\",\"inspect\":\"посмотреть исходник\",\"primary\":{\"recommended\":\"рекомендуется\",\"everywhere\":\"Cursor · VS Code · Claude Desktop · Claude Code\",\"title\":\"Одна команда\",\"body\":\"Сам найдёт все MCP-IDE на твоей машине и добавит сервер во все сразу.\",\"copy\":\"Скопировать команду\",\"copied\":\"Скопировано — вставь в терминал\",\"copyBootstrap\":\"Скопировать bootstrap-команду\",\"step1\":\"Скопируй команду выше\",\"step2\":\"Вставь в терминал, нажми Enter\",\"step3\":\"Перезапусти IDE если она была открыта\",\"afterInstallTitle\":\"Поставить unyly CLI глобально?\",\"afterInstallBody\":\"После bootstrap можно везде писать `unyly install [slug]` без curl.\",\"firstTime\":\"Первый раз? Поставь CLI одной строкой:\"},\"alt\":{\"title\":\"Или для конкретной IDE\",\"deepLink\":\"deep link\",\"cli\":\"команда CLI\",\"config\":\"конфиг\"},\"claudeCode\":{\"step1\":\"Скопируй команду\",\"step2\":\"Вставь в терминал\",\"step3\":\"Claude Code подхватит на следующем сообщении\",\"copy\":\"Скопировать команду\",\"hint\":\"Нужен установленный CLI `claude`.\"},\"claudeDesktop\":{\"step1\":\"Скопируй конфиг\",\"step2\":\"Открой \u003ccode\u003eclaude_desktop_config.json\u003c/code\u003e\",\"step3\":\"Слей внутрь объекта \u003ccode\u003emcpServers\u003c/code\u003e\",\"step4\":\"Перезапусти Claude Desktop\",\"configPath\":\"путь к конфигу\"}},\"userMenu\":{\"open\":\"Открыть меню пользователя\",\"member\":\"Участник\",\"dashboard\":\"Дашборд\",\"vault\":\"Vault\",\"boards\":\"Доски\",\"library\":\"Моя библиотека\",\"submit\":\"Опубликовать MCP\",\"connections\":\"Привязанные аккаунты\",\"signOut\":\"Выйти\"},\"auth\":{\"badge\":\"приватная бета\",\"disabledShort\":\"Этот провайдер пока не готов\",\"disabledDetail\":\"Дорабатываем. Используй GitHub либо запишись в waitlist.\",\"signingIn\":\"Переходим…\",\"login\":{\"title\":\"С возвращением\",\"subtitle\":\"Войди чтобы управлять установками, приватными MCP и дашбордом автора.\",\"cta\":\"Войти через\",\"altLink\":\"Ещё нет аккаунта?\",\"altLabel\":\"Создай его\",\"disabledNotice\":\"Вход в приватной бете. Раскатываем инвайты по очереди waitlist. Пока ждёшь — установка MCP работает без аккаунта.\"},\"signup\":{\"title\":\"Создать аккаунт\",\"subtitle\":\"Один аккаунт для установок, приватных MCP и крипто-выплат автору через InstaPay.\",\"cta\":\"Продолжить через\",\"altLink\":\"Уже есть аккаунт?\",\"altLabel\":\"Войти\",\"disabledNotice\":\"Регистрация в приватной бете. Оставь email ниже — пришлём инвайт как только освободятся места.\"},\"waitlist\":{\"label\":\"Waitlist\",\"hint\":\"Будь первым когда регистрация откроется. Без спама, только инвайт.\",\"join\":\"В waitlist\",\"joining\":\"Записываем…\",\"success\":\"Ты в списке!\",\"successDetail\":\"Жди письмо — инвайты отправляем партиями.\",\"invalidEmail\":\"Введи корректный email.\",\"error\":\"Не получилось записать. Попробуй ещё раз.\"},\"email\":{\"or\":\"или по почте\",\"name\":\"Имя\",\"email\":\"Почта\",\"password\":\"Пароль\",\"signupCta\":\"Создать аккаунт\",\"loginCta\":\"Войти\",\"forgot\":\"Забыли пароль?\",\"working\":\"Секунду…\",\"verifyTitle\":\"Проверьте почту\",\"verifyDetail\":\"Мы отправили ссылку для подтверждения на {email}. Нажмите её, чтобы активировать аккаунт.\",\"errExists\":\"Эта почта уже зарегистрирована. Попробуйте войти.\",\"errInvalid\":\"Неверная почта или пароль.\",\"errWeak\":\"Пароль минимум 8 символов.\",\"errUnverified\":\"Сначала подтвердите почту — проверьте входящие.\",\"errGeneric\":\"Что-то пошло не так. Попробуйте ещё раз.\",\"reset\":{\"requestTitle\":\"Сброс пароля\",\"requestSubtitle\":\"Введите почту — пришлём ссылку для сброса.\",\"requestCta\":\"Прислать ссылку\",\"requestSent\":\"Если такая почта есть, ссылка для сброса уже летит. Проверьте входящие.\",\"setTitle\":\"Новый пароль\",\"setSubtitle\":\"Задайте новый пароль для аккаунта.\",\"newPassword\":\"Новый пароль\",\"setCta\":\"Обновить пароль\",\"setSuccess\":\"Пароль обновлён. Теперь можно войти.\",\"setError\":\"Ссылка недействительна или истекла.\",\"backToLogin\":\"Вернуться ко входу\"}}},\"dashboard\":{\"comingSoon\":\"auth скоро\",\"title\":\"Твой dashboard\",\"description\":\"Управляй установленными MCP, статистикой и биллингом — как только запустим auth. Пока всё хранится локально в CLI.\",\"libraryCta\":\"Открыть библиотеку\",\"joinCta\":\"В waitlist\"},\"library\":{\"title\":\"Твоя библиотека\",\"subtitle\":\"MCP, которые ты установил из этого браузера. Синхронизируется между устройствами после запуска auth.\",\"empty\":\"Пока ничего — открой каталог и нажми Install.\",\"browseCta\":\"В каталог\",\"remove\":\"Убрать\",\"openMcp\":\"Открыть\"},\"trending\":{\"title\":\"В тренде\",\"subtitle\":\"Самые популярные MCP за неделю.\",\"rank\":\"место\",\"installs\":\"установок\",\"topBadge\":\"топ недели\"},\"stacks\":{\"title\":\"Стеки\",\"subtitle\":\"Подборки MCP под рабочие сценарии.\",\"installAll\":\"Установить весь стек\",\"mcpsCount\":\"{count} MCP\"},\"command\":{\"placeholder\":\"Поиск MCP, переход к страницам…\",\"empty\":\"Ничего. Попробуй бренд: gmail, github, postgres…\",\"searching\":\"Ищем…\",\"navHeading\":\"Навигация\",\"categoriesHeading\":\"Категории\",\"mcpsHeading\":\"{count} MCP\",\"navigate\":\"перейти\",\"select\":\"открыть\",\"toggle\":\"открыть\",\"navBrowse\":\"Все MCP\",\"navAiSearch\":\"AI-поиск (на естественном языке)\",\"navQuiz\":\"Подобрать стек (квиз)\",\"navOpenApi\":\"OpenAPI → MCP конвертер\",\"navCategories\":\"Категории\",\"navBoards\":\"Доски и задачи\",\"navVault\":\"Vault (заметки)\",\"navTrending\":\"В тренде\",\"navStacks\":\"Наборы\",\"navGraph\":\"Граф знаний\",\"navBlog\":\"Блог\",\"navGlossary\":\"Глоссарий\",\"navPricing\":\"Тарифы\",\"navDocs\":\"Документация\",\"navLibrary\":\"Моя библиотека\",\"navSubmit\":\"Опубликовать свой MCP\"},\"common\":{\"loading\":\"Загрузка…\"},\"bounties\":{\"meta\":{\"title\":\"Награды — маркетплейс MCP\",\"description\":\"Скиньтесь на нужный MCP — авторы делают, все выигрывают.\"},\"page\":{\"headline\":\"Награды\",\"lead\":\"Нужен MCP, которого ещё нет? Создай награду, остальные докинут, автор сделает — все в плюсе.\",\"newCta\":\"Новая награда\",\"filterAll\":\"Все\",\"filterOpen\":\"Открытые\",\"filterClaimed\":\"В работе\",\"filterSubmitted\":\"На ревью\",\"filterPaid\":\"Выплачено\",\"sortLabel\":\"Сортировка\",\"sortNewest\":\"Новые\",\"sortTop\":\"Топ $$$\",\"sortEndingSoon\":\"Скоро закроются\",\"empty\":\"Пока пусто\",\"emptyCta\":\"Стань первым — очередь начинается здесь.\",\"loading\":\"загрузка…\"},\"create\":{\"headline\":\"Новая награда\",\"lead\":\"Опиши MCP, которого тебе не хватает. Другие могут докинуть. Автор берёт и делает. Все довольны.\",\"titleLabel\":\"Какой MCP нужен?\",\"titlePlaceholder\":\"напр. Расширенный Notion API с запросами к БД\",\"descLabel\":\"Детали (что должен делать, примеры, критерии готовности)\",\"descPlaceholder\":\"Какие инструменты должен открывать MCP? Какие эндпоинты? Как выглядит готовность? Поддерживается Markdown.\",\"pledgeLabel\":\"Твой стартовый взнос (минимум $30)\",\"howItWorks\":\"Как это работает\",\"rules\":[\"Твой взнос уходит в эскроу (из кошелька)\",\"Любой может докинуть — чем больше копилка, тем быстрее заберут\",\"Автор берёт, 30 дней на выполнение\",\"7 дней на ревью после сдачи\",\"При одобрении: 80% автору, 20% платформе\",\"Если автор не справится — полный возврат\"],\"submit\":\"Заблокировать ${amount} в эскроу\",\"submitting\":\"Создаём…\",\"errorMinTitle\":\"Слишком короткий заголовок (минимум 5 символов)\",\"errorMinDesc\":\"Расскажи больше — минимум 20 символов\",\"errorMinAmount\":\"Минимум $30\",\"errorFailed\":\"Не удалось создать\",\"success\":\"Награда создана!\"},\"detail\":{\"back\":\"← Все награды\",\"inEscrow\":\"в эскроу\",\"pledgers\":\"{count, plural, one {# поручитель} few {# поручителя} many {# поручителей} other {# поручителей}}\",\"votes\":\"{count, plural, one {# голос} few {# голоса} many {# голосов} other {# голосов}}\",\"sponsorPrefix\":\"спонсор:\",\"description\":\"Описание\",\"claimPlan\":\"План автора\",\"submission\":\"Результат\",\"claimedBy\":\"Взял {email} · осталось {days}д на выполнение\",\"reviewWindow\":\"Окно ревью: {days}д осталось\",\"approvedRejected\":\"{approved} ✓ / {rejected} ✗\",\"approveCta\":\"Одобрить и оплатить\",\"rejectCta\":\"Отклонить\",\"rejectPrompt\":\"Почему отклоняешь?\",\"disputeCta\":\"Открыть спор\",\"voteCta\":\"Голос (без $$)\",\"cancelCta\":\"Отменить\",\"cancelConfirm\":\"Отменить награду? Деньги вернутся всем поручителям.\",\"claimCta\":\"Беру\",\"submitCta\":\"Сдать MCP\",\"pledgeBoxHeadline\":\"Докинуть\",\"pledgeButton\":\"Внести ${amount}\",\"claimSheet\":{\"headline\":\"Взять награду\",\"planPlaceholder\":\"Кратко: какие инструменты будет давать MCP, твой подход, этапы\",\"etaLabel\":\"Срок (дней, максимум 30)\",\"currencyLabel\":\"Валюта\",\"walletPlaceholder\":\"Адрес кошелька\",\"submit\":\"Беру\",\"cancel\":\"Отмена\",\"errorPlan\":\"План слишком короткий (минимум 20 символов)\",\"errorWallet\":\"Нужен крипто-кошелёк\"},\"submitSheet\":{\"headline\":\"MCP должен уже быть в нашем каталоге\",\"slugPlaceholder\":\"slug MCP (напр. notion-advanced)\",\"submit\":\"Сдать\",\"cancel\":\"Отмена\",\"errorSlug\":\"Нужен slug MCP\",\"success\":\"Сдано — 7-дневное ревью началось\"},\"disputeSheet\":{\"headline\":\"Открыть спор\",\"reasonPlaceholder\":\"Что не так? Подробно.\",\"submit\":\"Открыть\",\"cancel\":\"Отмена\",\"errorReason\":\"Расскажи больше (минимум 10 символов)\",\"success\":\"Спор открыт — админ разберётся\"},\"states\":{\"paidHeadline\":\"Выплачено\",\"paidBody\":\"Автору засчитано. Крипто-перевод проводит наша команда.\",\"disputedHeadline\":\"На арбитраже\",\"disputedBody\":\"Открыт спор. Админ решит за 3 рабочих дня.\"},\"pledgersList\":\"Поручители\",\"reviewsList\":\"Ревью\",\"refunded\":\"(возврат)\"},\"status\":{\"open\":\"Открыта\",\"claimed\":\"В работе\",\"submitted\":\"На ревью\",\"paid\":\"Выплачено\",\"disputed\":\"Спор\",\"expired\":\"Истекла\",\"cancelled\":\"Отменена\"},\"card\":{\"daysLeft\":\"{n}д осталось\"},\"toast\":{\"pledged\":\"Внесено ${amount}\",\"voteAdded\":\"Голос засчитан\",\"claimed\":\"Взял — 30 дней на выполнение\",\"submitted\":\"Сдано — 7-дневное ревью\",\"approved\":\"Одобрено\",\"rejected\":\"Отклонено\",\"cancelled\":\"Награда отменена\",\"disputeOpened\":\"Спор открыт\",\"actionFailed\":\"Действие не удалось\"}},\"notifications\":{\"inbox\":\"Уведомления\",\"unread\":\"{n} непрочит.\",\"empty\":\"Пока пусто\",\"markAll\":\"Прочитать все\",\"view\":\"Открыть\",\"loading\":\"загрузка…\"},\"skills\":{\"title\":\"Скиллы для Claude\",\"subtitle\":\"Готовые Agent Skills — упакованные инструкции и скрипты, которые обучают Claude конкретной задаче. Скопируй в Claude Code, Claude Desktop или поставь как плагин.\",\"browseTitle\":\"Каталог скиллов\",\"browseCountOne\":\"{count} скилл — собрано из открытых репозиториев.\",\"browseCountMany\":\"{count} скиллов — собрано из открытых репозиториев.\",\"searchPlaceholder\":\"Поиск скиллов — PDF, Excel, коммиты, ресёрч…\",\"allCategories\":\"Все категории\",\"scripts\":\"скрипты\",\"noScripts\":\"без скриптов\",\"toolsCount\":\"{count} инструментов\",\"anyTool\":\"любой инструмент\",\"scopePersonal\":\"Личный\",\"scopeProject\":\"Проектный\",\"scopePlugin\":\"Плагин\",\"install\":\"Установить скилл\",\"installCli\":\"Claude Code\",\"installManual\":\"Вручную\",\"installPlugin\":\"Плагин\",\"installCliIntro\":\"Скопируй папку скилла в директорию скиллов Claude Code:\",\"installManualIntro\":\"Создай папку и положи в неё SKILL.md (и вложенные файлы):\",\"installPluginIntro\":\"Добавь marketplace и установи — остальное сделает Claude Code:\",\"about\":\"Об этом скилле\",\"skillFile\":\"SKILL.md\",\"allowedTools\":\"Разрешённые инструменты\",\"allowedToolsSubtitle\":\"Инструменты, которые скиллу разрешено вызывать.\",\"anyToolNote\":\"Без ограничений — скилл может использовать любой инструмент.\",\"bundled\":\"Вложенные файлы\",\"related\":\"Похожие скиллы\",\"backToBrowse\":\"Назад к скиллам\",\"whatIs\":\"Что такое скилл?\",\"copy\":\"Копировать\",\"copied\":\"Скопировано\",\"emptyTitle\":\"Пока нет скиллов\",\"emptyState\":\"Ничего не подходит под фильтры. Попробуй убрать часть.\",\"emptyReset\":\"Сбросить фильтры\",\"loadMore\":\"Показать ещё\",\"loading\":\"Загрузка…\",\"loadError\":\"Не удалось загрузить. Попробуй ещё раз.\",\"showing\":\"Показано {shown} из {total}\",\"endReached\":\"Это всё — показано {count} скиллов\",\"by\":\"от {author}\",\"verified\":\"Проверен\",\"verifiedYes\":\"Проверен Unyly\",\"verifiedCommunity\":\"Сообщество\",\"free\":\"Бесплатно\",\"security\":\"Безопасность\",\"runsScripts\":\"Запускает вложенные скрипты\",\"noScriptsSafe\":\"Без исполняемых скриптов\",\"atAGlance\":\"Кратко\",\"category\":\"Категория\",\"author\":\"Автор\",\"license\":\"Лицензия\",\"scope\":\"Тип установки\",\"homepage\":\"Репозиторий\",\"installs\":\"{count} установок\"},\"skillCategories\":{\"writing\":\"Тексты\",\"coding\":\"Код\",\"data\":\"Данные\",\"documents\":\"Документы\",\"research\":\"Ресёрч\",\"design\":\"Дизайн\",\"productivity\":\"Продуктивность\",\"devops\":\"DevOps\",\"business\":\"Бизнес\",\"creative\":\"Креатив\",\"learning\":\"Обучение\"},\"convert\":{\"close\":\"Закрыть\",\"ctaFree\":\"Зарегаться бесплатно\",\"haveAccount\":\"У меня уже есть аккаунт\",\"maybeLater\":\"Может позже\",\"installGate\":{\"title\":\"Войди, чтобы установить\",\"subtitle\":\"Зарегайся за 30 секунд и получи:\",\"libraryTitle\":\"Библиотека\",\"libraryBody\":\"Все установленные MCP в одном месте, синк между устройствами\",\"updatesTitle\":\"Авто-обновления\",\"updatesBody\":\"Уведомление, когда выходит новая версия с фиксами безопасности\",\"oneClickTitle\":\"Установка в пару кликов\",\"oneClickBody\":\"Прямо в Claude Desktop через диплинк\"},\"viewGateMcp\":{\"title\":\"Ты уже смотришь {views}+ MCP\",\"body\":\"Зарегайся за 30 секунд и сохрани понравившиеся в свою библиотеку — доступ с любого устройства, синк с Claude Desktop, уведомления об обновлениях.\",\"b1\":\"Закладки и подписки на любимые MCP\",\"b2\":\"Библиотека синхронизируется между устройствами\",\"b3\":\"Уведомления, когда выходят обновления\"},\"viewGateSkill\":{\"title\":\"Ты уже смотришь {views}+ скиллов\",\"body\":\"Зарегайся за 30 секунд и сохрани понравившиеся скиллы — установка одной командой и уведомления об обновлениях.\",\"b1\":\"Закладки и подписки на любимые скиллы\",\"b2\":\"Библиотека синхронизируется между устройствами\",\"b3\":\"Уведомления, когда скиллы обновляются\"},\"searchLimit\":{\"title\":\"Уже {limit}+ поисков\",\"body\":\"Зарегайся и получи быстрый поиск по {count}+ серверам плюс сохранение запросов.\",\"cta\":\"Зарегаться\"},\"sticky\":{\"title\":\"Сохраняй свои MCP, скиллы и библиотеку.\",\"subtitle\":\"Регистрация за 30 секунд через GitHub, Google или email.\",\"cta\":\"Зарегаться\"},\"returning\":{\"title\":\"С возвращением — заход №{visits}\",\"body\":\"Ты посмотрел {count} элементов за {days} дней. Зарегайся, чтобы не терять подборку — я подкину похожие.\",\"cta\":\"Зарегаться и сохранить\"},\"skillInstallGate\":{\"title\":\"Зарегайся, чтобы установить скилл\",\"body\":\"Создай бесплатный аккаунт, чтобы открыть команду установки и сохранить скилл в библиотеку.\",\"cta\":\"Зарегаться бесплатно\",\"perk1\":\"Открой команду установки в одну строку\",\"perk2\":\"Сохраняй скиллы в синхронизируемую библиотеку\",\"perk3\":\"Уведомления, когда скиллы обновляются\"}},\"onboarding\":{\"skipAll\":\"Пропустить всё\",\"skip\":\"Пропустить\",\"back\":\"Назад\",\"welcomeTag\":\"Старт\",\"greeting\":\"Привет, {name}!\",\"greetingFallback\":\"там\",\"welcomeBody\":\"Давай настроим Unyly под тебя за 60 секунд. Выбери интересы и первые MCP — и я подберу персональные рекомендации.\",\"start\":\"Поехали\",\"interestsTitle\":\"Что тебе интересно?\",\"interestsSubtitle\":\"Выбери 2-4 категории. Подскажем релевантные MCP.\",\"next\":\"Дальше ({count})\",\"mcpsTitle\":\"Выбери первый MCP для установки\",\"mcpsSubtitle\":\"Выбери по интересам — и сразу отправим тебя к установке.\",\"noMcps\":\"По выбранным категориям пока нет популярных MCP.\",\"saving\":\"Сохраняю…\",\"finish\":\"Завершить ({count} в библиотеке)\",\"installFirst\":\"Установить →\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[\"$L15\",\"$L16\",\"$L17\",\"$L18\",\"$L19\"]}]\n"])</script><script>self.__next_f.push([1,"15:[\"$\",\"$L1a\",null,{\"position\":\"bottom-right\"}]\n17:[\"$\",\"$L1b\",null,{}]\n"])</script><script>self.__next_f.push([1,"18:[[\"$\",\"$L1c\",null,{}],[\"$\",\"$L1d\",null,{}],[\"$\",\"$L1e\",null,{}],[\"$\",\"$L1f\",null,{}],[\"$\",\"$L20\",null,{\"locale\":\"ru\"}],[\"$\",\"$L21\",null,{\"locale\":\"ru\"}],[\"$\",\"div\",null,{\"className\":\"flex min-h-screen flex-col md:pl-16 lg:pl-64\",\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[null,[\"$\",\"main\",null,{\"className\":\"flex flex-1 items-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-5xl py-24 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto mb-6 flex items-end justify-center gap-4 [image-rendering:pixelated]\",\"children\":[[\"$\",\"$L22\",null,{\"src\":\"/pixel/arcade-cabinet.png\",\"alt\":\"\",\"width\":44,\"height\":89,\"unoptimized\":true,\"aria-hidden\":true,\"className\":\"w-16\"}],[\"$\",\"$L23\",null,{\"src\":\"/pixel/unicorn/rest-south-sheet.png\",\"frames\":9,\"cellSize\":41,\"width\":123,\"height\":174,\"fps\":4,\"className\":\"$undefined\"}]]}],[\"$\",\"p\",null,{\"className\":\"font-mono text-sm uppercase tracking-wider text-muted-foreground\",\"children\":\"404\"}],[\"$\",\"h1\",null,{\"className\":\"mt-3 font-display text-display-xl\",\"children\":[\"$\",\"span\",null,{\"className\":\"text-gradient-brand\",\"children\":\"Not found\"}]}],[\"$\",\"p\",null,{\"className\":\"mx-auto mt-5 max-w-md text-muted-foreground\",\"children\":\"The page or MCP you're looking for doesn't exist. The unicorn looked.\"}],[\"$\",\"div\",null,{\"className\":\"mt-8 flex items-center justify-center gap-3\",\"children\":[\"$L24\",\"$L25\"]}]]}]}],\"$L26\"],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L27\",null,{}],[\"$\",\"$L28\",null,{}],[\"$\",\"$L29\",null,{}]]\n"])</script><script>self.__next_f.push([1,"19:[\"$\",\"$L2a\",null,{\"consentRequired\":false,\"gaId\":\"G-DK9EMXYVCX\",\"locale\":\"ru\"}]\n"])</script><script>self.__next_f.push([1,"26:[\"$\",\"footer\",null,{\"className\":\"mt-auto border-t-2 border-border bg-background\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl py-12 sm:py-16\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-10 md:grid-cols-[2fr_1fr_1fr_1fr]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"max-w-sm\",\"children\":[[\"$\",\"span\",null,{\"className\":\"inline-flex items-center gap-2.5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"inline-flex shrink-0 items-center justify-center\",\"aria-hidden\":true,\"children\":[\"$\",\"$L23\",null,{\"src\":\"/pixel/unicorn/idle-south-sheet.png\",\"frames\":11,\"cellSize\":92,\"fps\":6,\"width\":36,\"height\":36}]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-baseline gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display text-3xl uppercase leading-none tracking-tight\",\"children\":\"Unyly\"}],false]}]]}],[\"$\",\"p\",null,{\"className\":\"mt-4 text-sm text-muted-foreground\",\"children\":\"Маркетплейс MCP для тех, кто предпочитает отгружать продукт, а не редактировать JSON.\"}],[\"$\",\"div\",null,{\"className\":\"mt-5\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":\"В реестрах\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://registry.modelcontextprotocol.io\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"MCP Registry\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://smithery.ai/servers/unyly/gateway\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Smithery\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://glama.ai/mcp/servers/FasadSalatov/unyly-gateway\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Glama\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-5\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":\"Telegram\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://t.me/unyly_global\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Global (EN)\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://t.me/unyly_cis\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"CIS (RU)\"}]]}]]}]]}],[[\"$\",\"div\",\"Продукт\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Продукт\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/browse\",{\"children\":\"$L2b\"}],[\"$\",\"li\",\"/categories\",{\"children\":\"$L2c\"}],[\"$\",\"li\",\"/best-mcp-servers\",{\"children\":\"$L2d\"}],[\"$\",\"li\",\"/new\",{\"children\":\"$L2e\"}],[\"$\",\"li\",\"/mcp-directories\",{\"children\":\"$L2f\"}],[\"$\",\"li\",\"/stats\",{\"children\":\"$L30\"}],[\"$\",\"li\",\"/quiz\",{\"children\":\"$L31\"}],[\"$\",\"li\",\"/pricing\",{\"children\":\"$L32\"}],[\"$\",\"li\",\"/submit\",{\"children\":\"$L33\"}],[\"$\",\"li\",\"/bounties\",{\"children\":\"$L34\"}]]}]]}],[\"$\",\"div\",\"Разработчикам\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Разработчикам\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/docs\",{\"children\":\"$L35\"}],[\"$\",\"li\",\"/openapi-to-mcp\",{\"children\":\"$L36\"}],[\"$\",\"li\",\"/docs/glossary\",{\"children\":\"$L37\"}],[\"$\",\"li\",\"/docs/vault-flow\",{\"children\":\"$L38\"}],[\"$\",\"li\",\"/docs/hosting\",{\"children\":\"$L39\"}],[\"$\",\"li\",\"/docs/monetization\",{\"children\":\"$L3a\"}],[\"$\",\"li\",\"/docs/api\",{\"children\":\"$L3b\"}],[\"$\",\"li\",\"/gateway\",{\"children\":\"$L3c\"}]]}]]}],[\"$\",\"div\",\"Компания\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Компания\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/about\",{\"children\":\"$L3d\"}],[\"$\",\"li\",\"/security\",{\"children\":\"$L3e\"}],[\"$\",\"li\",\"/status\",{\"children\":\"$L3f\"}],[\"$\",\"li\",\"/enterprise\",{\"children\":\"$L40\"}],[\"$\",\"li\",\"/blog\",{\"children\":\"$L41\"}],[\"$\",\"li\",\"/changelog\",{\"children\":\"$L42\"}],[\"$\",\"li\",\"/privacy\",{\"children\":\"$L43\"}],[\"$\",\"li\",\"/terms\",{\"children\":\"$L44\"}]]}]]}]]]}]}],[\"$\",\"div\",null,{\"className\":\"border-t-2 border-border bg-secondary\",\"children\":[\"$L45\",\"$L46\"]}]]}]\n"])</script><script>self.__next_f.push([1,"24:[\"$\",\"$L47\",null,{\"ref\":null,\"href\":\"/ru\",\"locale\":\"$undefined\",\"localeCookie\":{\"name\":\"NEXT_LOCALE\",\"sameSite\":\"lax\"},\"children\":\"Back home\",\"data-slot\":\"button\",\"data-variant\":\"default\",\"data-size\":\"default\",\"className\":\"inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap text-sm font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:shrink-0 [\u0026_svg:not([class*='size-'])]:size-4 bg-primary text-primary-foreground hover:bg-primary h-10 px-4 py-2\"}]\n25:[\"$\",\"$L47\",null,{\"ref\":null,\"href\":\"/ru/browse\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"children\":\"Browse MCPs\",\"data-slot\":\"button\",\"data-variant\":\"outline\",\"data-size\":\"default\",\"className\":\"inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap text-sm font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:shrink-0 [\u0026_svg:not([class*='size-'])]:size-4 bg-background text-foreground hover:bg-accent h-10 px-4 py-2\"}]\n"])</script><script>self.__next_f.push([1,"45:[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl flex flex-col items-start justify-between gap-2 py-5 font-mono text-[11px] uppercase tracking-widest text-muted-foreground md:flex-row md:items-center\",\"children\":[[\"$\",\"p\",null,{\"children\":\"© 2026 Unyly. Не связаны с Anthropic.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col items-start gap-1 md:flex-row md:items-center md:gap-4\",\"children\":[[\"$\",\"p\",null,{\"children\":\"Сделано билдерами для билдеров.\"}],[\"$\",\"a\",null,{\"href\":\"https://meeet.world/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"group inline-flex items-center gap-2 transition-opacity hover:opacity-100 \",\"aria-label\":\"Meeet Ecosystems\",\"children\":[[\"$\",\"svg\",null,{\"aria-hidden\":\"true\",\"focusable\":\"false\",\"viewBox\":\"0 0 34 44\",\"width\":11,\"height\":14,\"fill\":\"currentColor\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"text-pixel-magenta shrink-0\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M33.903 21.8003C33.903 20.4505 33.3539 19.2286 32.4706 18.3411L29.0113 14.8819L32.4706 11.4226C33.3539 10.5392 33.903 9.31324 33.903 7.9634C33.903 5.26784 31.711 3.08002 29.0113 3.08002C27.6615 3.08002 26.4355 3.62904 25.5521 4.51242L18.6378 11.4268C17.903 12.1615 17.259 13.1192 17.259 14.209C17.259 17.9283 21.2508 21.6435 25.5521 21.6476C25.6346 21.6476 25.7048 21.7178 25.7048 21.8003C25.7048 21.8829 25.6346 21.9531 25.5521 21.9531C21.2508 21.9531 17.2549 25.6724 17.2549 29.3916C17.2549 30.4814 17.8988 31.4391 18.6336 32.1739L25.548 39.0882C26.4313 39.9716 27.6573 40.5206 29.0072 40.5206C31.7069 40.5206 33.8988 38.3328 33.8988 35.629C33.8988 34.2792 33.3498 33.0573 32.4664 32.1698L29.0072 28.7105L32.4664 25.2513C33.3498 24.3679 33.8988 23.1419 33.8988 21.7921L33.903 21.8003Z\"}],[\"$\",\"path\",null,{\"d\":\"M0 21.8004C0 20.4505 0.549019 19.2286 1.4324 18.3411L4.89163 14.8819L1.4324 11.4268C0.549019 10.5434 0 9.32153 0 7.97168C0 5.26787 2.18782 3.08005 4.89163 3.08005C6.24148 3.08005 7.46336 3.62907 8.35087 4.51245L15.2652 11.4268C16 12.1616 16.6439 13.1193 16.6439 14.209C16.6439 17.9283 12.6522 21.6435 8.35087 21.6476C8.26831 21.6476 8.19813 21.7178 8.19813 21.8004C8.19813 21.8829 8.26831 21.9531 8.35087 21.9531C12.6522 21.9531 16.6481 25.6724 16.6481 29.3917C16.6481 30.4815 16.0041 31.4391 15.2693 32.1739L8.35499 39.0883C7.47161 39.9716 6.24561 40.5207 4.89576 40.5207C2.19608 40.5207 0.00412796 38.3328 0.00412796 35.629C0.00412796 34.2792 0.553147 33.0573 1.43653 32.1698L4.89576 28.7106L1.43653 25.2513C0.549019 24.3762 0 23.1543 0 21.8004Z\"}]]}],[\"$\",\"span\",null,{\"className\":\"rainbow-text text-[12px] uppercase tracking-widest\",\"children\":\"ecosystems\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"46:[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl border-t border-border/40 py-4 text-center font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":[\"$\",\"p\",null,{\"children\":\"CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001\"}]}]\n2b:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/browse\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Каталог\"}]\n2c:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/categories\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Categories\"}]\n2d:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/best-mcp-servers\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Best MCP servers\"}]\n2e:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/new\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"New this week\"}]\n2f:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/mcp-directories\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"MCP directories\"}]\n30:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/stats\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Ecosystem stats\"}]\n31:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/quiz\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Find your stack (quiz)\"}]\n32:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/pricing\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Тарифы\"}]\n33:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/submit\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Опубликовать MCP\"}]\n34:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/bounties\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Bounties\"}]\n35:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Документация\"}]\n36:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/openapi-to-mcp\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"OpenAPI → MCP\"}]\n37:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/glossary\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Glossary\"}]\n38:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/vault-flow\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Vault flow\"}]\n39:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/hosting\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Hosted MCPs\"}]\n3a:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/monetization\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Монетизация\"}]\n3b:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/api\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Публичный API\"}]\n3c:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/gateway\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\""])</script><script>self.__next_f.push([1,":\"Gateway\"}]\n3d:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/about\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"О нас\"}]\n3e:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/security\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Security\"}]\n3f:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/status\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Status\"}]\n40:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/enterprise\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Enterprise\"}]\n41:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/blog\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Блог\"}]\n42:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/changelog\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Changelog\"}]\n43:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/privacy\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Приватность\"}]\n44:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/terms\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Правила\"}]\n16:null\n8:null\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"title\",\"0\",{\"children\":\"HTML to Text MCP server — install in Claude, Cursor \u0026 VS Code — Unyly\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway. Install HTML to Text MCP in Claude Desktop, Claude Code, Cursor or VS Code with one click — config generated automatically.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"application-name\",\"content\":\"Unyly\"}],[\"$\",\"link\",\"3\",{\"rel\":\"author\",\"href\":\"https://unyly.org\"}],[\"$\",\"meta\",\"4\",{\"name\":\"author\",\"content\":\"Unyly\"}],[\"$\",\"link\",\"5\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"6\",{\"name\":\"keywords\",\"content\":\"HTML to Text MCP,HTML to Text MCP server,install HTML to Text MCP,HTML to Text Claude,MCP one-click install\"}],[\"$\",\"meta\",\"7\",{\"name\":\"creator\",\"content\":\"Unyly\"}],[\"$\",\"meta\",\"8\",{\"name\":\"publisher\",\"content\":\"Unyly\"}],[\"$\",\"meta\",\"9\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"10\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"meta\",\"11\",{\"name\":\"category\",\"content\":\"technology\"}],[\"$\",\"link\",\"12\",{\"rel\":\"canonical\",\"href\":\"https://unyly.org/ru/mcp/html-to-text\"}],[\"$\",\"link\",\"13\",{\"rel\":\"alternate\",\"hrefLang\":\"en\",\"href\":\"https://unyly.org/mcp/html-to-text\"}],[\"$\",\"link\",\"14\",{\"rel\":\"alternate\",\"hrefLang\":\"ru\",\"href\":\"https://unyly.org/ru/mcp/html-to-text\"}],[\"$\",\"link\",\"15\",{\"rel\":\"alternate\",\"hrefLang\":\"x-default\",\"href\":\"https://unyly.org/mcp/html-to-text\"}],[\"$\",\"meta\",\"16\",{\"name\":\"format-detection\",\"content\":\"telephone=no, address=no, email=no\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:title\",\"content\":\"HTML to Text — MCP for Claude\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:description\",\"content\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway. Install HTML to Text MCP in Claude Desktop, Claude Code, Cursor or VS Code with one click — config generated automatically.\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:url\",\"content\":\"https://unyly.org/ru/mcp/html-to-text\"}],[\"$\",\"meta\",\"20\",{\"property\":\"og:site_name\",\"content\":\"Unyly\"}],[\"$\",\"meta\",\"21\",{\"property\":\"og:locale\",\"content\":\"ru_RU\"}],[\"$\",\"meta\",\"22\",{\"property\":\"og:image\",\"content\":\"https://unyly.org/api/og/mcp/html-to-text\"}],[\"$\",\"meta\",\"23\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"24\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"25\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"26\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"27\",{\"name\":\"twitter:site\",\"content\":\"@unyly\"}],[\"$\",\"meta\",\"28\",{\"name\":\"twitter:creator\",\"content\":\"@unyly\"}],[\"$\",\"meta\",\"29\",{\"name\":\"twitter:title\",\"content\":\"HTML to Text — MCP for Claude\"}],[\"$\",\"meta\",\"30\",{\"name\":\"twitter:description\",\"content\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway. Install HTML to Text MCP in Claude Desktop, Claude Code, Cursor or VS Code with one click — config generated automatically.\"}],[\"$\",\"meta\",\"31\",{\"name\":\"twitter:image\",\"content\":\"https://unyly.org/api/og/mcp/html-to-text\"}],[\"$\",\"link\",\"32\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.164areb0k6_-d.ico\",\"sizes\":\"64x64\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"33\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"link\",\"34\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png\"}],[\"$\",\"$L48\",\"35\",{}]]\n"])</script><script>self.__next_f.push([1,"49:T9ce,"])</script><script>self.__next_f.push([1,"[{\"@context\":\"https://schema.org\",\"@type\":\"SoftwareApplication\",\"@id\":\"https://unyly.org/ru/mcp/html-to-text#software\",\"name\":\"HTML to Text\",\"description\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway.\",\"applicationCategory\":\"DeveloperApplication\",\"applicationSubCategory\":\"MCP Server\",\"operatingSystem\":\"macOS, Windows, Linux\",\"url\":\"https://unyly.org/ru/mcp/html-to-text\",\"image\":\"https://unyly.org/api/og/mcp/html-to-text\",\"inLanguage\":\"ru-RU\",\"isAccessibleForFree\":true,\"softwareRequirements\":\"Claude Desktop, Claude Code, or Cursor\",\"keywords\":\"MCP, Model Context Protocol, HTML to Text, ai\",\"author\":{\"@type\":\"Person\",\"name\":\"pipeworx-io\",\"url\":\"https://unyly.org/by/pipeworx-io\"},\"publisher\":{\"@id\":\"https://unyly.org/#org\"},\"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"USD\",\"availability\":\"https://schema.org/InStock\"},\"codeRepository\":\"https://github.com/pipeworx-io/mcp-htmltext\"},{\"@context\":\"https://schema.org\",\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unyly\",\"item\":\"https://unyly.org/ru\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Browse\",\"item\":\"https://unyly.org/ru/browse\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HTML to Text\",\"item\":\"https://unyly.org/ru/mcp/html-to-text\"}]},{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"HTML to Text MCP бесплатный?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Да, HTML to Text MCP бесплатный — установка в пару кликов через Unyly без оплаты.\"}},{\"@type\":\"Question\",\"name\":\"Нужен ли API-ключ для HTML to Text?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Нет, HTML to Text работает без API-ключей и переменных окружения.\"}},{\"@type\":\"Question\",\"name\":\"HTML to Text — hosted или self-hosted?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.\"}},{\"@type\":\"Question\",\"name\":\"Как установить HTML to Text в Claude Desktop, Claude Code или Cursor?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Открой HTML to Text на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.\"}}]}]"])</script><script>self.__next_f.push([1,"5:[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$49\"}}],null,[\"$\",\"main\",null,{\"className\":\"flex-1\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-6xl py-10 sm:py-14\",\"children\":[\"$L4a\",[\"$\",\"div\",null,{\"className\":\"mt-6 grid gap-10 md:grid-cols-[1fr_320px]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"min-w-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-start gap-5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-20 w-20\",\"style\":{\"backgroundColor\":\"oklch(0.92 0.06 175)\"},\"aria-hidden\":true,\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display\",\"style\":{\"color\":\"oklch(0.28 0.18 175)\",\"fontSize\":32.8,\"lineHeight\":1},\"children\":\"H\"}],[\"$\",\"span\",null,{\"className\":\"absolute inset-0 hidden bg-card dark:block\",\"style\":{\"backgroundColor\":\"oklch(0.18 0.05 175)\",\"zIndex\":-1}}]]}],[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-2\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-3xl font-semibold tracking-tight sm:text-4xl\",\"children\":\"HTML to Text\"}],false,[\"$\",\"span\",null,{\"data-slot\":\"badge\",\"data-variant\":\"secondary\",\"className\":\"inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden border-2 border-foreground rounded-none px-2 py-0.5 font-mono text-[10px] uppercase tracking-wider whitespace-nowrap leading-none transition-colors [\u0026\u003esvg]:pointer-events-none [\u0026\u003esvg]:size-3 bg-secondary text-secondary-foreground\",\"children\":\"Бесплатно\"}],false,false,false,\"$L4b\"]}],\"$L4c\",\"$L4d\"]}]]}],false,null,\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$undefined\",false,\"$L54\",false]}],\"$L55\"]}],false,\"$L56\",\"$L57\",\"$L58\"]}]}],\"$L59\",\"$L5a\"]\n"])</script><script>self.__next_f.push([1,"5c:I[84620,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"InstallGate\"]\n5d:I[957068,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"InstallButton\"]\n5e:I[618003,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"RequestHostedButton\"]\n60:I[772436,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"Separator\"]\n62:I[876620,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"InstallTabs\"]\n67:I[51023,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"default\"]\n92:I[125476,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"McpViewSoftGate\"]\n4c:[\"$\",\"p\",null,{\"className\":\"mt-2 text-muted-foreground\",\"children\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway.\"}]\n4d:[\"$\",\"div\",null,{\"className\":\"mt-3 flex flex-wrap items-center gap-x-4 gap-y-1.5 text-sm text-muted-foreground\",\"children\":[\"$L5b\",false,false]}]\n"])</script><script>self.__next_f.push([1,"4e:[\"$\",\"div\",null,{\"className\":\"mt-6 flex flex-wrap gap-2\",\"children\":[[\"$\",\"$L5c\",null,{\"mcpId\":\"html-to-text\",\"mcpSlug\":\"html-to-text\",\"children\":[\"$\",\"$L5d\",null,{\"mcp\":{\"slug\":\"html-to-text\",\"name\":\"HTML to Text\",\"tagline\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway.\",\"description\":\"Converts HTML content to plain text for AI agents via the Pipeworx gateway.\",\"category\":\"ai\",\"author\":\"pipeworx-io\",\"authorHandle\":\"pipeworx-io\",\"icon\":\"•\",\"verified\":false,\"featured\":false,\"installs\":0,\"rating\":0,\"ratingCount\":0,\"pricing\":\"free\",\"price\":\"$undefined\",\"hosted\":false,\"remoteUrl\":\"$undefined\",\"repo\":\"pipeworx-io/mcp-htmltext\",\"homepage\":\"https://pipeworx.io/packs/htmltext\",\"command\":\"npx\",\"args\":[\"-y\",\"@pipeworx/mcp-htmltext\"],\"env\":\"$undefined\",\"setup\":\"$undefined\",\"tools\":[],\"tags\":[],\"healthLevel\":\"unknown\"}}]}],[\"$\",\"$L5e\",null,{\"mcpSlug\":\"html-to-text\",\"isLoggedIn\":false,\"loginHref\":\"/ru/login?next=/ru/mcp/html-to-text\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/pipeworx-io/mcp-htmltext\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"children\":[[\"$\",\"svg\",null,{\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"aria-hidden\":true,\"className\":\"h-4 w-4\",\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"clipRule\":\"evenodd\",\"d\":\"M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.009-.868-.014-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.338 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.481A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z\"}]}],\"GitHub\"],\"data-slot\":\"button\",\"data-variant\":\"outline\",\"data-size\":\"lg\",\"className\":\"inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:shrink-0 [\u0026_svg:not([class*='size-'])]:size-4 bg-background text-foreground hover:bg-accent h-12 px-6 text-base gap-1.5\",\"ref\":null}],\"$L5f\"]}]\n"])</script><script>self.__next_f.push([1,"4f:[\"$\",\"$L60\",null,{\"className\":\"my-8\"}]\n50:[\"$\",\"section\",null,{\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"Описание\"}],[\"$\",\"div\",null,{\"className\":\"prose-pixel mt-2 max-w-none text-sm leading-relaxed\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cp\u003eConverts HTML content to plain text for AI agents via the Pipeworx gateway.\u003c/p\u003e\\n\"}}]]}]\n61:T7b2,"])</script><script>self.__next_f.push([1,"\u003cp\u003eHTML → text MCP.\u003c/p\u003e\n\u003cp\u003ePart of \u003ca href=\"https://pipeworx.io\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ePipeworx\u003c/a\u003e — an MCP gateway connecting AI agents to 1394+ live data sources.\u003c/p\u003e\n\u003ch2\u003eTools\u003c/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eTool\u003c/th\u003e\n\u003cth\u003eDescription\u003c/th\u003e\n\u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\u003ctr\u003e\n\u003ctd\u003e\u003ccode\u003ehtml_to_text\u003c/code\u003e\u003c/td\u003e\n\u003ctd\u003eConvert HTML to readable plain text (keyless, offline): drops scripts/styles/comments, converts block elements to newlines, decodes entities, and collapses whitespace. Ideal for cleaning scraped HTML.\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ccode\u003eextract_links\u003c/code\u003e\u003c/td\u003e\n\u003ctd\u003eExtract all hyperlinks from HTML as {href, text} pairs (keyless, offline).\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003ccode\u003eextract_metadata\u003c/code\u003e\u003c/td\u003e\n\u003ctd\u003ePull page metadata from HTML (keyless, offline): \u003ctitle\u003e, meta description/keywords, and Open Graph (og:*) tags.\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\n\u003ch2\u003eQuick Start\u003c/h2\u003e\n\u003cp\u003eAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"language-json\"\u003e{\n \u0026quot;mcpServers\u0026quot;: {\n \u0026quot;htmltext\u0026quot;: {\n \u0026quot;url\u0026quot;: \u0026quot;https://gateway.pipeworx.io/htmltext/mcp\u0026quot;\n }\n }\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eOr connect to the full Pipeworx gateway for access to all 1394+ data sources:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"language-json\"\u003e{\n \u0026quot;mcpServers\u0026quot;: {\n \u0026quot;pipeworx\u0026quot;: {\n \u0026quot;url\u0026quot;: \u0026quot;https://gateway.pipeworx.io/mcp\u0026quot;\n }\n }\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003ch2\u003eUsing with ask_pipeworx\u003c/h2\u003e\n\u003cp\u003eInstead of calling tools directly, you can ask questions in plain English:\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003eask_pipeworx({ question: \u0026quot;your question about Htmltext data\u0026quot; })\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThe gateway picks the right tool and fills the arguments automatically.\u003c/p\u003e\n\u003ch2\u003eMore\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://pipeworx.io/docs\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eDocs and guides\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://pipeworx.io\" target=\"_blank\" rel=\"noopener noreferrer\"\u003epipeworx.io\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003eMIT\u003c/p\u003e\n"])</script><script>self.__next_f.push([1,"51:[\"$\",\"section\",null,{\"className\":\"mt-10\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"README\"}],[\"$\",\"div\",null,{\"className\":\"prose-pixel mt-4 max-w-none border-2 border-border bg-card p-5 sm:p-6\",\"dangerouslySetInnerHTML\":{\"__html\":\"$61\"}}],[\"$\",\"p\",null,{\"className\":\"mt-3 font-mono text-[10px] uppercase tracking-widest text-muted-foreground\",\"children\":[\"from\",\" \",[\"$\",\"a\",null,{\"href\":\"https://github.com/pipeworx-io/mcp-htmltext\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"underline hover:text-foreground\",\"children\":[\"github.com/\",\"pipeworx-io/mcp-htmltext\"]}]]}]]}]\n52:[\"$\",\"section\",null,{\"className\":\"mt-10\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"Установить HTML to Text в Claude Desktop, Claude Code, Cursor\"}],[\"$\",\"div\",null,{\"className\":\"mt-4\",\"children\":[\"$\",\"$L62\",null,{\"mcp\":\"$4e:props:children:0:props:children:props:mcp\"}]}]]}]\n53:[\"$\",\"section\",null,{\"className\":\"mt-10\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"Пошаговые гайды: как установить HTML to Text\"}],[\"$\",\"div\",null,{\"className\":\"mt-4 grid gap-2 sm:grid-cols-2\",\"children\":[\"$L63\",\"$L64\",\"$L65\",\"$L66\"]}]]}]\n"])</script><script>self.__next_f.push([1,"54:[\"$\",\"section\",null,{\"className\":\"mt-10\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-lg font-semibold\",\"children\":\"FAQ\"}],[\"$\",\"div\",null,{\"className\":\"mt-4 grid gap-4 sm:grid-cols-2\",\"children\":[[\"$\",\"div\",\"HTML to Text MCP бесплатный?\",{\"className\":\"rounded-lg border border-border bg-card p-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold\",\"children\":\"HTML to Text MCP бесплатный?\"}],[\"$\",\"p\",null,{\"className\":\"mt-1.5 text-sm text-muted-foreground\",\"children\":\"Да, HTML to Text MCP бесплатный — установка в пару кликов через Unyly без оплаты.\"}]]}],[\"$\",\"div\",\"Нужен ли API-ключ для HTML to Text?\",{\"className\":\"rounded-lg border border-border bg-card p-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold\",\"children\":\"Нужен ли API-ключ для HTML to Text?\"}],[\"$\",\"p\",null,{\"className\":\"mt-1.5 text-sm text-muted-foreground\",\"children\":\"Нет, HTML to Text работает без API-ключей и переменных окружения.\"}]]}],[\"$\",\"div\",\"HTML to Text — hosted или self-hosted?\",{\"className\":\"rounded-lg border border-border bg-card p-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold\",\"children\":\"HTML to Text — hosted или self-hosted?\"}],[\"$\",\"p\",null,{\"className\":\"mt-1.5 text-sm text-muted-foreground\",\"children\":\"Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.\"}]]}],[\"$\",\"div\",\"Как установить HTML to Text в Claude Desktop, Claude Code или Cursor?\",{\"className\":\"rounded-lg border border-border bg-card p-4\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold\",\"children\":\"Как установить HTML to Text в Claude Desktop, Claude Code или Cursor?\"}],[\"$\",\"p\",null,{\"className\":\"mt-1.5 text-sm text-muted-foreground\",\"children\":\"Открой HTML to Text на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"55:[\"$\",\"aside\",null,{\"className\":\"space-y-5 md:sticky md:top-24 md:self-start\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-2xl border border-border/80 bg-card p-5\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs font-medium uppercase tracking-wide text-muted-foreground\",\"children\":\"Характеристики\"}],[\"$\",\"dl\",null,{\"className\":\"mt-4 space-y-3 text-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between gap-3\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Категория\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium\",\"children\":\"AI и агенты\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between gap-3\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Стоимость\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium\",\"children\":\"Бесплатно\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between gap-3\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Хостинг\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium\",\"children\":\"Только self-hosted\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between gap-3\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Проверено\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium\",\"children\":\"Сообщество\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between gap-3\",\"children\":[[\"$\",\"dt\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Автор\"}],[\"$\",\"dd\",null,{\"className\":\"font-medium\",\"children\":\"pipeworx-io\"}]]}]]}],[\"$\",\"a\",null,{\"href\":\"https://pipeworx.io/packs/htmltext\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"mt-4 inline-flex items-center gap-1 text-xs text-indigo-600 hover:underline dark:text-indigo-400\",\"children\":[\"Сайт\",[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"M15 3h6v6\",\"key\":\"1q9fwt\"}],[\"path\",{\"d\":\"M10 14 21 3\",\"key\":\"gplh6r\"}],[\"path\",{\"d\":\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\",\"key\":\"a6xqqp\"}]],\"className\":\"lucide-external-link h-3 w-3\"}]]}]]}],\"$L68\",false,[\"$\",\"div\",null,{\"className\":\"border-2 border-border bg-pixel-magenta/5 p-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"flex items-center gap-1.5 font-mono text-[10px] uppercase tracking-widest text-pixel-magenta\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"M12 18V5\",\"key\":\"adv99a\"}],[\"path\",{\"d\":\"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4\",\"key\":\"1e3is1\"}],[\"path\",{\"d\":\"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5\",\"key\":\"1gqd8o\"}],[\"path\",{\"d\":\"M17.997 5.125a4 4 0 0 1 2.526 5.77\",\"key\":\"iwvgf7\"}],[\"path\",{\"d\":\"M18 18a4 4 0 0 0 2-7.464\",\"key\":\"efp6ie\"}],[\"path\",{\"d\":\"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517\",\"key\":\"1gq6am\"}],[\"path\",{\"d\":\"M6 18a4 4 0 0 1-2-7.464\",\"key\":\"k1g0md\"}],[\"path\",{\"d\":\"M6.003 5.125a4 4 0 0 0-2.526 5.77\",\"key\":\"q97ue3\"}]],\"className\":\"lucide-brain h-3 w-3\"}],\" \",\"pro-tip\"]}],[\"$\",\"p\",null,{\"className\":\"mt-2 text-xs leading-relaxed text-foreground/90\",\"children\":[\"Поставил \",\"HTML to Text\",\"? Скажи Claude:\",\" \",[\"$\",\"em\",null,{\"className\":\"text-pixel-magenta\",\"children\":[\"«запомни почему я установил \",\"HTML to Text\",\" и что хочу попробовать»\"]}],\" \",\"— попадёт в твой \",\"$L69\",\".\"]}],\"$L6a\"]}]]}]\n"])</script><script>self.__next_f.push([1,"56:[\"$\",\"section\",null,{\"className\":\"mt-16 sm:mt-24\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-semibold tracking-tight\",\"children\":\"Похожие MCP\"}],[\"$\",\"div\",null,{\"className\":\"mt-5 grid gap-4 sm:grid-cols-2 lg:grid-cols-4\",\"children\":[\"$L6b\",\"$L6c\",\"$L6d\",\"$L6e\"]}]]}]\n57:[\"$\",\"section\",null,{\"className\":\"mt-16 sm:mt-24\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-xl font-semibold tracking-tight\",\"children\":[\"Compare \",\"HTML to Text\",\" with\"]}],[\"$\",\"div\",null,{\"className\":\"mt-5 flex flex-wrap gap-2\",\"children\":[\"$L6f\",\"$L70\",\"$L71\",\"$L72\"]}]]}]\n58:[\"$\",\"section\",null,{\"className\":\"mt-16 grid gap-4 sm:mt-20 md:grid-cols-3\",\"children\":[\"$L73\",\"$L74\",\"$L75\"]}]\n"])</script><script>self.__next_f.push([1,"59:[\"$\",\"footer\",null,{\"className\":\"mt-auto border-t-2 border-border bg-background\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl py-12 sm:py-16\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-10 md:grid-cols-[2fr_1fr_1fr_1fr]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"max-w-sm\",\"children\":[[\"$\",\"span\",null,{\"className\":\"inline-flex items-center gap-2.5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"inline-flex shrink-0 items-center justify-center\",\"aria-hidden\":true,\"children\":[\"$\",\"$L23\",null,{\"src\":\"/pixel/unicorn/idle-south-sheet.png\",\"frames\":11,\"cellSize\":92,\"fps\":6,\"width\":36,\"height\":36}]}],[\"$\",\"span\",null,{\"className\":\"inline-flex items-baseline gap-2\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display text-3xl uppercase leading-none tracking-tight\",\"children\":\"Unyly\"}],false]}]]}],[\"$\",\"p\",null,{\"className\":\"mt-4 text-sm text-muted-foreground\",\"children\":\"Маркетплейс MCP для тех, кто предпочитает отгружать продукт, а не редактировать JSON.\"}],[\"$\",\"div\",null,{\"className\":\"mt-5\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":\"В реестрах\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://registry.modelcontextprotocol.io\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"MCP Registry\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://smithery.ai/servers/unyly/gateway\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Smithery\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://glama.ai/mcp/servers/FasadSalatov/unyly-gateway\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Glama\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-5\",\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-2 font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":\"Telegram\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-x-3 gap-y-1 text-xs text-muted-foreground\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://t.me/unyly_global\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Global (EN)\"}],[\"$\",\"span\",null,{\"className\":\"text-border\",\"children\":\"·\"}],[\"$\",\"a\",null,{\"href\":\"https://t.me/unyly_cis\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"CIS (RU)\"}]]}]]}]]}],[[\"$\",\"div\",\"Продукт\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Продукт\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/browse\",{\"children\":\"$L76\"}],[\"$\",\"li\",\"/categories\",{\"children\":\"$L77\"}],[\"$\",\"li\",\"/best-mcp-servers\",{\"children\":\"$L78\"}],[\"$\",\"li\",\"/new\",{\"children\":\"$L79\"}],[\"$\",\"li\",\"/mcp-directories\",{\"children\":\"$L7a\"}],[\"$\",\"li\",\"/stats\",{\"children\":\"$L7b\"}],[\"$\",\"li\",\"/quiz\",{\"children\":\"$L7c\"}],[\"$\",\"li\",\"/pricing\",{\"children\":\"$L7d\"}],[\"$\",\"li\",\"/submit\",{\"children\":\"$L7e\"}],[\"$\",\"li\",\"/bounties\",{\"children\":\"$L7f\"}]]}]]}],[\"$\",\"div\",\"Разработчикам\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Разработчикам\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/docs\",{\"children\":\"$L80\"}],[\"$\",\"li\",\"/openapi-to-mcp\",{\"children\":\"$L81\"}],[\"$\",\"li\",\"/docs/glossary\",{\"children\":\"$L82\"}],[\"$\",\"li\",\"/docs/vault-flow\",{\"children\":\"$L83\"}],[\"$\",\"li\",\"/docs/hosting\",{\"children\":\"$L84\"}],[\"$\",\"li\",\"/docs/monetization\",{\"children\":\"$L85\"}],[\"$\",\"li\",\"/docs/api\",{\"children\":\"$L86\"}],[\"$\",\"li\",\"/gateway\",{\"children\":\"$L87\"}]]}]]}],[\"$\",\"div\",\"Компания\",{\"children\":[[\"$\",\"p\",null,{\"className\":\"mb-3 font-mono text-xs uppercase tracking-widest text-foreground\",\"children\":\"Компания\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2 text-sm text-muted-foreground\",\"children\":[[\"$\",\"li\",\"/about\",{\"children\":\"$L88\"}],[\"$\",\"li\",\"/security\",{\"children\":\"$L89\"}],[\"$\",\"li\",\"/status\",{\"children\":\"$L8a\"}],[\"$\",\"li\",\"/enterprise\",{\"children\":\"$L8b\"}],[\"$\",\"li\",\"/blog\",{\"children\":\"$L8c\"}],[\"$\",\"li\",\"/changelog\",{\"children\":\"$L8d\"}],[\"$\",\"li\",\"/privacy\",{\"children\":\"$L8e\"}],[\"$\",\"li\",\"/terms\",{\"children\":\"$L8f\"}]]}]]}]]]}]}],[\"$\",\"div\",null,{\"className\":\"border-t-2 border-border bg-secondary\",\"children\":[\"$L90\",\"$L91\"]}]]}]\n"])</script><script>self.__next_f.push([1,"5a:[\"$\",\"$L92\",null,{\"slug\":\"html-to-text\"}]\n4a:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/browse\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-1 text-sm text-muted-foreground transition-colors hover:text-foreground\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"m12 19-7-7 7-7\",\"key\":\"1l729n\"}],[\"path\",{\"d\":\"M19 12H5\",\"key\":\"x3x0zl\"}]],\"className\":\"lucide-arrow-left h-3.5 w-3.5\"}],\" \",\"Весь каталог\"]}]\n"])</script><script>self.__next_f.push([1,"93:I[48279,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"AuthorAvatar\"]\n94:I[603895,[\"/_next/static/chunks/0zforxe~dax3o.js\",\"/_next/static/chunks/12urfj6sdcl4g.js\",\"/_next/static/chunks/117u0bfmqmckf.js\",\"/_next/static/chunks/0x5wu2n-pcfp8.js\",\"/_next/static/chunks/0dhkj45awctnu.js\",\"/_next/static/chunks/094dezdtsnc-u.js\",\"/_next/static/chunks/0c1._5158_097.js\",\"/_next/static/chunks/0awe-hp95o~vh.js\",\"/_next/static/chunks/0nrzuc7l6v.i7.js\",\"/_next/static/chunks/174~9hqavl-s9.js\",\"/_next/static/chunks/0f8ry11erx7qu.js\"],\"QuickInstallButton\"]\n"])</script><script>self.__next_f.push([1,"90:[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl flex flex-col items-start justify-between gap-2 py-5 font-mono text-[11px] uppercase tracking-widest text-muted-foreground md:flex-row md:items-center\",\"children\":[[\"$\",\"p\",null,{\"children\":\"© 2026 Unyly. Не связаны с Anthropic.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col items-start gap-1 md:flex-row md:items-center md:gap-4\",\"children\":[[\"$\",\"p\",null,{\"children\":\"Сделано билдерами для билдеров.\"}],[\"$\",\"a\",null,{\"href\":\"https://meeet.world/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"group inline-flex items-center gap-2 transition-opacity hover:opacity-100 \",\"aria-label\":\"Meeet Ecosystems\",\"children\":[[\"$\",\"svg\",null,{\"aria-hidden\":\"true\",\"focusable\":\"false\",\"viewBox\":\"0 0 34 44\",\"width\":11,\"height\":14,\"fill\":\"currentColor\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"className\":\"text-pixel-magenta shrink-0\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M33.903 21.8003C33.903 20.4505 33.3539 19.2286 32.4706 18.3411L29.0113 14.8819L32.4706 11.4226C33.3539 10.5392 33.903 9.31324 33.903 7.9634C33.903 5.26784 31.711 3.08002 29.0113 3.08002C27.6615 3.08002 26.4355 3.62904 25.5521 4.51242L18.6378 11.4268C17.903 12.1615 17.259 13.1192 17.259 14.209C17.259 17.9283 21.2508 21.6435 25.5521 21.6476C25.6346 21.6476 25.7048 21.7178 25.7048 21.8003C25.7048 21.8829 25.6346 21.9531 25.5521 21.9531C21.2508 21.9531 17.2549 25.6724 17.2549 29.3916C17.2549 30.4814 17.8988 31.4391 18.6336 32.1739L25.548 39.0882C26.4313 39.9716 27.6573 40.5206 29.0072 40.5206C31.7069 40.5206 33.8988 38.3328 33.8988 35.629C33.8988 34.2792 33.3498 33.0573 32.4664 32.1698L29.0072 28.7105L32.4664 25.2513C33.3498 24.3679 33.8988 23.1419 33.8988 21.7921L33.903 21.8003Z\"}],[\"$\",\"path\",null,{\"d\":\"M0 21.8004C0 20.4505 0.549019 19.2286 1.4324 18.3411L4.89163 14.8819L1.4324 11.4268C0.549019 10.5434 0 9.32153 0 7.97168C0 5.26787 2.18782 3.08005 4.89163 3.08005C6.24148 3.08005 7.46336 3.62907 8.35087 4.51245L15.2652 11.4268C16 12.1616 16.6439 13.1193 16.6439 14.209C16.6439 17.9283 12.6522 21.6435 8.35087 21.6476C8.26831 21.6476 8.19813 21.7178 8.19813 21.8004C8.19813 21.8829 8.26831 21.9531 8.35087 21.9531C12.6522 21.9531 16.6481 25.6724 16.6481 29.3917C16.6481 30.4815 16.0041 31.4391 15.2693 32.1739L8.35499 39.0883C7.47161 39.9716 6.24561 40.5207 4.89576 40.5207C2.19608 40.5207 0.00412796 38.3328 0.00412796 35.629C0.00412796 34.2792 0.553147 33.0573 1.43653 32.1698L4.89576 28.7106L1.43653 25.2513C0.549019 24.3762 0 23.1543 0 21.8004Z\"}]]}],[\"$\",\"span\",null,{\"className\":\"rainbow-text text-[12px] uppercase tracking-widest\",\"children\":\"ecosystems\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"91:[\"$\",\"div\",null,{\"className\":\"mx-auto w-full px-4 sm:px-6 lg:px-8 max-w-7xl border-t border-border/40 py-4 text-center font-mono text-[10px] uppercase tracking-widest text-muted-foreground/70\",\"children\":[\"$\",\"p\",null,{\"children\":\"CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001\"}]}]\n5b:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/by/pipeworx-io\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-1.5 transition-colors hover:text-foreground\",\"children\":[[\"$\",\"$L93\",null,{\"author\":\"pipeworx-io\",\"handle\":\"pipeworx-io\"}],[\"$\",\"span\",null,{\"children\":\"автор: pipeworx-io\"}]]}]\n5f:[\"$\",\"$L47\",null,{\"ref\":null,\"href\":\"/ru/mcp/html-to-text/embed\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"m18 16 4-4-4-4\",\"key\":\"1inbqp\"}],[\"path\",{\"d\":\"m6 8-4 4 4 4\",\"key\":\"15zrgr\"}],[\"path\",{\"d\":\"m14.5 4-5 16\",\"key\":\"e7oirm\"}]],\"className\":\"lucide-code-xml h-4 w-4\"}],\"Embed\"],\"data-slot\":\"button\",\"data-variant\":\"outline\",\"data-size\":\"lg\",\"className\":\"inline-flex shrink-0 items-center justify-center whitespace-nowrap font-semibold border-2 border-foreground rounded-none shadow-[2px_2px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--foreground)] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none outline-none focus-visible:ring-[3px] focus-visible:ring-ring/40 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:shrink-0 [\u0026_svg:not([class*='size-'])]:size-4 bg-background text-foreground hover:bg-accent h-12 px-6 text-base gap-1.5\"}]\n63:[\"$\",\"$L47\",\"claude-desktop\",{\"ref\":\"$undefined\",\"href\":\"/ru/install/html-to-text/claude-desktop\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z\",\"key\":\"1ngwbx\"}]],\"className\":\"lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Установить HTML to Text в Claude Desktop\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$4a:props:children:0:props:iconNode\",\"className\":\"lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100\"}]]}]\n64:[\"$\",\"$L47\",\"claude-code\",{\"ref\":\"$undefined\",\"href\":\"/ru/install/html-to-text/claude-code\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$63:props:children:0:props:iconNode\",\"className\":\"lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Установить HTML to Text в Claude Code\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$4a:props:children:0:props:iconNode\",\"className\":\"lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100\"}]]}]\n65:[\"$\",\"$L47\",\"cursor\",{\"ref\":\"$undefined\",\"href\":\"/ru/install/html-to-text/cursor\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$63:props:children:0:props:iconNode\",\"className\":\"lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Установит"])</script><script>self.__next_f.push([1,"ь HTML to Text в Cursor\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$4a:props:children:0:props:iconNode\",\"className\":\"lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100\"}]]}]\n66:[\"$\",\"$L47\",\"vscode\",{\"ref\":\"$undefined\",\"href\":\"/ru/install/html-to-text/vscode\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group flex items-center gap-2 rounded-xl border border-border bg-card px-4 py-3 text-sm transition-colors hover:border-pixel-magenta\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$63:props:children:0:props:iconNode\",\"className\":\"lucide-wrench h-4 w-4 shrink-0 text-pixel-magenta\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Установить HTML to Text в VS Code\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$4a:props:children:0:props:iconNode\",\"className\":\"lucide-arrow-left ml-auto h-4 w-4 rotate-180 opacity-0 transition-opacity group-hover:opacity-100\"}]]}]\n69:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/vault\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"font-bold underline\",\"children\":\"Vault\"}]\n6a:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/vault-flow\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"mt-2 inline-flex items-center gap-1 font-mono text-[10px] uppercase tracking-widest text-pixel-magenta hover:underline\",\"children\":\"как это работает →\"}]\n"])</script><script>self.__next_f.push([1,"6b:[\"$\",\"$L47\",\"fetch\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/fetch\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none\",\"style\":{\"--card-hover-c\":\"var(--pixel-magenta)\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12\",\"style\":{\"backgroundColor\":\"oklch(0.92 0.06 40)\"},\"aria-hidden\":true,\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display\",\"style\":{\"color\":\"oklch(0.28 0.18 40)\",\"fontSize\":18.04,\"lineHeight\":1},\"children\":\"F\"}],[\"$\",\"span\",null,{\"className\":\"absolute inset-0 hidden bg-card dark:block\",\"style\":{\"backgroundColor\":\"oklch(0.18 0.05 40)\",\"zIndex\":-1}}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-1\",\"children\":[false,false,false]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4 flex-1\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-sans text-base font-bold tracking-tight\",\"style\":\"$undefined\",\"children\":\"Fetch\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"circle\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\",\"key\":\"1mglay\"}],[\"path\",{\"d\":\"m9 12 2 2 4-4\",\"key\":\"dzmm74\"}]],\"className\":\"lucide-circle-check h-4 w-4 text-pixel-cyan\",\"role\":\"img\",\"aria-label\":\"Проверено\"}],[\"$\",\"span\",null,{\"className\":\"inline-block h-1.5 w-1.5 rounded-full bg-red-500\",\"title\":\"unpublished\",\"aria-label\":\"unpublished\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground\",\"children\":\"Web content fetching and conversion for efficient LLM usage.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex min-w-0 items-center gap-1.5 truncate\",\"children\":[[\"$\",\"$L93\",null,{\"author\":\"Community\",\"handle\":\"$undefined\",\"size\":16}],[\"$\",\"span\",null,{\"className\":\"truncate\",\"children\":\"автор: Community\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[false,false]}]]}],[\"$\",\"div\",null,{\"className\":\"pointer-events-none absolute right-2 top-2 opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100\",\"children\":[\"$\",\"div\",null,{\"className\":\"pointer-events-auto\",\"children\":[\"$\",\"$L94\",null,{\"mcp\":{\"slug\":\"fetch\",\"name\":\"Fetch\",\"tagline\":\"Web content fetching and conversion for efficient LLM usage.\",\"description\":\"Web content fetching and conversion for efficient LLM usage.\",\"category\":\"ai\",\"author\":\"Community\",\"authorHandle\":\"$undefined\",\"icon\":\"•\",\"verified\":true,\"featured\":false,\"installs\":1,\"rating\":0,\"ratingCount\":0,\"pricing\":\"free\",\"price\":\"$undefined\",\"hosted\":false,\"remoteUrl\":\"$undefined\",\"repo\":\"modelcontextprotocol/servers\",\"homepage\":\"src/fetch\",\"command\":\"npx\",\"args\":[\"-y\",\"@modelcontextprotocol/server-fetch\"],\"env\":\"$undefined\",\"setup\":\"$undefined\",\"tools\":[],\"tags\":[\"fetch\",\"reference\",\"servers\"],\"healthLevel\":\"dead\"},\"variant\":\"claude-code\",\"iconOnly\":true,\"tone\":\"outline\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"95:Tbda,"])</script><script>self.__next_f.push([1,"M6.763 10.036c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 0 1-.208.072c-.08 0-.16-.04-.24-.112a2.47 2.47 0 0 1-.287-.375 6.18 6.18 0 0 1-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.192-1.596-.576-.391-.384-.59-.896-.59-1.536 0-.68.24-1.234.726-1.657s1.132-.635 1.955-.635c.272 0 .551.024.847.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.296.072-.583.16-.862.272a2.287 2.287 0 0 1-.28.104.488.488 0 0 1-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 0 1 .224-.167c.279-.144.614-.264 1.005-.36a4.84 4.84 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647.439.43.662 1.085.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144.287-.096.543-.272.758-.512.128-.152.224-.32.272-.512.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 0 0-.735-.136 6.02 6.02 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.295.838.295zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55c-.048-.16-.072-.264-.072-.32 0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.152-.312a.549.549 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 0 1-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.151.32-.064.056-.176.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.777.777 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 0 1-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 0 1 .24.2.43.43 0 0 1 .071.263v.375c0 .168-.064.256-.184.256a.83.83 0 0 1-.303-.096 3.653 3.653 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .223.08.414.24.566.16.151.454.303.877.439l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926-.144.272-.336.511-.583.703-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167zM21.698 16.207c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607zm1.093-1.245c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.288.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994z"])</script><script>self.__next_f.push([1,"6c:[\"$\",\"$L47\",\"aws-kb-retrieval\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/aws-kb-retrieval\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none\",\"style\":{\"--card-hover-c\":\"#FF9900\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex shrink-0 items-center justify-center border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12\",\"style\":{\"backgroundColor\":\"color-mix(in oklab, #FF9900 12%, var(--card))\"},\"aria-hidden\":true,\"children\":[\"$\",\"span\",null,{\"className\":\"relative inline-flex items-center justify-center\",\"style\":{\"width\":22,\"height\":22},\"aria-label\":\"AWS\",\"children\":[[\"$\",\"svg\",null,{\"role\":\"img\",\"viewBox\":\"0 0 24 24\",\"width\":22,\"height\":22,\"xmlns\":\"http://www.w3.org/2000/svg\",\"fill\":\"#FF9900\",\"className\":\"block\",\"children\":[\"$\",\"path\",null,{\"d\":\"$95\"}]}],\"$undefined\"]}]}],\"$L96\"]}],\"$L97\",\"$L98\",false]}]\n"])</script><script>self.__next_f.push([1,"6d:[\"$\",\"$L47\",\"spring-ai-mcp-server\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/spring-ai-mcp-server\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none\",\"style\":{\"--card-hover-c\":\"var(--pixel-magenta)\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12\",\"aria-hidden\":true,\"children\":[\"$\",\"$L22\",null,{\"src\":\"https://www.google.com/s2/favicons?domain=docs.spring.io\u0026sz=128\",\"alt\":\"\",\"width\":48,\"height\":48,\"className\":\"h-full w-full object-cover\",\"unoptimized\":true}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-1\",\"children\":[false,false,false]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4 flex-1\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-sans text-base font-bold tracking-tight\",\"style\":\"$undefined\",\"children\":\"Spring AI MCP Server\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$6b:props:children:1:props:children:0:props:children:1:props:iconNode\",\"className\":\"lucide-circle-check h-4 w-4 text-pixel-cyan\",\"role\":\"img\",\"aria-label\":\"Проверено\"}],[\"$\",\"span\",null,{\"className\":\"inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50\",\"title\":\"health unknown\",\"aria-label\":\"health unknown\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground\",\"children\":\"Provides auto-configuration for setting up an MCP server in Spring Boot applications.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex min-w-0 items-center gap-1.5 truncate\",\"children\":[[\"$\",\"$L93\",null,{\"author\":\"Community\",\"handle\":\"$undefined\",\"size\":16}],[\"$\",\"span\",null,{\"className\":\"truncate\",\"children\":\"автор: Community\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[false,false]}]]}],false]}]\n"])</script><script>self.__next_f.push([1,"6e:[\"$\",\"$L47\",\"llm-analysis-assistant\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/llm-analysis-assistant\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"group relative flex h-full flex-col border-2 border-foreground bg-card p-5 shadow-[3px_3px_0_0_var(--foreground)] transition-[transform,box-shadow] duration-75 [transition-timing-function:steps(2,end)] hover:-translate-x-px hover:-translate-y-px hover:shadow-[5px_5px_0_0_var(--card-hover-c,var(--foreground))] active:translate-x-[2px] active:translate-y-[2px] active:shadow-none\",\"style\":{\"--card-hover-c\":\"var(--pixel-magenta)\"},\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-start justify-between gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-12 w-12\",\"style\":{\"backgroundColor\":\"oklch(0.92 0.06 95)\"},\"aria-hidden\":true,\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display\",\"style\":{\"color\":\"oklch(0.28 0.18 95)\",\"fontSize\":18.04,\"lineHeight\":1},\"children\":\"L\"}],[\"$\",\"span\",null,{\"className\":\"absolute inset-0 hidden bg-card dark:block\",\"style\":{\"backgroundColor\":\"oklch(0.18 0.05 95)\",\"zIndex\":-1}}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-1\",\"children\":[false,false,false]}]]}],[\"$\",\"div\",null,{\"className\":\"mt-4 flex-1\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-sans text-base font-bold tracking-tight\",\"style\":\"$undefined\",\"children\":\"llm-analysis-assistant\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$6b:props:children:1:props:children:0:props:children:1:props:iconNode\",\"className\":\"lucide-circle-check h-4 w-4 text-pixel-cyan\",\"role\":\"img\",\"aria-label\":\"Проверено\"}],[\"$\",\"span\",null,{\"className\":\"inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50\",\"title\":\"health unknown\",\"aria-label\":\"health unknown\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground\",\"children\":\"A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex min-w-0 items-center gap-1.5 truncate\",\"children\":[[\"$\",\"$L93\",null,{\"author\":\"xuzexin-hz\",\"handle\":\"xuzexin-hz\",\"size\":16}],[\"$\",\"span\",null,{\"className\":\"truncate\",\"children\":\"автор: xuzexin-hz\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[false,false]}]]}],[\"$\",\"div\",null,{\"className\":\"pointer-events-none absolute right-2 top-2 opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100\",\"children\":[\"$\",\"div\",null,{\"className\":\"pointer-events-auto\",\"children\":[\"$\",\"$L94\",null,{\"mcp\":{\"slug\":\"llm-analysis-assistant\",\"name\":\"llm-analysis-assistant\",\"tagline\":\"A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also\",\"description\":\"A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also supports monitoring and simulation of ollama/openai interface.\",\"category\":\"ai\",\"author\":\"xuzexin-hz\",\"authorHandle\":\"xuzexin-hz\",\"icon\":\"•\",\"verified\":true,\"featured\":false,\"installs\":0,\"rating\":0,\"ratingCount\":0,\"pricing\":\"free\",\"price\":\"$undefined\",\"hosted\":false,\"remoteUrl\":\"$undefined\",\"repo\":\"xuzexin-hz/llm-analysis-assistant\",\"homepage\":\"https://github.com/xuzexin-hz/llm-analysis-assistant\",\"command\":\"uvx\",\"args\":[\"llm_analysis_assistant\"],\"env\":\"$undefined\",\"setup\":\"$undefined\",\"tools\":[],\"tags\":[\"llm\",\"analysis\",\"assistant\",\"for\",\"clients\"],\"healthLevel\":\"unknown\"},\"variant\":\"claude-code\",\"iconOnly\":true,\"tone\":\"outline\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"6f:[\"$\",\"$L47\",\"fetch\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/html-to-text/vs/fetch\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10\",\"style\":{\"backgroundColor\":\"oklch(0.92 0.06 40)\"},\"aria-hidden\":true,\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display\",\"style\":{\"color\":\"oklch(0.28 0.18 40)\",\"fontSize\":14.76,\"lineHeight\":1},\"children\":\"F\"}],[\"$\",\"span\",null,{\"className\":\"absolute inset-0 hidden bg-card dark:block\",\"style\":{\"backgroundColor\":\"oklch(0.18 0.05 40)\",\"zIndex\":-1}}]]}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"HTML to Text\"}],[\"$\",\"span\",null,{\"className\":\"text-muted-foreground\",\"children\":\"vs\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Fetch\"}]]}]\n99:Tbda,"])</script><script>self.__next_f.push([1,"M6.763 10.036c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 0 1-.208.072c-.08 0-.16-.04-.24-.112a2.47 2.47 0 0 1-.287-.375 6.18 6.18 0 0 1-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.192-1.596-.576-.391-.384-.59-.896-.59-1.536 0-.68.24-1.234.726-1.657s1.132-.635 1.955-.635c.272 0 .551.024.847.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.296.072-.583.16-.862.272a2.287 2.287 0 0 1-.28.104.488.488 0 0 1-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 0 1 .224-.167c.279-.144.614-.264 1.005-.36a4.84 4.84 0 0 1 1.246-.151c.95 0 1.644.216 2.091.647.439.43.662 1.085.662 1.963v2.586zm-3.24 1.214c.263 0 .534-.048.822-.144.287-.096.543-.272.758-.512.128-.152.224-.32.272-.512.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 0 0-.735-.136 6.02 6.02 0 0 0-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.295.838.295zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 5.55c-.048-.16-.072-.264-.072-.32 0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.152-.312a.549.549 0 0 1 .32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 0 1 .311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 0 1-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 0 1-.303.08h-.687c-.151 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32l-1.238-5.148-1.23 5.14c-.04.16-.087.264-.151.32-.064.056-.176.08-.32.08zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 0 1-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.319.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 0 0 .415-.758.777.777 0 0 0-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 0 1-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .359.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 0 1 .24.2.43.43 0 0 1 .071.263v.375c0 .168-.064.256-.184.256a.83.83 0 0 1-.303-.096 3.653 3.653 0 0 0-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .223.08.414.24.566.16.151.454.303.877.439l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926-.144.272-.336.511-.583.703-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167zM21.698 16.207c-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351 3.384 1.963 7.559 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.439-.2.814.287.383.607zm1.093-1.245c-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399.288.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151.32-.79 1.03-2.57.695-2.994z"])</script><script>self.__next_f.push([1,"70:[\"$\",\"$L47\",\"aws-kb-retrieval\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/html-to-text/vs/aws-kb-retrieval\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex shrink-0 items-center justify-center border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10\",\"style\":{\"backgroundColor\":\"color-mix(in oklab, #FF9900 12%, var(--card))\"},\"aria-hidden\":true,\"children\":[\"$\",\"span\",null,{\"className\":\"relative inline-flex items-center justify-center\",\"style\":{\"width\":18,\"height\":18},\"aria-label\":\"AWS\",\"children\":[[\"$\",\"svg\",null,{\"role\":\"img\",\"viewBox\":\"0 0 24 24\",\"width\":18,\"height\":18,\"xmlns\":\"http://www.w3.org/2000/svg\",\"fill\":\"#FF9900\",\"className\":\"block\",\"children\":[\"$\",\"path\",null,{\"d\":\"$99\"}]}],\"$undefined\"]}]}],\"$L9a\",\"$L9b\",\"$L9c\"]}]\n71:[\"$\",\"$L47\",\"spring-ai-mcp-server\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/html-to-text/vs/spring-ai-mcp-server\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10\",\"aria-hidden\":true,\"children\":[\"$\",\"$L22\",null,{\"src\":\"https://www.google.com/s2/favicons?domain=docs.spring.io\u0026sz=128\",\"alt\":\"\",\"width\":40,\"height\":40,\"className\":\"h-full w-full object-cover\",\"unoptimized\":true}]}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"HTML to Text\"}],[\"$\",\"span\",null,{\"className\":\"text-muted-foreground\",\"children\":\"vs\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"Spring AI MCP Server\"}]]}]\n72:[\"$\",\"$L47\",\"llm-analysis-assistant\",{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/html-to-text/vs/llm-analysis-assistant\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"inline-flex items-center gap-2 rounded-md border bg-card px-3 py-1.5 text-sm transition-colors hover:bg-accent\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative flex shrink-0 items-center justify-center overflow-hidden border-2 border-foreground bg-card shadow-[2px_2px_0_0_var(--foreground)] h-10 w-10\",\"style\":{\"backgroundColor\":\"oklch(0.92 0.06 95)\"},\"aria-hidden\":true,\"children\":[[\"$\",\"span\",null,{\"className\":\"font-display\",\"style\":{\"color\":\"oklch(0.28 0.18 95)\",\"fontSize\":14.76,\"lineHeight\":1},\"children\":\"L\"}],[\"$\",\"span\",null,{\"className\":\"absolute inset-0 hidden bg-card dark:block\",\"style\":{\"backgroundColor\":\"oklch(0.18 0.05 95)\",\"zIndex\":-1}}]]}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"HTML to Text\"}],[\"$\",\"span\",null,{\"className\":\"text-muted-foreground\",\"children\":\"vs\"}],[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"llm-analysis-assistant\"}]]}]\n73:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/quiz\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"block rounded-lg border-2 border-pixel-cyan/40 bg-pixel-cyan/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--pixel-cyan)]\",\"children\":[[\"$\",\"p\",null,{\"className\":\"font-mono text-[10px] uppercase tracking-widest text-pixel-cyan\",\"children\":\"Не уверен что выбрать?\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 font-display text-lg leading-tight\",\"children\":\"Найди свой стек за 60 секунд\"}]]}]\n74:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/mcp/html-to-text/embed\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"block rounded-lg border-2 border-amber-500/40 bg-amber-400/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_rgb(245_158_11)]\",\"children\":[[\"$\",\"p\",null,{\"className\":\"font-mono text-[10px] uppercase tracking-widest text-amber-600 dark:text-amber-400\",\"children\":\"Автор?\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 font-display text-lg leadi"])</script><script>self.__next_f.push([1,"ng-tight\",\"children\":\"Embed-бейдж для README\"}]]}]\n75:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/category/ai\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"block rounded-lg border-2 border-pixel-magenta/40 bg-pixel-magenta/5 p-5 transition-all hover:-translate-x-px hover:-translate-y-px hover:shadow-[3px_3px_0_0_var(--pixel-magenta)]\",\"children\":[[\"$\",\"p\",null,{\"className\":\"font-mono text-[10px] uppercase tracking-widest text-pixel-magenta\",\"children\":\"Похожее\"}],[\"$\",\"p\",null,{\"className\":\"mt-2 font-display text-lg leading-tight capitalize\",\"children\":\"Все в категории ai\"}]]}]\n76:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/browse\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Каталог\"}]\n77:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/categories\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Categories\"}]\n78:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/best-mcp-servers\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Best MCP servers\"}]\n79:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/new\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"New this week\"}]\n7a:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/mcp-directories\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"MCP directories\"}]\n7b:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/stats\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Ecosystem stats\"}]\n7c:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/quiz\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Find your stack (quiz)\"}]\n7d:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/pricing\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Тарифы\"}]\n7e:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/submit\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Опубликовать MCP\"}]\n7f:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/bounties\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Bounties\"}]\n80:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Документация\"}]\n81:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/openapi-to-mcp\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"OpenAPI → MCP\"}]\n82:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/glossary\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Glossary\"}]\n83:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/vault-flow\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Vault flow\"}]\n84:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/hosting\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Hosted MCPs\"}]\n85:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/monetization\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Монетизация\"}]\n86:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/docs/api\",\"locale\":\"$u"])</script><script>self.__next_f.push([1,"ndefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Публичный API\"}]\n87:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/gateway\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Gateway\"}]\n88:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/about\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"О нас\"}]\n89:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/security\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Security\"}]\n8a:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/status\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Status\"}]\n8b:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/enterprise\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Enterprise\"}]\n8c:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/blog\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Блог\"}]\n8d:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/changelog\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Changelog\"}]\n8e:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/privacy\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Приватность\"}]\n8f:[\"$\",\"$L47\",null,{\"ref\":\"$undefined\",\"href\":\"/ru/terms\",\"locale\":\"$undefined\",\"localeCookie\":\"$24:props:localeCookie\",\"className\":\"transition-colors hover:text-foreground\",\"children\":\"Правила\"}]\n4b:[\"$\",\"span\",null,{\"className\":\"inline-flex items-center gap-1.5 rounded-full border px-2 py-0.5 text-xs border-border text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"h-1.5 w-1.5 rounded-full bg-muted-foreground/50\",\"aria-hidden\":true}],\"Не проверен\"]}]\n68:[\"$\",\"div\",null,{\"className\":\"rounded-2xl border p-5 border-border/80\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2\",\"children\":[[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":[[\"path\",{\"d\":\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\",\"key\":\"oel41y\"}],[\"path\",{\"d\":\"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3\",\"key\":\"mhlwft\"}],[\"path\",{\"d\":\"M12 17h.01\",\"key\":\"p32p05\"}]],\"className\":\"lucide-shield-question-mark h-4 w-4 text-muted-foreground\"}],[\"$\",\"p\",null,{\"className\":\"text-xs font-medium uppercase tracking-wide text-muted-foreground\",\"children\":\"Безопасность\"}],[\"$\",\"span\",null,{\"className\":\"ml-auto text-xs font-semibold text-muted-foreground\",\"children\":\"Ещё не проверен\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-3 text-xs text-muted-foreground\",\"children\":\"Этот сервер ещё не проанализирован.\"}],[\"$\",\"p\",null,{\"className\":\"mt-3 border-t border-border/60 pt-2 text-[10px] leading-snug text-muted-foreground\",\"children\":\"Автоматическая эвристика по публичным данным — не гарантия безопасности.\"}]]}]\n"])</script><script>self.__next_f.push([1,"96:[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-1\",\"children\":[false,false,false]}]\n97:[\"$\",\"div\",null,{\"className\":\"mt-4 flex-1\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-sans text-base font-bold tracking-tight text-(--brand-name-c,inherit) dark:text-(--brand-name-c-dark,var(--brand-name-c,inherit))\",\"style\":{\"--brand-name-c\":\"#FF9900\",\"--brand-name-c-dark\":\"#FF9900\"},\"children\":\"AWS KB Retrieval\"}],[\"$\",\"$L67\",null,{\"ref\":\"$undefined\",\"iconNode\":\"$6b:props:children:1:props:children:0:props:children:1:props:iconNode\",\"className\":\"lucide-circle-check h-4 w-4 text-pixel-cyan\",\"role\":\"img\",\"aria-label\":\"Проверено\"}],[\"$\",\"span\",null,{\"className\":\"inline-block h-1.5 w-1.5 rounded-full bg-muted-foreground/50\",\"title\":\"health unknown\",\"aria-label\":\"health unknown\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-2 line-clamp-2 text-sm leading-snug text-muted-foreground\",\"children\":\"Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.\"}]]}]\n98:[\"$\",\"div\",null,{\"className\":\"mt-5 flex items-center justify-between border-t-2 border-border/80 pt-3 font-mono text-[11px] uppercase tracking-wider text-muted-foreground\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex min-w-0 items-center gap-1.5 truncate\",\"children\":[[\"$\",\"$L93\",null,{\"author\":\"modelcontextprotocol\",\"handle\":\"modelcontextprotocol\",\"size\":16}],[\"$\",\"span\",null,{\"className\":\"truncate\",\"children\":\"автор: modelcontextprotocol\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[false,false]}]]}]\n9a:[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"HTML to Text\"}]\n9b:[\"$\",\"span\",null,{\"className\":\"text-muted-foreground\",\"children\":\"vs\"}]\n9c:[\"$\",\"span\",null,{\"className\":\"font-medium\",\"children\":\"AWS KB Retrieval\"}]\n"])</script></body></html>