-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.57 KB
/
Copy pathserver.json
File metadata and controls
48 lines (48 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.askads/mcp-yandex-direct",
"title": "Yandex Direct MCP",
"description": "MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.",
"websiteUrl": "https://github.com/askads/mcp-yandex-direct#readme",
"repository": {
"url": "https://github.com/askads/mcp-yandex-direct",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-yandex-direct",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "YANDEX_DIRECT_TOKEN",
"description": "Yandex Direct OAuth token — full account access (can spend budget). Treat it as a secret.",
"isRequired": true,
"isSecret": true
},
{
"name": "YANDEX_DIRECT_LOGIN",
"description": "Client login to target a specific account on agency tokens.",
"isRequired": false
},
{
"name": "YANDEX_DIRECT_SANDBOX",
"description": "Set to true to call the Yandex Direct sandbox API instead of production.",
"isRequired": false,
"default": "false"
},
{
"name": "YANDEX_DIRECT_LANG",
"description": "Language for API responses and error messages (ru, en, ...).",
"isRequired": false,
"default": "ru"
}
]
}
]
}