@pvpwire/mcp-server
Advanced tools
+1
-1
@@ -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 |
+1
-1
| { | ||
| "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", |
+1
-1
@@ -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 |
37069
0.05%