🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pvpwire/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pvpwire/mcp-server

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.

npmnpm
Version
1.0.2
Version published
Weekly downloads
128
-91.56%
Maintainers
1
Weekly downloads
 
Created
Source

@pvpwire/mcp-server

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

Hand-compiled game-mechanics datasets that no other API serves structured, 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

13 datasets, 3,423 entries, each verified against at least two sources and served inside a disclaimer envelope carrying data_version and game_patch.

d2    runewords, cube-recipes, breakpoints, uniques, set-items, sets, weapon-innates
poe   uniques, keystones, skill-gems
d3    legendary-items, sets
gw2   attribute-combinations
  • 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, gw2, 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.

Keywords

gaming

FAQs

Package last updated on 22 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts