Mcps
Mcps
Tool
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.
Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
map *
stringclassname_filter
stringnullTry It
API
MCP Config
Input Parameters
Map name or path (same lookup rules as get_bsp_info)
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.

