INDIVIDUAL MCP TOOL
api_v1_promotions_recommendation_update
Обновить акцию «Рекомендации» Обновляет параметры акции «Рекомендации».
LIVE ENDPOINT
https://mcp.moimesta.ru/mcp
Connect to this endpoint to inspect the live schema for api_v1_promotions_recommendation_update and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.moimesta.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "http",
"url": "https://mcp.moimesta.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server
Remote MCP URL: https://mcp.moimesta.ru/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.moimesta.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://mcp.moimesta.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server",
"transport": "streamable-http",
"url": "https://mcp.moimesta.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
api_v1_gifts_create— Создать подарок Создаёт новый подарок для компании и отправляет его на модерацию.api_v1_gifts_find— Список подарков компании Возвращает список подарков компании с пагинацией.api_v1_gifts_get— Получить подарок по ID Возвращает данные конкретного подарка компании.api_v1_gifts_stats— Статистика по подарку Возвращает агрегированную статистику использования подарка.api_v1_gifts_update— Обновить подарок Обновляет существующий подарок и отправляет на повторную модерацию.api_v1_me— Информация о ключе Возвращает companyId, название компании и список scope текущего ключа.api_v1_promotions_gift_for_coins_close— Закрыть акцию «Подарок за покупку» Досрочно останавливает акцию «подарок за покупку» (архивирует акцию — дата окончания переносится на вчерашний день, промокод перестаёт выдаваться).api_v1_promotions_gift_for_coins_create— Создать акцию «Подарок за покупку» Создаёт акцию типа «подарок за покупку» (promocode) — клиент тратит накопленные монеты и получает подарок.