We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradenpan/mcp-google-ads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "google-ads-mcp"
version = "0.1.0"
description = "MCP server for Google Ads management with three-layer architecture"
requires-python = ">=3.10"
dependencies = [
"mcp[cli]>=1.2.0",
"google-ads>=25.0.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
]
[project.scripts]
google-ads-mcp = "src.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]