Catalog
app.trysonar/sonar
OfficialASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).
App store optimization tools for keyword research, rank tracking, and competitor analysis.
README not available yet.
Install
Configuration
Environment variables
SONAR_API_KEYrequiredsecretYour Sonar API key (aso_...). Create one at https://trysonar.app
SONAR_API_URLdefault https://trysonar.appAPI base URL. Defaults to https://trysonar.app.
claude_desktop_config.json
{
"mcpServers": {
"sonar": {
"command": "npx",
"args": [
"-y",
"@sonarapp/mcp@0.4.0"
],
"env": {
"SONAR_API_KEY": "<YOUR_SONAR_API_KEY>",
"SONAR_API_URL": "https://trysonar.app"
}
}
}
}