@pvpwire/mcp-server
Advanced tools
+2
-2
@@ -409,5 +409,5 @@ #!/usr/bin/env node | ||
| } | ||
| registerTool('get_economy_arbitrage', "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). Set full=true for the ranked table, volume-based risk flags, data freshness, and an AFTA Ed25519-signed receipt. Costs 10 credits ($0.10) and requires a PVPWIRE_TOKEN bearer token (buy at https://pvpwire.com/developers/agent-payments).", { | ||
| registerTool('get_economy_arbitrage', "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).", { | ||
| game: z.enum(['osrs', 'gw2', 'ffxiv']).describe('Tracked economy.'), | ||
| full: z.boolean().optional().describe('true = paid full verdict (10 credits, needs PVPWIRE_TOKEN). Omit or false for the free top-pick preview.'), | ||
| full: z.boolean().optional().describe('true = 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.'), | ||
| }, async ({ game, full }) => { | ||
@@ -414,0 +414,0 @@ const path = full |
+1
-1
| { | ||
| "name": "@pvpwire/mcp-server", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "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", |
37223
0.42%657
0.15%