adloop
by kLOsk·★ 155·综合分 49
AdLoop 是一个 MCP 服务器,提供对 Google Ads 和 GA4 的读写访问权限,并带有安全防护措施。
概述
AdLoop 是一个专注于 Google Ads 和 Google Analytics 4 (GA4) 管理的全面 MCP 服务器。它提供 43 个工具,涵盖诊断、GA4 读取、Google Ads 读取、交叉引用、跟踪验证、规划和 Google Ads 写入操作。该服务器包含安全机制,如两步写入、预算上限、审计日志以及新活动的自动暂停。它基于实际使用场景构建,并包含编排规则,教导 AI 如何有效组合这些工具。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在管理Google Ads和GA4广告活动,并希望获得跨两个平台的AI辅助功能,同时具备防止意外支出的安全特性,那么选择AdLoop。
什么时候不要选它
如果您需要管理Google Ads以外的广告平台,或需要与非Google分析解决方案深度集成,则不应选择AdLoop。
此 server 暴露的工具
从 README 抽取出 12 个工具health_checkTest OAuth, GA4, and Ads connectivity in one call
run_ga4_reportGenerate custom reports for sessions, users, conversions, and page performance
get_campaign_performanceGet campaign metrics including impressions, clicks, cost, and conversions
get_search_termsGet actual search queries that triggered ads before clicks
analyze_campaign_conversionsMap Ads clicks to GA4 sessions to diagnose conversion gaps
validate_trackingCompare event names in codebase vs what GA4 actually records
draft_campaignCreate a new campaign structure with budget, ad groups, and keywords
draft_responsive_search_adCreate a responsive search ad with headlines and descriptions
add_negative_keywordsAdd negative keywords to prevent showing ads for irrelevant searches
discover_keywordsFind new keyword ideas using Google Ads Keyword Planner
estimate_budgetForecast clicks and cost for keywords using Keyword Planner
landing_page_analysisAnalyze landing page performance joining ad URLs with GA4 data
可对比工具
安装
使用 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。