Development
Показывает Google SERP (пиксельная обрезка на десктопе/мобиле), карты X и OpenGraph с SEO-диагностикой перед запуском
Вызовите этот инструмент из своего кода на трёх языках.
curl -X POST 'https://api.elysiatools.com/ru/api/tools/serp-social-preview-studio' \
-H 'Content-Type: application/json' \
-d '{"title":"Best Running Shoes 2026 — Tested & Reviewed | RunLab","description":"We tested 40 running shoes for comfort, durability, and speed. See our top picks for road, trail, and racing in 2026.","url":"https://runlab.example.com/best-running-shoes-2026","ogImage":"https://runlab.example.com/og/shoes-1200x630.jpg","ogDescription":"The 2026 running shoe guide, lab-tested for every type of runner.","siteName":"RunLab","twitterCard":"summary_large_image","device":"both"}'Отправьте POST-запрос с входными данными в JSON. Параметры типа «файл» требуют предварительной загрузки.
POST https://api.elysiatools.com/ru/api/tools/serp-social-preview-studio| Имя | Тип | Обязательный | Описание |
|---|---|---|---|
| title | text | Да | — |
| description | textarea | Нет | — |
| url | text | Да | — |
| ogImage | text | Нет | — |
| ogDescription | textarea | Нет | — |
| siteName | text | Нет | — |
| twitterCard | select | Нет | — |
| device | select | Нет | — |
HTML-результат
{
"result": "<div>Processed HTML content</div>",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}Добавьте этот инструмент на свой сервер Model Context Protocol, чтобы ИИ-агенты могли перечислять и вызывать его.
Добавьте этот блок в конфигурацию вашего MCP-клиента:
{
"mcpServers": {
"elysiatools-serp-social-preview-studio": {
"name": "serp-social-preview-studio",
"description": "Показывает Google SERP (пиксельная обрезка на десктопе/мобиле), карты X и OpenGraph с SEO-диагностикой перед запуском",
"baseUrl": "https://api.elysiatools.com/mcp/sse?toolId=serp-social-preview-studio",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}После подключения к SSE-endpoint выведите список доступных инструментов:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}Вызовите инструмент по его id; аргументы формируются из его параметров:
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "serp-social-preview-studio",
"arguments": {
"title": "Best Running Shoes 2026 — Tested & Reviewed | RunLab",
"description": "We tested 40 running shoes for comfort, durability, and speed. See our top picks for road, trail, and racing in 2026.",
"url": "https://runlab.example.com/best-running-shoes-2026",
"ogImage": "https://runlab.example.com/og/shoes-1200x630.jpg",
"ogDescription": "The 2026 running shoe guide, lab-tested for every type of runner.",
"siteName": "RunLab",
"twitterCard": "summary_large_image",
"device": "both"
}
}
}Вопросы или проблемы? Свяжитесь с [email protected]