Check Pvs
check_pvsCheck PVS (Potentially Visible Set) visibility between two world positions in a BSP map. Returns whether the BSP considers the two points mutually visible — i.e. whether the engine would have sent entity updates between them. Also returns the PVS cluster indices for both points. PVS is a conservative over-approximation: visible=true means updates were sent, not guaranteed line-of-sight. Accepts a bare map name, 'maps/<name>.bsp', or a direct path — see get_bsp_info for lookup rules.
When to Use
Use this tool when you need to check pvs (potentially visible set) visibility between two world positions in a bsp map. returns whether the bsp considers the two points mutually visible — i.e. whether the engine would have sent entity updates between them. also returns the pvs cluster indices for both points. pvs is a conservative over-approximation: visible=true means updates were sent, not guaranteed line-of-sight. accepts a bare map name, 'maps/
MCP Connection
Connect to xpay✦ to access this tool (and 87+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
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:
xpay_details— Get full input schema:xpay_details("quakelive/check_pvs")xpay_run— Execute:xpay_run("quakelive/check_pvs", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
z1 | number | Yes | Z coordinate of the first point |
y1 | number | Yes | Y coordinate of the first point |
z2 | number | Yes | Z coordinate of the second point |
x1 | number | Yes | X coordinate of the first point |
y2 | number | Yes | Y coordinate of the second point |
x2 | number | Yes | X coordinate of the second point |
map | string | Yes | Map name (e.g. 'campgrounds') or path to a .bsp file. A bare name or 'maps/ |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Mcps (all tools) — 88 tools
- Add Player — $0.00/call
- Add Raw Snapshot — $0.00/call
- Add Server Command — $0.00/call
- Analyze Demo — $0.02/call
- Award Medal — $0.02/call
Links
- Tool page: https://xpay.tools/quakelive/check-pvs/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
z1 | number | Yes | Z coordinate of the first point |
y1 | number | Yes | Y coordinate of the first point |
z2 | number | Yes | Z coordinate of the second point |
x1 | number | Yes | X coordinate of the first point |
y2 | number | Yes | Y coordinate of the second point |
x2 | number | Yes | X coordinate of the second point |
map | string | Yes | Map name (e.g. 'campgrounds') or path to a .bsp file. A bare name or 'maps/<name>.bsp' is searched inside pk3 archives under WOLFCAMQL_BASEPATH. An absolute path or a path relative to MAP_DIR is read directly. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Mcps

