Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Layero

ru.layero/layero

Build a landing page from your IDE chat, publish it, then manage domains and analytics.

Uptime
100.0%
1 direct probes · 30d
Response
352ms
last probe
Tools
27
callable
Resources
5
readable
Prompts
3
available

Tools · 27

compose_landing_submit

Собрать лендинг по ответам из формы. Это НЕ инструмент для модели: его вызывает сама форма через мост хоста. Модель для того же зовёт `compose_landing`. Сборка идёт той же функцией, что …

list_design_systems

Return the catalogue of design systems Layero ships with.

list_structures

Return the catalogue of landing structures Layero ships with.

compose_landing

Drive the 3-step quiz flow and produce a complete landing. This is the **main entry point**. Don't ask the user questions in chat before calling this — the tool opens native quiz dialogs in t…

add_integration

Wire form submissions into a destination. Returns the integration recipe. The agent executes the steps itself — runs terminal commands, edits files, deploys a relay if needed.

whoami

Who is connected to Layero and how many projects they have. Call this first when you are unsure the token is configured: a clear error here is cheaper than one halfway through a deploy.

my_projects

The user's sites on Layero. Thirty most recent by default. The full list is rarely needed, while flooding half your context with it is easy: an active user has dozens of projects.

site_status

How a site is doing: whether it is being served and how its build ended. `project` is an id or a slug. One call instead of three (project, deploys, live check of the address): an agent needs …

env_vars

Project environment variables: list names, set them, remove them. VALUES ARE NEVER READ BACK — not by you, not by the platform in its response. Only names and lengths are returned. This is a …

connect_analytics

Connect Yandex Metrika to a site. IMPORTANT: authorisation happens IN A BROWSER, and neither you nor the platform can do that step for the user. The tool returns a link — show it and ask …

site_analytics

Site traffic: totals, direction and top sources. The time series is collapsed into a direction and breakdowns are cut to five: ninety chart points are useless in your context, and the con…

check_performance

Measure a site's speed and say whether it got worse after a deploy. The verdict comes FROM THE SCORE, not from timings: repeated runs of the same deploy vary by at most one point, while LCP a…

connect_domain

Connect a custom domain to a site. IMPORTANT: between this call and a working domain stands A PERSON. You get DNS records — show them to the user and explain they go in at their domain re…

check_domain

Check whether a connected domain has started working. Runs the DNS check immediately instead of waiting for the background re-check. If the records have not propagated yet, that is normal — s…

list_domains

The project's own domains and their state.

read_site

Что на самом деле опубликовано: заголовки, тексты, формы, мета, ссылки. Зови это ПЕРЕД тем, как что-то править на живом сайте, и ПОСЛЕ публикации, чтобы убедиться, что приехало ожидаемое. Без…

site_screenshot

Снимок последней собранной версии сайта — как он выглядит. Дополняет `read_site` (что на странице) и `site_issues` (что с ней не так) третьим вопросом: как это смотрится. Полезно перед правко…

site_issues

Конкретные проблемы страницы — каждая с адресом и что с ней делать. Это НЕ балл. Балл отдаёт `check_performance`, и по нему нечего чинить: «73 из 100» не говорит, что именно править. Здесь то…

refactor_site

Одно названное преобразование разметки — с предсказуемым результатом. Инструмент НИЧЕГО НЕ ПУБЛИКУЕТ. Он возвращает изменённый HTML; показать его человеку, получить согласие и позвать `publis…

check_copy

Механические ошибки русской типографики — с точным местом и заменой. Это КОД, а не суждение модели: один и тот же текст даёт один и тот же список находок. Ловится то, что глаз не видит, а чит…

list_deploys

Последние сборки проекта: какая чем кончилась и какая сейчас живая. Нужен, чтобы выбрать цель для `rollback` или `diagnose_deploy`. Для вопроса «что с сайтом прямо сейчас» хватает `site_statu…

rollback

Вернуть на живой адрес предыдущую рабочую сборку. МЕНЯЕТ ТО, ЧТО ВИДЯТ ПОСЕТИТЕЛИ, — спроси человека перед вызовом, если он не попросил откат прямо. Действие обратимо (можно откатиться обратн…

retry_deploy

Поставить упавшую сборку в очередь заново. Разрешено ТОЛЬКО для сборок в состоянии `failed`. На идущей сборке (`queued`, `building`) платформа откажет — это не ошибка, а защита от второй …

cancel_deploy

Остановить сборку, которая ещё идёт. Живой адрес при этом не меняется — на нём остаётся прошлая версия.

deploy_logs

Сырые строки лога — когда разбора `diagnose_deploy` не хватило. Начинай с `diagnose_deploy`: он уже вытащил причину и окрестности фатальной строки. Сюда иди, когда нужно посмотреть глазами — …

diagnose_deploy

Why a deploy failed — with the cause parsed out, not a raw log. Without `deploy` the latest build is used; that is what reflects the current state. To examine a specific older one, pass its i…

publish_landing

Publish a site to Layero — from here, with no terminal. Not only generated landings: this takes ANY ready static bundle, so it is also the answer to "deploy my site". Requirements — `index.ht…

Resources · 5

compose-form

Форма подбора: тема, аудитория, цель, оформление, приём заявок.

ui://layero/compose.html
soul

The Layero philosophy. Read on every new conversation.

layero://soul
playbook

Как ведётся разговор целиком: развилка, ход за ходом, жёсткие правила. 🚨 ЭТОТ ТЕКСТ ЛЕЖАЛ МЁРТВЫМ. `prompts/system.md` — 5,9 КБ подробного регламента: что делать на первом ходу, что после `co…

layero://playbook
editorial_ru

Часть русской редактуры, которую нельзя проверить кодом. Механику проверяет `check_copy` — там ответ детерминирован. Здесь то, что требует суждения: инфостиль, признаки текста, написанного не…

layero://editorial/ru
catalogue

Full catalogue of design systems + structures, descriptive metadata.

layero://catalogue

Prompts · 3

welcome

First-turn greeting: announce Layero, ask for motivation.

make_premium
make_friendly

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "layero": {
      "url": "https://mcp.layero.ru/mcp",
      "transport": "streamable-http"
    }
  }
}