Skip to content
Get MCP AdsGet MCP Ads, home

amazon_ads_create_campaign

Create one Sponsored Products campaign in PAUSED state. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP…

Create one Sponsored Products campaign in PAUSED state. Preview then confirm the exact name, targeting, dates, daily budget and bidding strategy. Currency is the profile currency. Does not activate spend; requires a paid plan.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
accountId
Endpoint
https://mcp.getmcpads.com/amazon-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredExact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged.
namestringRequiredHuman-readable name for this object.
targetingTypestringRequiredTargeting dictionary to inspect, such as interests, locations or demographics. One of: AUTO, MANUAL.
dailyBudgetnumberRequiredPositive budget or bid in the selected profile currency, not micros. Amazon enforces marketplace-specific limits.
startDatestringRequiredFirst date of the reporting period, in YYYY-MM-DD format.
endDatestringOptionalLast date of the reporting period, in YYYY-MM-DD format, on or after startDate.
biddingStrategystringOptionalSupported bidding strategy for this temporary forecast. The request does not create a live campaign. One of: LEGACY_FOR_SALES, AUTO_FOR_SALES, MANUAL. Default: "LEGACY_FOR_SALES".
confirmbooleanOptionalFalse previews only. True applies the exact preview explicitly approved by the user. Default: false.
previewTokenstringOptionalToken from this exact preview. Confirm only the change approved by the user; expires in ten minutes.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_create_campaign",
    "args": {
      "accountId": "<string>",
      "name": "<string>",
      "targetingType": "AUTO",
      "dailyBudget": "<number>",
      "startDate": "<string>"
    }
  }
}
Esc

Type to search