Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

PVPWire

NPM · @PVPWIRE/MCP-SERVER · SCANNED AUG 3

Hand-compiled game-mechanics data for Diablo 2, Path of Exile, Diablo 3 and GW2, plus live signal.

Available components

+47 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1063 tokens (~106/item across 10 items; 9 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @pvpwire/mcp-server

# add to Claude Code
claude mcp add com-pvpwire-pvpwire -- npx -y @pvpwire/mcp-server
# add to Codex CLI
codex mcp add com-pvpwire-pvpwire -- npx -y @pvpwire/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pvpwire-pvpwire": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@pvpwire/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-pvpwire-pvpwire --command npx --arg -y --arg @pvpwire/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-pvpwire-pvpwire:
    command: "npx"
    args: ["-y", "@pvpwire/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-pvpwire-pvpwire": {
      "command": "npx",
      "args": [
        "-y",
        "@pvpwire/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +19
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Stability: unverified → 0.27 functional
    • Licence: MIT functional
  • 2 Aug 26 +45
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Dependency health: partial → unverified functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 1 Aug 26 +2
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −58
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +57
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Licence: MIT functional
  • 27 Jul 26 19

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@pvpwire/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 9 exposed · ~1,047 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
find_pvpwire_data ~125

Discover which PVPWire endpoint answers a data need. Describe what you want in plain language (e.g. "OSRS item prices", "which shooter is trending", "Diablo 2 runewords") and get the 2 to 3 best-matching endpoints with their path, what they return, and whether they are free or paid. Free, no auth. Use this first when no dedicated tool obviously fits.

NameTypeReqDescription
limitintegerMax matches. Default 3.
querystringyesPlain-language description of the data you need.

No output schema declared.

No examples provided.

get_economy_arbitrage ~214

Cross-market arbitrage verdict for a tracked game economy (osrs, gw2, ffxiv): the widest sustained buy/sell spread to exploit, computed over PVPWire's own daily corpus. Free preview returns the single top pick (rate limited per client) and covers all three games. Set full=true for the ranked table, volume-based risk flags, data freshness, and an AFTA Ed25519-signed receipt; the paid verdict covers osrs and ffxiv only, since gw2 is served on the free tier. Costs 10 credits ($0.10) and requires a PVPWIRE_TOKEN bearer token (buy at https://pvpwire.com/developers/agent-payments).

NameTypeReqDescription
fullbooleantrue = paid full verdict, osrs and ffxiv only (10 credits, needs PVPWIRE_TOKEN). Omit or false for the free top-pick preview, which also covers gw2.
gamestringyesTracked economy.

No output schema declared.

No examples provided.

get_economy_snapshot ~66

Latest daily market snapshot for a tracked game economy, from PVPWire's own captured corpus. Free, no auth. Returns item coverage and the day's notable movers. Games: osrs, gw2, ffxiv.

NameTypeReqDescription
gamestringyesTracked economy.

No output schema declared.

No examples provided.

get_game_dataset ~168

Fetch a PVPWire game-data table in bulk rather than by lookup: every Diablo 2 runeword, every Path of Exile skill gem, every Diablo 3 set. Paged, because a table can run to thousands of rows. Call list_game_datasets first if you do not know the key. Free, no auth.

NameTypeReqDescription
datasetstringyesDataset key, e.g. "runewords", "skill-gems", "sets".
gamestringyesGame prefix, e.g. "d2", "poe", "d3", "gw2". Call list_game_datasets for the current set.
limitintegerEntries per page. Default 25.
offsetintegerEntries to skip, for paging.

No output schema declared.

No examples provided.

get_game_players ~94

Live runtime signal for one tracked game across 119 titles: current Steam players, Twitch viewers, and IGDB metadata (genres, rating). Not every game has every signal: titles off Steam (League of Legends, Fortnite) report Twitch and IGDB only. Free, no auth. Pass the catalog slug (e.g. counter-strike-2, marvel-rivals).

NameTypeReqDescription
slugstringyesCatalog game slug.

No output schema declared.

No examples provided.

get_gaming_news ~83

Ranked competitive-gaming news aggregated by PVPWire from editorial, Reddit, and Steam. Free, no auth. Use source to filter and digest for headline-only rows.

NameTypeReqDescription
digestbooleanHeadline-only rows when true.
limitintegerMax items. Default 15.
sourcestringFilter by source. Default all.

No output schema declared.

No examples provided.

get_trending_games ~47

Live ranked list of what is being played right now, fused from Twitch viewers and Steam players. Free, no auth.

NameTypeReqDescription
limitintegerMax titles. Default 10.

No output schema declared.

No examples provided.

list_game_datasets ~47

List every game-data table PVPWire serves, with its game, contents, and entry count. Cheap orientation call before search_game_data or get_game_dataset. Free, no auth.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_game_data ~203

Search PVPWire's independently compiled game-mechanics data by item name or effect text, across every covered game: Diablo 2 runewords, cube recipes, breakpoints, uniques, set items and sets; Path of Exile uniques, keystones and skill gems; Diablo 3 legendary powers and sets. Answers "what does Aether Walker do", "which runeword gives faster cast rate", "poe keystone about energy shield". Free, no auth.

NameTypeReqDescription
datasetstringLimit to one dataset key, e.g. "runewords".
gamestringLimit to one game prefix, e.g. "d2", "poe", "d3", "gw2". Omit to search all.
limitintegerMax results. Default 8.
querystringyesItem, skill, or effect text, e.g. "Enigma" or "cannot be frozen".

No output schema declared.

No examples provided.