{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.askads/mcp-yandex-direct",
    "description": "MCP server for Yandex Direct API v5: manage PPC campaigns, ads, keywords, and statistics.",
    "title": "Yandex Direct MCP",
    "repository": {
        "url": "https://github.com/askads/mcp-yandex-direct",
        "source": "github"
    },
    "version": "1.3.0",
    "websiteUrl": "https://github.com/askads/mcp-yandex-direct#readme",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "mcp-yandex-direct",
            "version": "1.3.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Yandex Direct OAuth token \u2014 full account access (can spend budget). Treat it as a secret.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "YANDEX_DIRECT_TOKEN"
                },
                {
                    "description": "Client login to target a specific account on agency tokens.",
                    "name": "YANDEX_DIRECT_LOGIN"
                },
                {
                    "description": "Set to true to call the Yandex Direct sandbox API instead of production.",
                    "default": "false",
                    "name": "YANDEX_DIRECT_SANDBOX"
                },
                {
                    "description": "Language for API responses and error messages (ru, en, ...).",
                    "default": "ru",
                    "name": "YANDEX_DIRECT_LANG"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-05T19:39:59.926329Z",
            "publishedAt": "2026-08-05T19:39:59.926329Z",
            "updatedAt": "2026-08-05T19:39:59.926329Z",
            "isLatest": true
        }
    }
}