{ "name": "mcp-google-ads", "mcpName": "io.github.mharnett/google-ads", "version": "1.11.0", "description": "MCP server for Google Ads API with MCC support, 44 tools for campaign management, reporting, and optimization. Read-only by default -- mutating tools require GOOGLE_ADS_MCP_WRITE=true. All creates/updates land PAUSED.", "main": "dist/index.js", "bin": { "mcp-google-ads": "dist/index.js", "mcp-google-ads-auth": "dist/auth-cli.js", "mcp-google-ads-install": "dist/install-cli.js", "mcp-google-ads-doctor": "dist/doctor-cli.js" }, "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./auth-cli": { "import": "./dist/auth-cli.js", "types": "./dist/auth-cli.d.ts" }, "./install-cli": { "import": "./dist/install-cli.js", "types": "./dist/install-cli.d.ts" }, "./doctor-cli": { "import": "./dist/doctor-cli.js", "types": "./dist/doctor-cli.d.ts" } }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/build-info.json", "!dist/**/*.test.*", "README.md", "LICENSE", "config.example.json", "get-refresh-token.cjs" ], "scripts": { "build": "node scripts/build.mjs", "start": "node dist/index.js", "auth": "node dist/auth-cli.js", "dev": "tsx src/index.ts", "dev:auth": "tsx src/auth-cli.ts", "pretest": "npm run build", "test": "vitest run", "test:portability": "vitest run src/portability.test.ts", "prepublishOnly": "node scripts/check-embedded.mjs && npm run build && npm test", "smoke": "scripts/healthcheck.sh", "scan:secrets": "node scripts/scan-history-secrets.mjs --repo ." }, "keywords": [ "mcp", "model-context-protocol", "google-ads", "ppc", "sem", "marketing", "automation", "claude", "ad-management", "mcc" ], "author": "drak-marketing", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mharnett/mcp-google-ads.git" }, "bugs": { "url": "https://github.com/mharnett/mcp-google-ads/issues" }, "homepage": "https://github.com/mharnett/mcp-google-ads#readme", "engines": { "node": ">=18.18.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "cockatiel": "^3.2.1", "dotenv": "^17.3.1", "env-paths": "^4.0.0", "google-ads-api": "^24.1.0", "mcp-write-gate": "^1.0.0", "open": "^11.0.0", "pino": "^8.21.0", "pino-pretty": "^13.1.3", "prompts": "^2.4.2", "zod": "^3.22.4" }, "devDependencies": { "@drak-marketing/mcp-test-harness": "^0.2.3", "@types/node": "^20.10.0", "@types/prompts": "^2.4.9", "esbuild": "^0.28.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "vitest": "^4.0.18" } }