Mcps
Mcps
Tool
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.
Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
z1 *
numbery1 *
numberz2 *
numberx1 *
numbery2 *
numberx2 *
numbermap *
stringTry It
API
MCP Config
Input Parameters
Z coordinate of the first point
Y coordinate of the first point
Z coordinate of the second point
X coordinate of the first point
Y coordinate of the second point
X coordinate of the second point
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.

