Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

amazon-ads-mcpamazon ADS MCP 搜索

Agent Skill

amazon-ads-mcp 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

885

周安装

38

GitHub Stars

6

下载量

310
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:amazon-ads-mcp(amazon ADS MCP 搜索)
来源仓库:https://github.com/marketplaceadpros/skill-amazon-ads
仓库路径:skills/amazon-ads-mcp
安装命令:
npx skills add https://github.com/marketplaceadpros/skill-amazon-ads --skill amazon-ads-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/marketplaceadpros/skill-amazon-ads --skill amazon-ads-mcp

简介

amazon-ads-mcp 对接 Marketplace Ad Pros 平台,提供 Amazon Advertising 账户的全生命周期管理能力。

  • 适用于广告 campaign 创建、预算分配优化或跨平台 ROI 分析等专业电商营销场景。
  • 支持按品牌、广告系列与关键词层级聚合数据,内置归因模型与竞品对标功能。
  • 首次接入需授权 OAuth 连接 Amazon Ads 账户,并配置 webhook 接收实时通知。
  • 报告生成支持自定义维度与时间粒度,但受限于平台配额,大数据量导出需分批处理。

SKILL.md

Amazon Ads MCP Server Guide

You are connected to the Marketplace Ad Pros MCP server for Amazon Advertising management, reporting, and optimization. This guide explains how to use the available tools effectively.

Key Concepts

  • Integration: A connection to an Amazon Advertising account. Has an integration_id (UUID).
  • Account/Profile: An advertising profile within an integration. Has both an internal account_id (UUID) and a numeric profile_id. Most tools accept either.
  • Brand: An organizational grouping of one or more advertising profiles across integrations.
  • Campaign > Ad Group > Keywords/Targets/Product Ads: The Amazon Ads hierarchy.

Getting Started

Always begin by identifying the user's context:

  1. Call whoami to confirm the authenticated user and their plan status.
  2. Call list_brands to see all brands and their associated advertising profiles. This is the fastest way to get integration_id and account_id values you need for other tools.
  3. If the user has multiple brands/profiles, ask which one they want to work with before proceeding.

If list_brands returns no brands but the user has integrations, use list_amazon_ads_integrations then list_amazon_ads_integration_accounts to find profiles.

Tool Selection Guide

Performance Data & Reporting (most common)

ask_report_analyst is the primary tool for any question about metrics, performance, spend, sales, ACOS, impressions, clicks, conversions, or search terms. It queries historical report data stored in the system.

When to use:

  • "How are my campaigns performing?"
  • "What are my top products by sales?"
  • "Show me ACOS trends over the last 30 days"
  • "Which keywords have the highest spend but no sales?"
  • "What are my best search terms?"
  • "Compare this month vs last month"

How to write good questions for the analyst:

  • Be specific about the date range: "For the last 14 days (February 2 to February 15, 2026)..."
  • Specify the metrics you want: "Include cost, sales14d, purchases14d, ACOS, and impressions"
  • Specify sorting and limits: "Sort by sales14d descending. Top 20."
  • Name the entity type: "...best performing products/ASINs..." or "...top keywords..." or "...search terms..."

Example questions:

"For the last 14 days, show me the best performing products/ASINs by total sales14d. Include cost, sales14d, purchases14d, ACOS, and impressions for each product. Sort by sales14d descending. Top 20."

"For the last 7 days, which keywords have spend > $10 but zero sales14d? Include the campaign name, ad group name, keyword text, match type, cost, impressions, and clicks."

"Show me daily spend and sales14d totals for the last 30 days so I can see the trend."

"What are my top 10 search terms by conversions (purchases14d) in the last 14 days? Include impressions, clicks, cost, sales14d, and the campaign they came from."

Scoping options for ask_report_analyst:

  • Single profile: Pass integration_id + account_id
  • Single brand: Pass brand_id to query across all profiles in that brand
  • Multiple brands: Pass brand_ids array
  • Multiple profiles: Pass account_ids array
  • Multiple integrations: Pass integration_ids array
  • Only question is required; scope params are optional but recommended for accuracy.

Campaign Structure & Browsing

Use these tools to explore what campaigns, ad groups, keywords, and targets exist:

ToolUse When
list_amazon_ads_campaignsUser wants to see their campaigns, check campaign states, or you need campaign IDs for deeper exploration
list_amazon_ads_campaign_ad_groupsNeed to drill into a campaign's ad groups
list_amazon_ads_campaign_keywordsNeed to see keyword targets in a campaign/ad group
list_amazon_ads_campaign_targetsNeed to see product/category targeting clauses (ASIN targeting, category targeting)
list_amazon_ads_campaign_product_adsNeed to see which products are advertised in a campaign

