vk-ads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VK_ADS_TOKEN | Yes | Bearer-токен VK Ads API |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_campaignsA | Список рекламных кампаний VK Ads по кабинету с фильтрацией по статусу. |
| create_campaignB | Создать рекламную кампанию VK Ads: название, тип, бюджет. |
| update_campaignB | Обновить кампанию VK Ads: название, бюджет, статус (start/stop). |
| list_adsC | Объявления VK Ads по кампаниям: формат, статус, данные. |
| create_adB | Создать объявление VK Ads: формат, заголовок, описание, ссылка. |
| get_statisticsA | Статистика VK Ads: показы, клики, расход за период по кампаниям/объявлениям. |
| list_targeting_groupsC | Группы таргетинга кампании VK Ads. |
| get_budgetB | Бюджет рекламного кабинета VK Ads: остаток, лимиты. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action and resource (ad, campaign, budget, statistics, targeting groups), with no ambiguity between them.
All tool names follow a consistent verb_noun snake_case pattern (e.g., create_ad, list_campaigns), making them predictable and easy to understand.
8 tools is well-scoped for managing VK Ads, covering creation, listing, updates, statistics, and budget without being excessive or insufficient.
Missing delete operations for both ads and campaigns, no update for ads, and no individual get endpoints, which leaves notable gaps in lifecycle coverage.