Skip to content
Get MCP AdsGet MCP Ads, home

apple_ads_create_account

Create an additional Apple ad account in the authorizing user's organization.

Create an additional Apple ad account in the authorizing user's organization. Requires a selected anchor account in that same organization and Apple account-creation permissions. Currency, timezone and billing are inherited; no app delegations or delivery are configured. Select the new account separately in Sources.

Source
Apple Ads
Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/apple-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredA selected Apple Ads ad account from list_accounts.
namestringRequiredName displayed in Apple Ads.
confirmbooleanOptionalFalse previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_create_account",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>"
    }
  }
}
Esc

Type to search