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

brandcheck

v1.0.1

Published

MCP server to check brand name availability across domains, social media, app stores, and trademark registries

Downloads

24

Readme


What it checks

| Category | Platforms | |----------|-----------| | 🌐 Domains | .com .fr .io .co .app .ai .dev .org .net .eu | | 📱 Social | X · Instagram · TikTok · LinkedIn · Facebook · YouTube · Threads · Pinterest · Reddit · Snapchat · Bluesky | | 📲 App Stores | Apple App Store · Google Play | | ⚖️ Trademarks | INPI (French trademark registry) | | 💻 Tech | npm · GitHub |

27 platforms checked in parallel. Results in ~5 seconds.


Quick Start

Option 1: Cursor (one-click)

Click the "Install MCP Server" button above. Done.

Option 2: Manual (any MCP client)

Add to your MCP config (~/.cursor/mcp.json, Claude Desktop, etc.):

{
  "mcpServers": {
    "brandcheck": {
      "command": "npx",
      "args": ["-y", "brandcheck@latest"]
    }
  }
}

Option 3: npx (zero install)

npx brandcheck@latest

Tools

brandcheck

Full audit across all platforms. One command, everything in parallel.

"Check if the name Luminova is available"

Returns a complete report with availability status per platform, recommendations on .com/.fr availability, and INPI trademark warnings.

brandcheck_domains

Domain-only check. Fast.

"Check domains for roompilot"

brandcheck_social

Social media handles only.

"Is the handle clickstay available on social media?"

Example Output

🔍 Brand Check: "luminova"

Résumé: ✅ 18 dispo · ❌ 7 pris · ❓ 2 incertain

🌐 Noms de domaine
| .com  | ❌ Pris  | https://luminova.com  |
| .fr   | ✅ Dispo | https://luminova.fr   |
| .io   | ✅ Dispo | https://luminova.io   |
| .ai   | ✅ Dispo | https://luminova.ai   |

📱 Réseaux sociaux
| Instagram | ❌ Pris  | https://instagram.com/luminova |
| TikTok    | ✅ Dispo | https://tiktok.com/@luminova   |
| LinkedIn  | ✅ Dispo | https://linkedin.com/company/luminova |

💡 Recommandation
⚠️ Le .com est pris mais le .fr est dispo.
✅ Aucune marque identique trouvée à l'INPI.

How it works

All checks run in parallel:

  • Domains: DNS resolution (no WHOIS API needed)
  • Social media: HTTP HEAD/GET requests checking for 404 vs 200
  • App Store: iTunes Search API
  • Google Play: HTML scraping
  • INPI: Public data API
  • npm/GitHub: Registry and profile checks

No API keys required. Everything uses public endpoints.


Limitations

  • Social media checks rely on HTTP status codes. Some platforms may rate-limit or return ambiguous results (shown as ❓).
  • INPI check is a basic name search, not a full trademark similarity analysis. Always consult a lawyer before filing.
  • App Store results are keyword-based. A "no exact match" doesn't guarantee the name is available for submission.

Also by Soflution

  • depsonar — The most complete dependency audit MCP server. 9 languages, 23 tools. Scan, audit, update, migrate.

License

MIT