🚀 Hellenic Google Ads MCP Server

Production-ready remote MCP server for Google Ads API access by Hellenic Technologies.

📡 MCP Endpoint

HTTP + SSE: https://google-ads-mcp.hellenicai.com/mcp

Use this URL in Claude Desktop, ChatGPT, or any MCP-compatible client.

🔗 Quick Connect

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-ads": {
      "url": "https://google-ads-mcp.hellenicai.com/mcp",
      "transport": "sse"
    }
  }
}

OpenAI Desktop / Gemini

Use the URL: https://google-ads-mcp.hellenicai.com/mcp

🔐 Authentication Flow

  1. Client generates a unique session_id
  2. Call connect_google_ads tool with your session_id
  3. Open the returned OAuth URL in your browser
  4. Authorize access to your Google Ads account
  5. Subsequent tool calls use your session_id to access your data

🛠️ Available Tools

📚 Resources

Powered by Hellenic Technologies • Built with MCP Protocol