MCP Catalogs
首页

adloop

by kLOsk·155·综合分 49

AdLoop 是一个 MCP 服务器,提供对 Google Ads 和 GA4 的读写访问权限,并带有安全防护措施。

developer-toolsai-llmproductivity
38
Forks
5
活跃 Issue
本月
最近提交
2 天前
收录于

概述

AdLoop 是一个专注于 Google Ads 和 Google Analytics 4 (GA4) 管理的全面 MCP 服务器。它提供 43 个工具,涵盖诊断、GA4 读取、Google Ads 读取、交叉引用、跟踪验证、规划和 Google Ads 写入操作。该服务器包含安全机制,如两步写入、预算上限、审计日志以及新活动的自动暂停。它基于实际使用场景构建,并包含编排规则,教导 AI 如何有效组合这些工具。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过比较 Google Ads 点击与 GA4 会话来诊断转化下降问题
:通过自然语言管理 Google Ads 广告活动并带有安全预览
:通过比较代码库与 GA4 中的事件来验证跟踪代码效果
:AdLoop 包含哪些安全功能?
:我可以在 Claude 之外的 AI 助手上使用 AdLoop 吗?

什么时候选它

如果您正在管理Google Ads和GA4广告活动,并希望获得跨两个平台的AI辅助功能,同时具备防止意外支出的安全特性,那么选择AdLoop。

什么时候不要选它

如果您需要管理Google Ads以外的广告平台,或需要与非Google分析解决方案深度集成,则不应选择AdLoop。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • health_check

    Test OAuth, GA4, and Ads connectivity in one call

  • run_ga4_report

    Generate custom reports for sessions, users, conversions, and page performance

  • get_campaign_performance

    Get campaign metrics including impressions, clicks, cost, and conversions

  • get_search_terms

    Get actual search queries that triggered ads before clicks

  • analyze_campaign_conversions

    Map Ads clicks to GA4 sessions to diagnose conversion gaps

  • validate_tracking

    Compare event names in codebase vs what GA4 actually records

  • draft_campaign

    Create a new campaign structure with budget, ad groups, and keywords

  • draft_responsive_search_ad

    Create a responsive search ad with headlines and descriptions

  • add_negative_keywords

    Add negative keywords to prevent showing ads for irrelevant searches

  • discover_keywords

    Find new keyword ideas using Google Ads Keyword Planner

  • estimate_budget

    Forecast clicks and cost for keywords using Keyword Planner

  • landing_page_analysis

    Analyze landing page performance joining ad URLs with GA4 data

可对比工具

google-ads-api-mcpgoogle-analytics-mcpadwords-mcp

安装

使用 pip 安装:pip install adloop

对于 Claude Desktop,添加到您的 claude_desktop_config.json

{
  "mcpServers": {
    "adloop": {
      "command": "python",
      "args": ["-m", "adloop"],
      "env": {}
    }
  }
}

FAQ

AdLoop 包含哪些安全功能?
AdLoop 包含两步写入、预算上限、审计日志、新活动自动暂停以及 GDPR 意识。它还阻止有害的组合,如广泛匹配 + 手动 CPC 出价。
我可以在 Claude 之外的 AI 助手上使用 AdLoop 吗?
AdLoop 是与任何 MCP 客户端兼容的 MCP 服务器,但提供的配置示例专门针对 Claude Desktop。

adloop 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。