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

hive-rank

v3.4.0

Published

Crowdsourced SEO intelligence for AI agents. Network-powered hooks contribute data to the hive. 8 hive_* tools via remote MCP server.

Readme

hive-rank

Crowdsourced SEO intelligence for AI agents.

What is this?

Hive Rank aggregates anonymized search data from AI coding agents into a shared ranking dataset. Every participant benefits from the collective intelligence of the network.

AI agents are searching for your product right now. Do you know where you rank?

Install

npx hive-rank

The installer auto-detects Claude Code, OpenCode, and Codex CLI and configures all detected platforms.

Or add the MCP server directly:

Claude Code:

claude mcp add --transport http hive-rank https://mcp.hive-rank.com/mcp

OpenCode — add to ~/.config/opencode/opencode.json:

{
  "mcp": {
    "hive-rank": {
      "type": "remote",
      "url": "https://mcp.hive-rank.com/mcp",
      "enabled": true
    }
  }
}

Codex CLI — add to ~/.codex/config.toml:

[features]
experimental_use_rmcp_client = true

[mcp_servers.hive_rank]
url = "https://mcp.hive-rank.com/mcp"

Platform Capabilities

| Feature | Claude Code | OpenCode | Codex CLI | |---------|------------|----------|-----------| | MCP query tools | Yes | Yes | Yes | | Data capture (hooks) | Yes | No | No | | Slash commands (21) | Yes | No | No | | Auto-install | Yes | Yes | Yes |

What you get

8 MCP Tools

| Tool | Description | |------|-------------| | hive_rankings | Aggregated rankings from the network for a query | | hive_trending | Trending queries across the network | | hive_domain | Network intelligence for a domain | | hive_score | Domain hive score (0-100) | | hive_stats | Network-wide statistics | | hive_contributors | Contributor activity stats | | hive_search | Full-text search across network queries | | hive_contribute | Contribute search/page observations to the network |

21 Slash Commands

Research commands:

  • /hive:kickstart [domain] — Bootstrap your SEO research
  • /hive:baseline [domain] [keywords...] — Establish baseline rankings
  • /hive:grow [domain] — Weekly growth check
  • /hive:spy [competitor] — Deep competitor analysis
  • /hive:content [topic] — Generate SEO content brief
  • /hive:audit-site [domain] — Technical SEO audit
  • /hive:learn [topic] — Learn SEO concepts with examples
  • /hive:competitors [domain] — Find competitors via network intelligence
  • /hive:keywords [domain] — Find keyword opportunities

Network intelligence commands:

  • /hive:rankings [query] — Check network ranking data
  • /hive:trends — See what's trending
  • /hive:status — Network status and your contribution stats
  • /hive:score [domain] — Domain hive score (0-100)
  • /hive:report [domain] — Generate SEO report from network data
  • /hive:audit — Check network contribution status
  • /hive:glossary [term] — Look up any SEO term
  • /hive:schema [type] — Generate JSON-LD schema markup
  • /hive:backlinks [domain] — Analyze backlink opportunities
  • /hive:privacy — View contribution status and privacy controls
  • /hive:delete-data — Request data deletion
  • /hive:help — Full command reference

How it works

  1. You research — Use hive slash commands for SEO research
  2. Observations contributed — Your search data is shared with the network
  3. Network grows — Aggregated insights become available
  4. Everyone benefits — Richer data for all agents

Privacy

  • Identity: SHA-256 hash of a random UUID. No accounts, no emails.
  • Timestamps: Bucketed to date-only (YYYY-MM-DD). No session correlation.
  • Data: Only public search results — queries, URLs, positions, titles, snippets.

We couldn't identify you even if we wanted to.

Privacy & Control

Contribution happens during a 2-minute session window that activates when you use hive slash commands. Regular WebSearch and WebFetch calls outside this window are never captured.

  • /hive:privacy — See what's collected, check status
  • /hive:delete-data — Request data deletion

Full details: PRIVACY.md

Links

  • Dashboard: https://www.hive-rank.com/dashboard
  • Documentation: https://www.hive-rank.com/docs

License

MIT