tilda-mcp-cdp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TILDA_CDP_URL | No | URL for the Chrome DevTools Protocol (default http://localhost:9222) | http://localhost:9222 |
| TILDA_PUBLIC_KEY | Yes | Your Tilda public key from https://tilda.cc/identity/apikeys/ | |
| TILDA_SECRET_KEY | Yes | Your Tilda secret key from https://tilda.cc/identity/apikeys/ |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_projectsA | Получить список проектов Tilda. |
| get_project_infoA | Получить подробную информацию о проекте Tilda (домен, настройки, CSS/JS). |
| get_pagesC | Получить список страниц проекта Tilda. |
| get_pageB | Получить полную информацию о странице Tilda (HTML, CSS, JS). |
| get_page_exportA | Экспортировать страницу Tilda — HTML, CSS, JS, изображения для самостоятельного хостинга. |
| chrome_statusA | Проверить подключение к Chrome по CDP и сессию Tilda (залогинен ли пользователь). |
| set_metrikaA | Задать ID Яндекс.Метрики в настройках проекта Tilda. Затем нужна перепубликация страниц. |
| replace_page_codeB | Заменить текст (regexp) в HTML-код-блоках T123 страницы — напр. сторонние скрипты/трекеры. По умолчанию публикует страницу. |
| replace_zero_linksA | Заменить ссылки (regexp) в элементах Zero Block страницы — напр. ссылки кнопок. По умолчанию публикует страницу. |
| publish_pageA | Опубликовать страницу Tilda (изменения становятся видны на живом сайте). |
| verify_liveB | Проверить живой HTML сайтов: какие подстроки присутствуют/отсутствуют (с обходом кэша). |
| zero_get_elementsA | Прочитать модель Zero Block: список элементов (тип, текст, ссылки, геометрия, все поля). Вызывайте перед правками. |
| zero_update_elementC | Изменить элемент(ы) Zero Block: deep-merge JSON-патча по id/index/тексту — текст, цвет, шрифт, размер, позиция, ссылка. По умолчанию публикует. |
| zero_add_elementB | Добавить элемент в Zero Block: клонировать существующий (schema-safe) с патчем или вставить произвольный объект. По умолчанию публикует. |
| zero_delete_elementC | Удалить элемент(ы) Zero Block по id/index/тексту. По умолчанию публикует. |
| zero_set_textB | Заменить текст/строки (regexp) по всей модели Zero Block. По умолчанию публикует. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skiddgoddamn/tilda-mcp-cdp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server