Back to Browse

Yandex Direct MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences

About

MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences

Security Report

4.8
Use Caution4.8High Risk

This MCP server for Yandex Direct API is well-structured with appropriate authentication via OAuth tokens and reasonable permission scope. The code properly handles credentials through environment variables rather than hardcoding them. No malicious patterns, code injection vulnerabilities, or dangerous operations were identified. Minor quality issues around broad exception handling and incomplete error logging do not significantly impact security. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

YD_TOKENRequired
YD_CLIENT_LOGINOptional
YD_LANGOptional
YD_TIMEOUTOptional
YD_FILE_TIMEOUTOptional

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dontsovcmc-yandex-direct": {
      "env": {
        "YD_LANG": "your-yd-lang-here",
        "YD_TOKEN": "your-yd-token-here",
        "YD_TIMEOUT": "your-yd-timeout-here",
        "YD_CLIENT_LOGIN": "your-yd-client-login-here",
        "YD_FILE_TIMEOUT": "your-yd-file-timeout-here"
      },
      "args": [
        "mcp-server-yandex-direct"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!