ASOHawk MCP server
ASO analytics and App Store optimization tools for indie iOS developers and AI agents.
11 stars
Reviews
Write oneNobody has reviewed ASOHawk yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
ASOHawk tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 506ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityauth enforced (bearer)9/15
- Maintenancelast push 18 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the ASOHawk repository's README, as published. We do not edit it. Read it on GitHub
App Store Optimization, built for AI agents.
ASOHawk is an ASO platform your AI agent uses directly. It speaks MCP, the protocol Claude Code, Claude Desktop, Cursor, Codex and most agent CLIs already understand. Point an agent at it once and it reads your App Store rankings, keywords, competitors, reviews and revenue, and manages tracking and metadata on request.
The web dashboard exists too, but the agent is a first-class citizen, not an afterthought: every capability is a versioned tool with an explicit contract, honest limitations, and a safety model where anything that touches your App Store listing waits for your approval.
How it works
The server is remote MCP over HTTPS. Nothing to install, nothing to run, no local database: one config block in your client and the agent is connected.
Quick start
1. Create a key. Sign up at asohawk.cc (free plan, no credit card), then open Settings → API keys and create a key. Read by default; add write to let the agent manage tracking.
2. Connect. For Claude Code, run once in any terminal:
claude mcp add --transport http --scope user asohawk https://asohawk.cc/api/mcp --header "Authorization: Bearer ahk_YOUR_KEY"Claude Desktop
Settings → Developer → Edit Config, then add:
{
"mcpServers": {
"asohawk": {
"type": "http",
"url": "https://asohawk.cc/api/mcp",
"headers": {
"Authorization": "Bearer ahk_YOUR_KEY"
}
}
}
}Cursor
Save as .cursor/mcp.json in your project, or ~/.cursor/mcp.json to make it available everywhere:
{
"mcpServers": {
"asohawk": {
"url": "https://asohawk.cc/api/mcp",
"headers": {
"Authorization": "Bearer ahk_YOUR_KEY"
}
}
}
}Codex
Add to ~/.codex/config.toml:
[mcp_servers.asohawk]
url = "https://asohawk.cc/api/mcp"
[mcp_servers.asohawk.http_headers]
Authorization = "Bearer ahk_YOUR_KEY"To keep the key out of the file, use codex mcp add with --bearer-token-env-var ASOHAWKAPIKEY instead.
Qwen Code
Add to ~/.qwen/settings.json:
{
"mcpServers": {
"asohawk": {
"httpUrl": "https://asohawk.cc/api/mcp",
"headers": {
"Authorization": "Bearer ahk_YOUR_KEY"
}
}
}
}Kimi CLI
kimi mcp add --transport http asohawk https://asohawk.cc/api/mcp --header "Authorization: Bearer ahk_YOUR_KEY"Gemini CLI, VS Code and any other MCP client
Gemini CLI takes the same httpUrl block as Qwen Code in ~/.gemini/settings.json. VS Code takes a servers block in .vscode/mcp.json. Any client that reads mcp.json works with the standard shape:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http asohawk https://asohawk.cc/api/mcp
ASOHawk: common questions
- Is ASOHawk MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the ASOHawk safety report
- How do I install ASOHawk?
- It runs remotely at asohawk.cc. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does ASOHawk need an API key?
- Yes. The registry entry asks for
Authorization. - Is ASOHawk maintained?
- The last commit was 18 days ago (2026-09-06). The latest release is v0.1.1.
- Is ASOHawk up?
- 100% of our last 19 checks got an answer. We check remote servers about four times a day.
- What can I use instead of ASOHawk?
- Servers from other publishers that do the same job: App Store Operator MCP server, Sherweb MCP server and Applyra MCP server. Compare all ASOHawk alternatives.
Alternatives to ASOHawk
Same job from other publishers: the closest match first, then the best rated.
- App Store OperatorFree App Store competitive intelligence for Claude — rival downloads, revenue, and ASO keywords.not reviewedGrowingB
Sherweb MCPEvery Sherweb Partner API capability, plus a local SQLite store, offline analytics, andnot reviewedGrowingB- ApplyraApp Store Optimization data for AI agents: keyword ranks, scores, competitors, chartsnot reviewedGrowingB
- Maui Ios Submission GateReads a .NET MAUI app's iOS Info.plist and Entitlements.plist and names every App Store Review 5.1.1not reviewedGrowingA
- ApifyExtract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡not reviewedEstablishedA