io.github.Happygallo/apple-ads✓
io.github.Happygallo/apple-ads · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Happygallo/apple-ads",
"description": "Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.",
"repository": {
"url": "https://github.com/Happygallo/apple-ads-mcp",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "apple-ads-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Apple Search Ads client ID (starts with SEARCHADS.)",
"isRequired": true,
"format": "string",
"name": "ASA_CLIENT_ID"
},
{
"description": "Apple Search Ads team ID (starts with SEARCHADS.)",
"isRequired": true,
"format": "string",
"name": "ASA_TEAM_ID"
},
{
"description": "Apple Search Ads key ID (UUID)",
"isRequired": true,
"format": "string",
"name": "ASA_KEY_ID"
},
{
"description": "Absolute path to your PKCS#8 private key file",
"isRequired": true,
"format": "string",
"name": "ASA_PRIVATE_KEY_PATH"
},
{
"description": "Organization ID (optional, use list_organizations to switch at runtime)",
"format": "string",
"name": "ASA_ORG_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}