43
/ 100
3 days ago
glama

MCP «Яндекс Директ»

An MCP server that gives AI agents direct access to the Yandex Direct API to manage campaigns, groups, ads, keywords, bids, and reports via natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: CLICK_RU_TOKEN, MCP_AUTH_TOKEN, YANDEX_DIRECT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCLICK_RU_BASE_URL
configCLICK_RU_CLIENT_LOGINлогин аккаунта Яндекс.Директа>
configCLICK_RU_PROXY"": "true",
🔐 secretCLICK_RU_TOKENAPI-токен из профиля click.ru>
configCLICK_RU_USER_IDID пользователя click.ru> # только при работе из мастер-аккаунта
configMCP_ALLOWED_ORIGINПеременные: MCP_PORT (3000), MCP_HOST (0.0.0.0), MCP_AUTH_TOKEN (если задан — запросы должны нести Authorization: Bearer <token>), (CORS).
🔐 secretMCP_AUTH_TOKENПеременные: MCP_PORT (3000), MCP_HOST (0.0.0.0), (если задан — запросы должны нести Authorization: Bearer <token>), MCP_ALLOWED_ORIGIN (CORS).
configMCP_HOSTПеременные: MCP_PORT (3000), (0.0.0.0), MCP_AUTH_TOKEN (если задан — запросы должны нести Authorization: Bearer <token>), MCP_ALLOWED_ORIGIN (CORS).
configMCP_PORTMCP_TRANSPORT=http =3000 bun run src/index.ts
configMCP_TRANSPORThttp MCP_PORT=3000 bun run src/index.ts
configYANDEX_DIRECT_API_VERSIONПо умолчанию используется версия API v501 (обязательна для ЕПК); переключить можно через =v5.
configYANDEX_DIRECT_SANDBOXfalse # true — песочница
🔐 secretYANDEX_DIRECT_TOKENE2E-прогон на песочнице (создаёт и удаляет тестовые кампании; нужны и YANDEX_DIRECT_SANDBOX=true):
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ai-hub-open-yandex-direct-mcp-1jcfvo)](https://m8ven.ai/mcp/ai-hub-open-yandex-direct-mcp-1jcfvo)
commit: 95a90dafb01998ecb76a3e639fb1afc0c58840dd
code hash: 2cd61336214e459336b025a236b650630261877ebb34445df70d66f65e30b12e
verified: 7/28/2026, 8:58:46 AM
view raw JSON →