VK Ads MCP
Related Servers
Alternatives to VK Ads MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceMCP server for VK Ads API enabling management of campaigns, ads, statistics, targeting, and budgets through natural language.823 npm4MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for VK Ads API (myTarget v2) that allows AI agents to manage advertising accounts: create and modify campaigns, ads, upload creatives, and fetch statistics.145 npm6Apache 2.0
- AlicenseNot gradedqualityAmaintenanceLocal MCP server that integrates with VK Ads API and Core VK API, providing 128 tools for managing ad campaigns, audiences, creatives, statistics, and analyzing VK communities.8 npmMIT
- AlicenseAqualityDmaintenanceRead-only MCP server for analyzing VK Ads campaigns, listing ad structures, retrieving statistics, and generating optimization recommendations.81MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Meta/Facebook Marketing API allowing you to view and manage ad accounts, campaigns, ad sets, ads, and creatives, as well as fetch insights and upload ad images.MIT
- AlicenseAqualityAmaintenanceMCP server that enables natural-language interaction with the Avito Ads advertising API, including campaign, ad group, and creative management, statistics retrieval, fund transfers, and ORD paperwork filing.2573 npmMIT
TDQS
Scored across 18 tools
Each tool is clearly scoped to one resource (ad plan, ad group, banner) and one operation (create/list/update/action), so an agent can reliably select between them. The get_* utilities are also distinct in purpose: statistics, account info, balance, throttling, and regions.
Most tools follow a predictable snake_case verb_noun pattern: create_*, list_*, update_*, and *_action are consistent. Minor deviations exist with raw_request and the get_/list_ mix for collection-style resources like get_regions.
At 18 tools, the set is slightly above the ideal 3-15 range, but the count is justified by the need to cover three campaign resources with create/list/update/action plus several account utilities. No tool feels redundant.
The core campaign lifecycle is well covered: create/list/update/action for ad plans, ad groups, and banners, plus statistics, regions, balance, and account info. Minor gaps exist around media upload and dedicated single-object getters, though raw_request mitigates most missing endpoints.