The CLI and MCP server now have full API parity — everything you can do over REST works from your terminal or from an AI agent:
- MCP server 0.5.0 (22 tools) — agents can now read your workspace, not just public store data: tracked apps, keyword rank history, detected app changes, SERP history, and competitor gap analyses. Plus two new write tools: keyword notes and competitor keyword scans. An agent can set up tracking and check back on results, end to end.
- CLI 0.4.0 — new read commands (
sonar apps lookup / search / score / extract-keywords / reviews / changes) and write commands (sonar products create / add-app / add-competitor,sonar keywords track / note,sonar competitors scan).
Write commands and tools need an API key with the write scope — create one under Settings → Developers. Update with npm i -g @sonarapp/cli@latest; MCP setups using npx -y @sonarapp/mcp pick up the new tools on the next session.