These tools require integration_id and account_id at minimum. Campaigns require those two. Ad groups, keywords, targets, and product ads also require campaign_id. Keywords, targets, and product ads optionally accept ad_group_id to narrow results.

All list tools cap results at 100 items. Use state_filter (ENABLED, PAUSED, ARCHIVED) to narrow results. Default is typically ENABLED.

Recommendations

ToolUse When
get_amazon_ads_account_recsUser wants a general overview of optimization opportunities across bid, budget, and targeting for an account
get_amazon_ads_ad_group_bid_recsUser wants Amazon's recommended bids for targets in a specific ad group
get_amazon_ads_ad_group_keyword_recsUser wants new keyword suggestions for an ad group, including impression share data
get_amazon_ads_campaign_budget_rule_recsUser wants to know about upcoming events (Prime Day, holidays) and suggested budget increases
get_amazon_ads_campaigns_budget_recsUser wants to check if campaigns are running out of budget, with estimated missed opportunities

Product & Brand Info

ToolUse When
get_amazon_ads_product_metadataNeed product details (title, price, category, BSR, brand, availability) for specific ASINs
list_brandsSee all brands and their associated profiles
create_brandCreate a new brand to organize profiles under
assign_profiles_to_brandAssign or reassign advertising profiles to brands
get_optimization_guideGet the agency's playbook/guide for how they optimize campaigns

Common Workflows

"How are my ads doing?" (Account Health Check)

  1. list_brands to identify the account
  2. ask_report_analyst with a broad question like "For the last 14 days, show me a summary of total spend, sales14d, ACOS, impressions, and clicks across all campaigns."
  3. get_amazon_ads_account_recs to surface any optimization recommendations

"Which campaigns should I optimize?"

  1. list_brands to get IDs
  2. ask_report_analyst: "For the last 14 days, show campaigns ranked by spend. Include cost, sales14d, ACOS, impressions, clicks. Top 20."
  3. For campaigns with high ACOS or low ROAS, drill in with list_amazon_ads_campaigns to get campaign IDs
  4. get_amazon_ads_campaigns_budget_recs to check if top campaigns are running out of budget

"Find wasted spend"

  1. ask_report_analyst: "For the last 30 days, which keywords have cost > $50 but zero sales14d? Include campaign name, keyword text, match type, cost, impressions, clicks."
  2. ask_report_analyst: "For the last 30 days, which search terms have cost > $20 but zero purchases14d? Include the search term, campaign, cost, clicks."

"Expand my keyword targeting"

  1. list_amazon_ads_campaigns to find the campaign
  2. list_amazon_ads_campaign_ad_groups to find the ad group
  3. get_amazon_ads_ad_group_keyword_recs for Amazon's keyword suggestions with impression share data
  4. ask_report_analyst: "What are my top converting search terms in the last 30 days that are not already exact match keywords?"

"Check product performance"

  1. ask_report_analyst: "Top 10 ASINs by sales14d in the last 14 days. Include ASIN, cost, sales14d, ACOS, impressions."
  2. get_amazon_ads_product_metadata with those ASINs to get product details (title, price, BSR, availability)

"Prepare for an upcoming event (Prime Day, Black Friday)"

  1. list_amazon_ads_campaigns to identify key campaigns
  2. get_amazon_ads_campaign_budget_rule_recs for each campaign to see suggested budget increases for upcoming events
  3. ask_report_analyst: "Show me performance during last year's Prime Day period (July 11-12, 2025) vs the week before. Include spend, sales14d, ACOS."

Tips

  • The ask_report_analyst tool is by far the most powerful tool. Use it for any data/metrics question. Frame questions in natural language with specific date ranges, metrics, and sort orders.
  • Report data typically has a 2-3 day lag from Amazon. If asked about "today" or "yesterday", note this lag.
  • When the user has multiple profiles, always confirm which one before making calls. The system prompt includes the user's profiles with their IDs.
  • Most tools require integration_id + account_id. Get these from list_brands first.
  • Use brand_id scoping on ask_report_analyst when the user thinks in terms of brands rather than individual profiles.
  • Amazon Ads metrics use "14d" attribution windows (e.g., sales14d, purchases14d). This means a sale is attributed to an ad click if it happens within 14 days.
  • ACOS = Advertising Cost of Sales = (ad spend / ad sales) * 100. Lower is generally better.
  • ROAS = Return on Ad Spend = ad sales / ad spend. Higher is better. ROAS = 1/ACOS * 100.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.94%
按下载量换算111

Claude

29.75%
按下载量换算92

Cursor

19.11%
按下载量换算59

Gemini CLI

9.55%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills