openaso

App Store Optimization data for AI agents. One MCP endpoint: rankings, keyword demand, listing audits, reviews, revenue estimates, managed tracking.

Every capability is a callable tool with a stable JSON contract — built agent-first, for Claude Code, Cursor, or any MCP client. Data comes from Apple's public iTunes endpoints, cached and served past Apple's per-IP rate limits, plus real Apple Search Ads keyword popularity where Apple carries a signal (a transparent independent estimate everywhere else). The server's instructions teach your agent how App Store search actually matches metadata, so it can optimize a listing end to end.

Get a key

Create an account at https://openaso.ai/login and mint your API key in the dashboard — free during early access: 500 tool calls/day, 500 tracked keyword–storefront combinations with daily snapshots. The dashboard also shows usage and rotates or revokes keys.

Connect

claude mcp add openaso --transport http https://mcp.openaso.ai/mcp --header "Authorization: Bearer YOUR_KEY"

Or in any MCP client config:

{
  "openaso": {
    "type": "http",
    "url": "https://mcp.openaso.ai/mcp",
    "headers": { "Authorization": "Bearer YOUR_KEY" }
  }
}

Tools

rankKeyword rank
suggestKeyword suggestions
competitorsTop apps for a keyword
volumeKeyword demand (Apple Search Ads popularity)
appApp lookup
auditASO research bundle
coverageMetadata keyword coverage
reviewsRecent customer reviews
chartsTop-chart positions
revenueModeled revenue estimate
track_configManage tracked keywords
trackTrack configured keywords
historyRank history report

Fine print