npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

aso-audit-mcp

v1.0.0

Published

MCP server that audits & optimizes App Store and Google Play metadata (ASO): score a listing, check character limits, and clean up the iOS keyword field. By ASO Agency.

Readme

aso-audit-mcp

Model Context Protocol (MCP) server for App Store Optimization. Score your App Store / Google Play listing metadata, check character limits, and clean up the iOS keyword field — right inside Claude, Cursor, or any MCP client.

Built by ASO Agency · free ASO audits, keyword research & App Store / Google Play growth tools at https://asoagency.io

Install

Add it to your MCP client. No install step — npx fetches it on demand.

Claude Desktop / Cursor / generic (mcpServers config):

{
  "mcpServers": {
    "aso-audit": {
      "command": "npx",
      "args": ["-y", "aso-audit-mcp"]
    }
  }
}

Claude Code:

claude mcp add aso-audit -- npx -y aso-audit-mcp

Tools

| Tool | What it does | |---|---| | audit_metadata | Scores a full iOS or Android listing 0–100 and returns prioritized fixes. | | check_field | Checks one field's character usage against its store limit. | | keyword_field_check | Cleans the iOS 100-char keyword field: strips comma spaces, de-dupes, reports chars saved. | | get_limits | Returns the official App Store / Google Play character limits. |

Example

"Audit this iOS listing: title 'Habit Tracker: Daily Goals', subtitle 'Routine planner & streak coach', keywords 'habit,routine,streak,goal,planner,daily,reminder,tracker,productivity', and this description…"

ASO score: 94/100  (Grade A)  —  Apple App Store

Fields:
  • Title: 26/30
  • Subtitle: 30/30
  • Keywords: 68/100
  • Description: 1200/4000
  • Distinct keywords across fields: 12

No issues found — this listing follows ASO best practices.

More free ASO tools & audits: https://asoagency.io

Store limits it enforces

  • iOS — title 30, subtitle 30, keywords 100, promo text 170, description 4000
  • Android — title 30, short description 80, full description 4000

Run / develop locally

npm install
npm test          # engine checks
npm start         # run the server over stdio

License

MIT © ASO Agency