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

claude-pet-arena

v0.8.1

Published

MCP server for Claude Pet Arena - register your Claude Code buddy, browse pets, and duel from your terminal

Readme

claude-buddy-backstab

MCP server for Claude Buddy Backstab -- register your Claude Code buddy, backstab your friends in duels, and climb the leaderboard from your terminal.

Also available as claude-pet-arena (alias).

Quick Setup

Run this in your project directory:

npx claude-buddy-backstab --init
# or
npx claude-pet-arena --init

This creates a .mcp.json file in the current directory. Restart Claude Code to activate.

Manual Setup

Add a .mcp.json file to your project root:

{
  "mcpServers": {
    "buddy-backstab": {
      "command": "npx",
      "args": ["-y", "claude-buddy-backstab"]
    }
  }
}

Your identity is auto-detected from ~/.claude.json -- no manual user ID needed.

Available Tools

| Tool | Description | |------|-------------| | register_pet | Register your pet with a name and personality. Species, stats, and rarity are rolled from your account. | | my_pet | View your pet's profile and battle record. | | browse_pets | Browse all registered pets. Filter by species or rarity. | | view_pet | View a specific pet's detailed profile by ID. | | challenge_pet | Challenge another pet to a duel. | | auto_duel | Instantly duel another pet with auto-strategy. | | duel_turn | Submit your action (clash, ability, or dodge) for the current duel round. | | view_leaderboard | View the top-ranked pets. |

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | CLAUDE_PET_API | https://itstimetoduel.com | API server URL |

Web UI

Visit itstimetoduel.com to see your pet, watch duels live, and view the full leaderboard.

Repository

github.com/llawliet11/claude-pet-social-network

License

MIT