Apple Search Ads Connector for AI agents.
10 live capabilities
Manage App Store campaigns and analyze search term performance.
Waiting for input…
Why people use Apple Search Ads
Apple Search Ads for Mobile Marketing Reporting
This Connector lets you skip the export step entirely. You can just ask your agent to pull the campaign reports or show you the top search terms for a specific ad group. It turns a 20-minute data gathering task into a 5-second conversation.
What Vinkius changes
You get a conversational interface for your entire Apple Search Ads account.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quickly auditing campaign budgets
A UA manager needs to see which campaigns are over budget.
- Real-world use case 02
Finding high-converting keywords
A growth marketer wants to find new keywords.
- Real-world use case 03
Understanding user intent
A product team wants to know why people are finding the app.
Complete set · 10capabilities
The complete Apple Search Ads capability set.
These are the exact actions your AI can choose when you ask it to work with Apple Search Ads.
01—04
4 capabilities in this set.
Part of 10 available through Apple Search Ads.
- 01 Capability
Get account check
Confirms your Apple Search Ads account is properly connected to the Connector. Use this to ensure your connection is active.
- 02 Capability
List keywords
Pulls a list of all keywords currently assigned to a specific campaign. Use this to audit your keyword targeting.
- 03 Capability
Get campaign
Retrieves the full configuration and details for a single campaign. Use this to check specific settings.
- 04 Capability
Get keyword report
Shows how specific keywords are performing in terms of clicks and conversions. It helps you find your winners.
05—07
3 capabilities in this set.
Part of 10 available through Apple Search Ads.
- 05 Capability
Get me
Shows the details of the authenticated user and the organization you are managing. Use this to verify your identity.
- 06 Capability
Get search term report
Lists the actual phrases users type to find your app and how they perform. This is key for finding new opportunities.
- 07 Capability
List ad groups
Shows all the different ad groups currently active in a campaign. This helps you see your account structure.
08—10
3 capabilities in this set.
Part of 10 available through Apple Search Ads.
- 08 Capability
List campaigns
Lists every search ads campaign in your account for a quick overview. Use this to see what is currently running.
- 09 Capability
Get campaign report
Pulls performance data for a specific campaign. This helps you see how your ads are performing at a high level.
- 10 Capability
Get ad group report
Provides a breakdown of performance for specific ad groups within a campaign. Use this for granular auditing.
Set up in minutes
One URL. Then ask Apple Search Ads to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Apple Search Ads from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Apple Search Ads, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Apple Search Ads for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Apple Search Ads URL.
- Step 03
Save and start
Save the connection and enable Apple Search Ads in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"apple-search-ads": {
"url": "https://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Apple Search Ads
Open Agent mode in chat and ask: "Using Apple Search Ads, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"apple-search-ads": {
"url": "https://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Apple Search Ads
Ask Copilot: "Using Apple Search Ads, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"apple-search-ads": {
"url": "https://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Apple Search Ads
Open Cascade and ask: "Using Apple Search Ads, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"apple-search-ads": {
"url": "https://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Apple Search Ads
Ask Cline: "Using Apple Search Ads, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add apple-search-ads --transport http "https://edge.vinkius.com/vk_preview_bpLTETUTyGHgIVzqb19ApczQiMhw1ufUBvb0CCGQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Apple Search Ads
Ask Claude: "Using Apple Search Ads, show me...". 10 tools are ready
Where the request belongs
Work Apple Search Ads can move forward.
This is for mobile marketers and growth leads who are tired of manual reporting and want to spend more time on strategy than on spreadsheets.
UA Manager
Audits campaign budgets and performance across multiple regions in seconds.
Growth Marketer
Finds high-converting search terms and identifies waste in the ad spend.
Product Manager
Understands user intent by analyzing what people actually type to find the app.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoogle Ads
Equip your AI agent with direct access to Google Ads. manage search, display, and shopping campaigns, track conversions, and optimize ad spend without opening the Google Ads console.
Amazon Ads
Advertising management. manage Sponsored Products, brands, and performance reports via AI.
Moloco
Manage machine learning-powered advertising via Moloco. track campaigns and get analytics directly from your AI agent.
Autobidder
Optimize your ad spend with AI-powered bidding strategies that automatically adjust bids across advertising platforms.
Mobile Action
All-in-one app marketing intelligence via Mobile Action. track ASO, keywords, and ad creatives directly from your AI agent.
AdButler
Serve and manage display ads, track impressions, and optimize ad zones across your digital properties with precision.
Bring your own AI
Change the model, client or framework. Keep Apple Search Ads connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Apple Search Ads.
The practical details behind the request, access and result.
Can I use the Apple Search Ads MCP to see which search terms are driving my app installs?
Yes, this Connector allows your agent to pull specific search term reports. You can see exactly what people are typing to find your app, which helps you understand user intent and adjust your bidding strategy.
Does the Apple Search Ads MCP help with budget management?
It does. You can ask your agent to list all your campaigns and check budget allocations. This makes it much easier to spot which campaigns are running out of funds or overspending.
Can I use this to find high-performing keywords for my App Store ads?
Absolutely. The Connector can retrieve detailed keyword metrics. You can ask your agent to identify which keywords have the best ROI so you can put more spend behind them.
How does the Apple Search Ads MCP make my marketing workflow faster?
It removes the need to manually export data or toggle between different tabs. You can get performance summaries, keyword lists, and ad group reports directly in your chat interface.
Can the Apple Search Ads MCP see my ad group settings?
Yes, it can. You can ask your agent to get the details for a specific campaign or list the ad groups within it to see how they are configured.
Is the Apple Search Ads MCP good for identifying negative keywords?
It is great for that. By pulling search term reports, you can quickly identify irrelevant queries that are costing you money and then tell your agent to help you flag them.
How do I get my Apple Search Ads API credentials?
Log in to Apple Search Ads, navigate to Settings > API, and generate a public/private key pair. Upload the public key to receive your Client ID, Team ID, and Key ID.
What is the 'orgId'?
The orgId identifies your specific organization or account within Apple Search Ads. You can find it in your account settings or in the URL when logged into the dashboard.
Is there a limit on search term reports?
Yes, Apple enforces a privacy threshold. Search term reports only return data for terms that have at least 10 impressions.
One connection away
Give your agent a direct line to Apple Search Ads.
Connect Apple Search Ads once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available