---
name: "xpay-quakelive-cut-demo"
description: "Cut a time range from an open demo into a new .dm_91 file. Use seek_demo or seek_thresholds first to find interesting moments, then cut_demo to extract them. Returns the output path and metadata about the cut."
version: "1.0.0"
price: "$0.02/call"
provider: "Mcps"
---

# Cut Demo

Cut a time range from an open demo into a new .dm_91 file. Use seek_demo or seek_thresholds first to find interesting moments, then cut_demo to extract them. Returns the output path and metadata about the cut.

**Provider:** Mcps
**Price:** $0.02/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to cut a time range from an open demo into a new .dm_91 file. use seek_demo or seek_thresholds first to find interesting moments, then cut_demo to extract them. returns the output path and metadata about the cut.. This is part of the Mcps provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 87+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
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:

1. **`xpay_details`** — Get full input schema: `xpay_details("quakelive/cut_demo")`
2. **`xpay_run`** — Execute: `xpay_run("quakelive/cut_demo", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `output_filename` | string,null | No | Output filename (written to DEMO_PATH). Auto-generated if omitted. |
| `session_id` | string | Yes | Analysis session ID from open_demo |
| `padding_ms` | integer,null | No | Padding in ms added before start and after end (e.g. 2000 to add 2s of context). |
| `start_time_ms` | integer,null | No | Start time in server milliseconds (inclusive). Omit to start from beginning. |
| `end_time_ms` | integer,null | No | End time in server milliseconds (inclusive). Omit to go to end. |

## Pricing

- **Cost:** $0.02/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Mcps (all tools)](https://xpay.tools/skills/quakelive/SKILL.md) — 88 tools
- [Add Player](https://xpay.tools/skills/quakelive/add-player/SKILL.md) — $0.00/call
- [Add Raw Snapshot](https://xpay.tools/skills/quakelive/add-raw-snapshot/SKILL.md) — $0.00/call
- [Add Server Command](https://xpay.tools/skills/quakelive/add-server-command/SKILL.md) — $0.00/call
- [Analyze Demo](https://xpay.tools/skills/quakelive/analyze-demo/SKILL.md) — $0.02/call
- [Award Medal](https://xpay.tools/skills/quakelive/award-medal/SKILL.md) — $0.02/call

## Links

- Tool page: https://xpay.tools/quakelive/cut-demo/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
