← Registry

AI & Machine Learning

vibemarketolog.ru

Provides a catalog of AI generation models (image, video, voice, music, text) with parameters, limits, prices in rubles, and user balance.

2 endpoints9 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://lk.vibemarketolog.ru/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-ru]
url = "https://lk.vibemarketolog.ru/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "vibemarketolog-ru": {
      "type": "http",
      "url": "https://lk.vibemarketolog.ru/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: vibemarketolog-ru
Remote MCP URL: https://lk.vibemarketolog.ru/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vibemarketolog-ru": {
      "url": "https://lk.vibemarketolog.ru/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "vibemarketolog-ru": {
      "type": "http",
      "url": "https://lk.vibemarketolog.ru/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "vibemarketolog-ru bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "vibemarketolog-ru",
  "transport": "streamable-http",
  "url": "https://lk.vibemarketolog.ru/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://vibemarketolog.ru/api/mcp

No auth detected

MCP server metadata

Name
vibemarketolog
Version
1.1.0
Capabilities
tools
Server instructions

Генерация медиа асинхронная, текст (type=text) — синхронный: ответ приходит сразу в generate_content, опрашивать статус не нужно. Сценарий для медиа: list_capabilities (модели и цены) → estimate_generation (смета без списания) → подтверждение пользователя → generate_content с idempotency_key (СПИСЫВАЕТ рубли, вернёт status=processing и generation_id) → get_generation_status каждые 10–15 секунд: изображения готовы за ~30–90 сек, видео — от 2 до 30 минут (не сдавайся раньше). status=complete → покажи пользователю display_url (ссылка на файл, работает без входа 7 дней; файл навсегда сохраняется в галерее личного кабинета). status=error → покажи error_message; при refunded=true деньги уже вернулись на баланс. Поиск по каталогу моделей и своим генерациям — search/fetch.

Known tools 9

list_capabilities

Полный каталог: типы генераций (image/video/voice/music/text), 170+ моделей, их параметры, лимиты и цены в рублях.

Inferred read-only
get_prices

Актуальные цены за генерацию по каждой модели в рублях, сгруппированы по типу.

Inferred read-only
search

Поиск по каталогу моделей (без авторизации) и по своим генерациям (с авторизацией).

Inferred read-only
fetch

Полные данные по id из search: "model:<ключ>" — карточка модели (параметры, лимиты, цена), "generation:<id>" — своя генерация (нужна авторизация).

Inferred read-only
get_balance

Рублёвый баланс аккаунта и расход за сегодня по этому подключению.

Inferred read-only
list_generations

Последние генерации аккаунта: статус, модель, стоимость, display_url.

Inferred read-only
get_generation_status

Статус и результат генерации.

Inferred read-only
estimate_generation

Dry-run: проверка параметров и точная стоимость в рублях, включая хватит ли баланса.

Inferred read-only
generate_content

Запускает генерацию (image/video/voice/music/text) и СПИСЫВАЕТ рубли с баланса.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.