From Adspirer Advertising Agent
Create and manage Amazon Ads campaigns (Sponsored Products, Brands, Display) with ASIN targeting, search-term reports, ACoS analysis, and bid optimization through Adspirer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adspirer-advertising-agent:adspirer-amazon-adsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Everything on Amazon goes through the `amazon_ads` router. Follow `adspirer-mcp` for the two-step.
Everything on Amazon goes through the amazon_ads router. Follow adspirer-mcp for the two-step.
Account parameter: profile_id, as a string — a profile is a marketplace + account pair, so a
seller in the US and the UK has two. list_amazon_profiles enumerates them; get this right before
anything else or you will report the wrong marketplace's numbers.
Budgets are in the account's currency, minimum 1.00 in most marketplaces.
create_amazon_sp_campaign) — individual products in search results.
Where almost everyone should start.create_amazon_sb_campaign) — the banner with your logo and several
products. Requires brand registry.create_amazon_sd_campaign) — retargeting on and off Amazon.Campaign → ad group → product ad → keywords. Each level carries its parent's id. Keywords and negative keywords attach to the ad group.
Campaigns are created paused. Resume with resume_amazon_campaigns after the user reviews.
For a new product, automatic targeting lets Amazon discover which search terms convert. Run it for
a couple of weeks, pull get_amazon_search_terms, then promote the winners into a manual campaign
as exact-match keywords and add the losers as negatives. Jumping straight to manual targeting means
guessing what shoppers type.
Advertising Cost of Sale — ad spend divided by ad revenue. It is the inverse of ROAS. Whether a given ACoS is good depends entirely on the product's margin: at a 40% margin, a 40% ACoS breaks even. Ask for the margin before you call an ACoS good or bad.
analyze_amazon_wasted_spend finds spend without sales. get_amazon_product_performance and
get_amazon_purchased_products show what actually sold — including products the shopper bought
instead of the one you advertised, which is often the more interesting result.
amazon_unified_api reaches Amazon endpoints that have no dedicated tool, including writes. It is
powerful and unguarded. Know what an endpoint does before you call it, and never use it to work
around a validation error from a dedicated tool.
Through the router: {"action": "execute", "tool_name": "get_amazon_campaign_performance", ...}.
Amazon reporting lags — data for the last 48 hours is incomplete, so don't read a same-day dip as
a trend.
2plugins reuse this skill
First indexed Jul 9, 2026
npx claudepluginhub amekala/adspirer-mcp-plugin --plugin adspirer-ads-agentGuide for using the Marketplace Ad Pros MCP server to manage and analyze Amazon Advertising accounts. Use when working with Amazon Ads campaigns, performance reports, bid/budget recommendations, keyword research, or product data through the MCP tools.
Audits Amazon Ads campaigns: Sponsored Products, Sponsored Brands, Sponsored Display, and basic DSP. Evaluates structure, ACOS/TACOS, search-term harvesting, negative keywords, and bid management.
Plans and creates Amazon Sponsored Products campaigns via Hyper MCP: keyword targets, ASIN/category targeting, negative keywords, budget rules, and ACoS/ROAS reporting.