Get Map Items
get_map_itemsParse the entity lump of a BSP map and return every game entity as structured JSON with classname, category, origin [x, y, z], and all other key/value pairs. Categories: weapon, ammo, health, armor, powerup, flag, spawn, jump_pad, teleporter, other. The worldspawn entity (global map settings: sky, music, gravity) is returned separately. Optionally filter by classname substring.
When to Use
Use this tool when you need to parse the entity lump of a bsp map and return every game entity as structured json with classname, category, origin [x, y, z], and all other key/value pairs. categories: weapon, ammo, health, armor, powerup, flag, spawn, jump_pad, teleporter, other. the worldspawn entity (global map settings: sky, music, gravity) is returned separately. optionally filter by classname substring.. This is part of the Mcps provider on xpay✦.
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/get_map_items")xpay_run— Execute:xpay_run("quakelive/get_map_items", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
map | string | Yes | Map name or path (same lookup rules as get_bsp_info) |
classname_filter | string,null | No | Optional classname substring filter (case-insensitive). E.g. 'weapon' returns only weapons, 'item' returns all items, 'spawn' returns spawn points. Omit to return all entities. |
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/get-map-items/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
map | string | Yes | Map name or path (same lookup rules as get_bsp_info) |
classname_filter | stringnull | No | Optional classname substring filter (case-insensitive). E.g. 'weapon' returns only weapons, 'item' returns all items, 'spawn' returns spawn points. Omit to return all entities. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Mcps

