Build a landing page from your IDE chat, publish it, then manage domains and analytics.
healthy
status
16
tools exposed
526ms
connect latency
b940ffad582c
schema fingerprint
Tools (16)
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 the IDE
itself. Call this immediately when the user describes what they want.
The three quiz
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 the conclusion, not
the raw material to assemble it from.
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 deliberate rule
rather than an implementation limit: anything that reaches your answer
settl
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 them to open it and grant access. Do not poll in a loop: the
person may walk away for an hour. C
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
conclusion is yours to draw anyway.
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 and TTFB on identical
code swing by 37-40%. A difference of 3 points or more is meaningful;
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 registrar. Do not wait for readiness: DNS propagates in minutes
to an hour, the platform re-checks
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 — say
so and suggest coming back later.
list_domains
The project's own domains and their state.
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 id.
The response is not a log tail but the neighbourhood of the fatal line:
the platform has
publish_landing
Publish a landing page to Layero — from here, with no terminal.
Send the ACTUAL file contents: the server does not remember the bundle
between calls. If the user edited the text after generation, pass the
current versions, or what gets published is what used to be there.
Pass `proj
Endpoint
https://mcp.layero.ru/mcp Category: Cloud & Infra · Last checked: 2026-07-30T14:03:49Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.