{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.askads/mcp-vk-ads",
    "description": "MCP server for VK Ads (VK \u0420\u0435\u043a\u043b\u0430\u043c\u0430) API: manage ad plans, ad groups, banners, and statistics.",
    "title": "VK Ads MCP",
    "repository": {
        "url": "https://github.com/askads/mcp-vk-ads",
        "source": "github"
    },
    "version": "1.3.0",
    "websiteUrl": "https://github.com/askads/mcp-vk-ads#readme",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "mcp-vk-ads",
            "version": "1.3.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "VK Ads OAuth2 access token (Bearer) \u2014 full account access. Treat it as a secret.",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "VK_ADS_TOKEN"
                },
                {
                    "description": "Language for API responses (Accept-Language header), e.g. ru, en.",
                    "default": "ru",
                    "name": "VK_ADS_LANG"
                },
                {
                    "description": "Per-request timeout in milliseconds.",
                    "default": "60000",
                    "name": "VK_ADS_TIMEOUT_MS"
                },
                {
                    "description": "Max retries for transient errors (429 rate limit, 5xx on GET, network errors on GET).",
                    "default": "3",
                    "name": "VK_ADS_MAX_RETRIES"
                },
                {
                    "description": "API root without a version segment. Defaults to https://ads.vk.com/api.",
                    "default": "https://ads.vk.com/api",
                    "name": "VK_ADS_API_BASE"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-05T19:40:00.702263Z",
            "publishedAt": "2026-08-05T19:40:00.702263Z",
            "updatedAt": "2026-08-05T19:40:00.702263Z",
            "isLatest": true
        }
    }
}