APE Landing MCP Server

MCP сервер запущен и готов к работе с n8n

Доступные эндпоинты:

Примеры использования:

Получить список инструментов:

curl https://landing-mcp.backzilla.ru/api/tools

Вызвать echo инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/echo   -H "Content-Type: application/json"   -d '{"text": "Hello from n8n!"}'

Вызвать get_block_info инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/get_block_info   -H "Content-Type: application/json"   -d '{"name": "hero"}'

Вызвать get_block_schema инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/get_block_schema   -H "Content-Type: application/json"   -d '{"name": "hero"}'

Вызвать get_block_sample инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/get_block_sample   -H "Content-Type: application/json"   -d '{"name": "text"}'

Вызвать list_blocks инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/list_blocks   -H "Content-Type: application/json"   -d '{}'

Вызвать validate_json инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/validate_json   -H "Content-Type: application/json"   -d '{"block_name": "image", "json": "{\"name\": \"image\", \"fields\": {...}}"}'

Вызвать debug инструмент:

curl -X POST https://landing-mcp.backzilla.ru/api/tools/debug   -H "Content-Type: application/json"   -d '{"path": "/app/static"}'

Статус сервера:

MCP сервер: ✅ Готов

Инструментов загружено: 5