INDIVIDUAL MCP TOOL
list_capabilities
Полный каталог: типы генераций (image/video/voice/music/text), 170+ моделей, их параметры, лимиты и цены в рублях.
LIVE ENDPOINT
https://vibemarketolog.ru/api/mcp
Connect to this endpoint to inspect the live schema for list_capabilities 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.vibemarketolog]
url = "https://vibemarketolog.ru/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibemarketolog": {
"type": "http",
"url": "https://vibemarketolog.ru/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibemarketolog
Remote MCP URL: https://vibemarketolog.ru/api/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": {
"vibemarketolog": {
"url": "https://vibemarketolog.ru/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibemarketolog": {
"type": "http",
"url": "https://vibemarketolog.ru/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibemarketolog",
"transport": "streamable-http",
"url": "https://vibemarketolog.ru/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_prices— Актуальные цены за генерацию по каждой модели в рублях, сгруппированы по типу.search— Поиск по каталогу моделей (без авторизации) и по своим генерациям (с авторизацией).fetch— Полные данные по id из search: "model:<ключ>" — карточка модели (параметры, лимиты, цена), "generation:<id>" — своя генерация (нужна авторизация).get_balance— Рублёвый баланс аккаунта и расход за сегодня по этому подключению.list_generations— Последние генерации аккаунта: статус, модель, стоимость, display_url.get_generation_status— Статус и результат генерации.estimate_generation— Dry-run: проверка параметров и точная стоимость в рублях, включая хватит ли баланса.generate_content— Запускает генерацию (image/video/voice/music/text) и СПИСЫВАЕТ рубли с баланса.