Yandex Direct MCP
Related Servers
Alternatives to Yandex Direct MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Yandex Direct advertising campaigns, ads, keywords, and reports via natural language using the Yandex Direct API v5.21MIT
- AlicenseAqualityDmaintenanceIntegrates with Yandex Direct API v5 to manage ads via 20 tools, with dry-run protection preventing accidental spending.21MIT
- AlicenseAqualityCmaintenanceEnables AI agents to manage Yandex Direct advertising accounts via the API v5, including reports, bids, campaign management, and semantic analysis through natural language requests.416 npmMIT
- AlicenseCqualityAmaintenanceEnables managing Yandex.Direct contextual advertising campaigns directly from an MCP client chat, covering campaigns, ad groups, ads and moderation, keywords and bids, negative keywords, bid adjustments, retargeting, feeds, statistics, search queries, and account balance. All monetary values are handled in rubles and 64-bit IDs are kept as strings to avoid precision loss.60547 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables interaction with Yandex advertising and analytics APIs (Direct, Metrika, Audience, Webmaster, AdMetrica) through MCP tools, resources, and prompts for campaign management and data retrieval.MIT
- AlicenseAqualityAmaintenanceEnables natural language interaction with Yandex Direct API v5 via MCP, providing 113 generated methods with accurate handling of monetary amounts and 64-bit IDs, plus a command-line mode.13627 npm1MIT
TDQS
Scored across 44 tools
Most tools target a distinct resource/action pair: campaigns, ad groups, ads, keywords, bid modifiers, and extension libraries. The only real ambiguity is between add_bid_modifier and set_bid_modifiers or between the various extension create/add tools, but the descriptions and resource nouns keep boundaries mostly clear.
The set mostly follows a verb_noun snake_case pattern, but there are notable inconsistencies: create_vcard vs delete_vcards, create_sitelinks_set vs get_sitelinks/delete_sitelinks, and a mix of add_ and create_ for similar creation operations. Non-verb names like logout, auth_status, and raw_request further weaken the pattern.
44 tools is far above a well-scoped surface, and many are thin CRUD wrappers for extension libraries and media that could have been consolidated. The presence of raw_request as an arbitrary API fallback makes the large number of dedicated wrappers feel inflated.
Core CRUD for campaigns, ad groups, ads, keywords, and bid modifiers is covered, along with auth and reporting. However, there is no dedicated way to attach callouts, sitelinks, or vcards to ads, no image field on text ad create/update, and only text campaign/ad types are wrapped, leaving common workflows to raw_request.