Preview Map Plan
preview_map_planRender a fast top-down geometric SVG preview of a planned map spec WITHOUT generating a BSP file.
How it works ↓Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
output_path
stringnullspec *
objectInput Parameters
Cost per run
Execution cost$0.02
About Preview Map Plan
Render a fast top-down geometric SVG preview of a planned map spec WITHOUT generating a BSP file. Use this as part of a planning workflow:
- Construct or refine a MapSpec JSON
- Call preview_map_plan to show the user a visual layout
- Iterate on the spec based on feedback
- Call generate_map once the user approves
The preview draws each room as a coloured rectangle labelled with its id and dimensions (width × depth × height in Quake units), corridors as grey bands connecting room centres, and items as colour-coded dots identical to the generate_map_minimap legend.
Returns the SVG path / upload URL plus a spec echo so the caller can confirm what was interpreted.
Frequently Asked Questions
Render a fast top-down geometric SVG preview of a planned map spec WITHOUT generating a BSP file. Use this as part of a planning workflow: 1. Construct or refine a MapSpec JSON 2. Call preview_map_plan to show the user a visual layout 3. Iterate on the spec based on feedback 4. Call generate_map once the user approves The preview draws each room as a coloured rectangle labelled with its id and dimensions (width × depth × height in Quake units), corridors as grey bands connecting room centres, and items as colour-coded dots identical to the generate_map_minimap legend. Returns the SVG path / upload URL plus a spec echo so the caller can confirm what was interpreted.
Preview Map Plan costs $0.02 per call on xpay. No subscription, no minimums. Pay only for the calls you make. New accounts get $5 in free credits.
Connect the Mcps MCP endpoint to your client — Claude Code: claude mcp add --transport http quakelive "https://quakelive.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"; Cursor/Windsurf/Cline/VS Code: same URL in mcp.json. The agent will see preview_map_plan as a callable tool with the input schema and run it directly. (Unified across all providers: https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY, then xpay_run with toolPath quakelive/preview_map_plan.)
Yes — that's exactly what xpay is for. You don't need a Mcps account or API key. Sign up at xpay.tools (Google or email), get $5 free credit, and run Preview Map Plan immediately. Billing flows through your xpay balance.
Preview Map Plan accepts 2 input parameters: output_path, spec. See the input schema and runnable form on this page for details and to test live.

