Server data from the Official MCP Registry
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
Set these up before or after installing:
Environment variable: ASA_CLIENT_ID
Environment variable: ASA_TEAM_ID
Environment variable: ASA_KEY_ID
Environment variable: ASA_PRIVATE_KEY_PATH
Environment variable: ASA_ORG_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-happygallo-apple-ads": {
"env": {
"ASA_KEY_ID": "your-asa-key-id-here",
"ASA_ORG_ID": "your-asa-org-id-here",
"ASA_TEAM_ID": "your-asa-team-id-here",
"ASA_CLIENT_ID": "your-asa-client-id-here",
"ASA_PRIVATE_KEY_PATH": "your-asa-private-key-path-here"
},
"args": [
"-y",
"apple-ads-mcp"
],
"command": "npx"
}
}
}This is a well-structured Apple Search Ads MCP server with proper authentication via environment variables and reasonable permissions that match its developer tools purpose. The code demonstrates good security practices with input validation, error handling, and no hardcoded credentials. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!