🎩 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 - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
dist/index.js

@@ -411,3 +411,3 @@ #!/usr/bin/env node

game: z.enum(['osrs', 'gw2', 'ffxiv']).describe('Tracked economy.'),
full: z.boolean().optional().describe('true = paid full verdict (1 credit, needs PVPWIRE_TOKEN). Omit or false for the free top-pick preview.'),
full: z.boolean().optional().describe('true = paid full verdict (10 credits, needs PVPWIRE_TOKEN). Omit or false for the free top-pick preview.'),
}, async ({ game, full }) => {

@@ -414,0 +414,0 @@ const path = full

{
"name": "@pvpwire/mcp-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "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.",

@@ -5,0 +5,0 @@ "mcpName": "com.pvpwire/pvpwire",

@@ -54,3 +54,3 @@ # @pvpwire/mcp-server

Paid per call in USDC on Base and Solana via x402, 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.
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.

@@ -57,0 +57,0 @@ ## Develop