HomeMarketing & E-Commerce › mcp

mcp

ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android).

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-20 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://trysonar.app/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://trysonar.app/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://trysonar.app/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <Sonar API key (aso_...)>. Create one at https://trysonar.app/developers

Package (npm 0.7.0)

npx -y @sonarapp/mcp@0.7.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sonarapp/mcp@0.7.0"
      ],
      "env": {
        "SONAR_API_KEY": "<YOUR_VALUE>",
        "SONAR_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SONAR_API_KEY required secret — Your Sonar API key (aso_...). Create one at https://trysonar.app
  • SONAR_API_URL — API base URL. Defaults to https://trysonar.app.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry