Skip to main content
Glama

Google Ads MCP Server

by martechery
package.json2.07 kB
{ "name": "mcp-google-ads-ts", "version": "0.1.0", "description": "Model Context Protocol (MCP) server for Google Ads with GCloud/ADC auth written in TypeScript", "private": false, "type": "module", "main": "dist/cli.js", "bin": { "mcp-google-ads-ts": "dist/cli.js" }, "scripts": { "build": "tsc -p .", "clean": "rimraf dist || rm -rf dist", "dev": "tsx src/cli.ts", "start": "node dist/cli.js", "typecheck": "tsc --noEmit -p .", "test": "vitest run --reporter=dot test/unit/*.test.ts test/unit/**/*.test.ts", "test:unit": "vitest run --reporter=dot test/unit/*.test.ts test/unit/**/*.test.ts", "test:integration": "VITEST_REAL=1 vitest run --reporter=dot test/integration/*.real.test.ts test/integration/**/*.real.test.ts", "test:watch": "vitest", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "prepublishOnly": "npm run build && npm run test && npm run lint", "postversion": "git push && git push --tags" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "keywords": [ "mcp", "modelcontextprotocol", "google-ads", "gcloud", "adc", "typescript" ], "author": "Juan González Cano", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-username/mcp-google-ads-ts.git" }, "bugs": { "url": "https://github.com/your-username/mcp-google-ads-ts/issues" }, "homepage": "https://github.com/your-username/mcp-google-ads-ts#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "google-auth-library": "^9.14.1" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "dotenv": "^16.4.5", "eslint": "^8.57.0", "rimraf": "^5.0.0", "tsx": "^4.7.0", "typescript": "^5.4.0", "vitest": "^1.6.0", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.6" }, "engines": { "node": ">=18.17.0" }, "packageManager": "pnpm@10.15.1" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/martechery/mcp-google-ads-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server