We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikdeangelis/mcp-google-ads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•572 B
# Google Ads API Credentials
# Get these from: https://developers.google.com/google-ads/api/docs/first-call/overview
# Developer Token (from Google Ads API Center)
GOOGLE_ADS_DEVELOPER_TOKEN=your_developer_token_here
# OAuth2 Credentials (from Google Cloud Console)
GOOGLE_ADS_CLIENT_ID=your_client_id.apps.googleusercontent.com
GOOGLE_ADS_CLIENT_SECRET=your_client_secret_here
# Refresh Token (generate using OAuth2 flow)
GOOGLE_ADS_REFRESH_TOKEN=your_refresh_token_here
# Login Customer ID (optional, only for MCC accounts)
# GOOGLE_ADS_LOGIN_CUSTOMER_ID=1234567890