---
name: "xpay-quakelive-get-demo-accuracy"
description: "Get per-player, per-weapon accuracy computed from entity events (FireWeapon + BulletHitFlesh + MissileHit). Works for ALL visible players, not just the POV player. Independent of the 'acc' server command. PVS-limited: accuracy data is most complete for the POV player. Returns: player_name, client_num, weapons [{weapon, shots_fired, hits, accuracy_pct}], overall_accuracy_pct, total_shots, total_hits."
version: "1.0.0"
price: "$0.02/call"
provider: "Mcps"
---

# Get Demo Accuracy

Get per-player, per-weapon accuracy computed from entity events (FireWeapon + BulletHitFlesh + MissileHit). Works for ALL visible players, not just the POV player. Independent of the 'acc' server command. PVS-limited: accuracy data is most complete for the POV player. Returns: player_name, client_num, weapons [{weapon, shots_fired, hits, accuracy_pct}], overall_accuracy_pct, total_shots, total_hits.

**Provider:** Mcps
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to get per-player, per-weapon accuracy computed from entity events (fireweapon + bullethitflesh + missilehit). works for all visible players, not just the pov player. independent of the 'acc' server command. pvs-limited: accuracy data is most complete for the pov player. returns: player_name, client_num, weapons [{weapon, shots_fired, hits, accuracy_pct}], overall_accuracy_pct, total_shots, total_hits.. This is part of the Mcps provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 87+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("quakelive/get_demo_accuracy")`
2. **`xpay_run`** — Execute: `xpay_run("quakelive/get_demo_accuracy", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `session_id` | string | Yes | Analysis session ID (returned by open_demo) |

## Pricing

- **Cost:** $0.02/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Mcps (all tools)](https://xpay.tools/skills/quakelive/SKILL.md) — 88 tools
- [Add Player](https://xpay.tools/skills/quakelive/add-player/SKILL.md) — $0.00/call
- [Add Raw Snapshot](https://xpay.tools/skills/quakelive/add-raw-snapshot/SKILL.md) — $0.00/call
- [Add Server Command](https://xpay.tools/skills/quakelive/add-server-command/SKILL.md) — $0.00/call
- [Analyze Demo](https://xpay.tools/skills/quakelive/analyze-demo/SKILL.md) — $0.02/call
- [Award Medal](https://xpay.tools/skills/quakelive/award-medal/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/quakelive/get-demo-accuracy/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
