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

@pvpwire/mcp-server

v1.2.0

Published

Competitive-gaming data for AI agents: hand-compiled game-mechanics datasets for Diablo 2, Path of Exile, Diablo 3 and Guild Wars 2, plus live player counts, Twitch viewers, news, and game-economy snapshots.

Readme

@pvpwire/mcp-server

MCP server for PVPWire: competitive-gaming data for AI agents.

Structured game-mechanics datasets that no other API serves, plus live player and viewer signal, news, and game-economy snapshots.

A thin, typed, sanitized front door over pvpwire.com/api/*. Zero game logic lives here.

Install

Add to your MCP client config (Claude Desktop, etc.):

{
  "mcpServers": {
    "pvpwire": {
      "command": "npx",
      "args": ["-y", "@pvpwire/mcp-server"],
      "env": {}
    }
  }
}

Every free tool works with no auth and no key. Paid tools read a PVPWIRE_TOKEN bought with USDC.

Game data

30 datasets, 7,096 entries, served inside a disclaimer envelope carrying data_version, game_patch, license, and upstream attribution where one is owed. Diablo 2 is independently compiled and verified against at least two sources; Path of Exile and Diablo 3 are compiled with attribution to community sources, with re-expression into PVPWire's own vocabulary in progress; PlanetSide 2 comes from the official Daybreak Census API under Daybreak's published third-party permission; Warzone 2100 is derived from the GPL-2.0 release in which the original publisher open-sourced the game data itself; Xonotic comes from Team Xonotic's own GPL-3.0 balance files; Quake (1996) is compiled from id Software's own GPL-2.0 source; Angband is derived from its GPL-2.0 data tables (PVPWire elects the GPL branch of its dual licence); Diablo 4 aspects are independently compiled from published references, cross-verified against two sources, no game files touched. Sourcing methods for every dataset are published in writing at /api/methods.

d2    runewords, cube-recipes, breakpoints, uniques, set-items, sets, weapon-innates
poe   uniques, keystones, skill-gems
d3    legendary-items, sets
d4    aspects
ps2   weapons
wz2100 weapons, bodies, propulsion, structures, research, templates
xonotic weapons, player
quake  weapons, armor, items, movement
angband ego-items, artifacts, objects, monster
  • list_game_datasets: the full roster with entry counts. Start here.
  • search_game_data: find an item, skill, or effect by text across every dataset.
  • get_game_dataset: pull a whole table, paged.

Live signal and news

  • get_game_players: Steam players, Twitch viewers, and IGDB metadata for one of 119 tracked games. Titles that are not on Steam (League of Legends, Fortnite, Valorant) report Twitch and IGDB.
  • get_trending_games: ranked list of what is being played right now, fused from Twitch viewers and Steam players.
  • get_gaming_news: ranked competitive-gaming news, with source filter and digest mode.
  • get_economy_snapshot: latest daily market snapshot for osrs or ffxiv.
  • find_pvpwire_data: plain-language discovery of the right endpoint.

Paid tools

  • get_economy_arbitrage: ranked arbitrage over a tracked economy. Free preview daily; full=true returns the ranked, receipt-backed verdict.

Paid with a prepaid credit token bought in USDC on Base or Solana, AFTA-certified: every paid call returns an Ed25519-signed receipt, and no-charge paths are enforced in code rather than promised. See https://pvpwire.com/developers/agent-payments.

Develop

npm install
npm run build
npm test

Not affiliated with or endorsed by the game publishers whose data is referenced. Game-mechanics data is independently compiled. MIT licensed.