@sonarapp/mcp
Provides App Store Optimization tools for AI agents, enabling app lookup, keyword research, ASO audit, review mining, and revenue estimation across iOS and Google Play.
README
@sonarapp/mcp
The official Sonar MCP server — App Store Optimization tools for AI agents.
Lets Claude Desktop, Claude Code, Cursor, Cline, and any Model Context Protocol-compatible client look up apps, research keywords, audit ASO, mine reviews, and estimate revenue across the iOS App Store and Google Play. Powered by Sonar.
Tools
Read tools — stateless
| Tool | What it does |
|---|---|
sonar_app_lookup |
Look up app metadata by store ID |
sonar_app_search |
Search apps by keyword (returns store ranking order) |
sonar_app_aso_score |
ASO audit score (0-100) with itemized checks |
sonar_app_extract_keywords |
Extract target keywords from an app's listing |
sonar_app_reviews |
Fetch reviews with rating filters and sort options |
sonar_app_revenue |
Estimate monthly revenue with methodology |
sonar_keyword_search |
Keyword research (difficulty, popularity, related terms) |
sonar_keyword_metrics |
Difficulty + popularity for specific keywords (single or bulk) |
sonar_keyword_suggestions |
Autocomplete suggestions from the store |
Stateless tools work on any plan with credits, with both iOS and Android.
Read tools — your workspace (Full plan)
| Tool | What it does |
|---|---|
sonar_list_apps |
List your tracked apps with latest snapshots (rating, reviews, installs) |
sonar_get_app |
App detail + up to 90 days of snapshot history |
sonar_app_keywords |
Keywords tracked for an app, with difficulty + popularity |
sonar_app_rankings |
Daily rank history for an app's tracked keywords |
sonar_app_changes |
Detected releases, metadata edits, screenshot/price/category changes |
sonar_keyword_rankings |
SERP history for a tracked keyword (who ranked, when) |
sonar_competitor_keywords |
Keywords a competitor ranks for + gap analysis vs your app |
Workspace reads require a Full plan (an active trial counts); the default read-scope key is enough.
Write tools (Full plan + write scope)
| Tool | What it does |
|---|---|
sonar_create_product |
Create a product in your Sonar workspace and start tracking its app(s) |
sonar_track_app |
Link the second-store version (iOS ↔ Android) of an existing product |
sonar_track_competitor |
Add a competitor app under a product |
sonar_track_keywords |
Start daily rank tracking for keywords on an app (bulk, idempotent) |
sonar_update_keyword_note |
Set or clear the note on a tracked keyword |
sonar_scan_competitor |
Run a keyword discovery scan on a competitor (read results with sonar_competitor_keywords) |
Write tools mutate your workspace and require a Full plan (an active trial counts) plus an API key created with the write scope. The server enforces both — without them, calls return a 403 explaining what to fix.
Together these close the loop for agents: set up tracking with the write tools, then read back rankings, changes, and gap analyses with the workspace tools.
Get an API key
You'll need a Sonar API key — get one at trysonar.app/developers.
The cheapest path is prepaid API credits — packs from $10 (1,000 credits), with 50 free credits on signup and no subscription. Built specifically for this use case. See pricing.
Install
Claude Desktop
Add to your config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"sonar": {
"command": "npx",
"args": ["-y", "@sonarapp/mcp"],
"env": {
"SONAR_API_KEY": "aso_your_key_here"
}
}
}
}
Restart Claude Desktop. The sonar_* tools will appear in the tool picker.
Claude Code
claude mcp add sonar -e SONAR_API_KEY=aso_your_key_here -- npx -y @sonarapp/mcp
Cursor
Add to ~/.cursor/mcp.json (or your project's .cursor/mcp.json):
{
"mcpServers": {
"sonar": {
"command": "npx",
"args": ["-y", "@sonarapp/mcp"],
"env": {
"SONAR_API_KEY": "aso_your_key_here"
}
}
}
}
Cline / other MCP clients
Most clients use the same command + args + env shape as above. Point the command at npx -y @sonarapp/mcp and pass SONAR_API_KEY in the env.
Configuration
| Variable | Required | Default | Description |
|---|---|---|---|
SONAR_API_KEY |
yes | — | Your Sonar API key (aso_...) |
SONAR_API_URL |
no | https://trysonar.app |
Override the API base URL (only used for self-hosting / staging) |
Example prompts
"Use Sonar to look up Spotify on iOS in the US store and report its rating, review count, and category."
"Run an ASO audit on
com.duolingoon Android and tell me what to fix."
"Research the keyword 'habit tracker' on iOS — give me difficulty, popularity, and 5 related terms with lower difficulty I should consider."
"Pull the 50 most recent 1- and 2-star reviews of
1517783697on iOS US and group complaints by theme."
"Search 'meditation' on the App Store and estimate monthly revenue for the top 5 results."
Privacy & data flow
The MCP server is a thin client around Sonar's REST API. Your API key is sent as a Bearer token over HTTPS. Tool inputs and the resulting JSON are passed to your AI client; no data is logged by this package itself.
Troubleshooting
"SONAR_API_KEY is not set" — The MCP client did not pass the env var through. Check the env section of your client's config file. Some clients require an absolute path to npx — try which npx and use that.
"Authentication failed" — Your key is invalid, expired, or your subscription lapsed. Visit trysonar.app/developers to check.
"Access denied. Endpoint may require Full plan" — The 9 stateless read tools work on any plan with credits. The workspace read tools and write tools require a Full plan (an active trial counts); write tools additionally need an API key created with the write scope. If you're on a setup or trial-expired plan, reactivate first.
Companion: CLI
Prefer the terminal? Use @sonarapp/cli (sonar binary) — same data, same API key.
License
MIT © Peter Sutarik
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。