← zovo.one

INDIVIDUAL MCP TOOL

change_order_delete

Delete a DRAFT change order with no lines, freeing an open slot.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/scope-change

No auth detected

Connect to this endpoint to inspect the live schema for change_order_delete and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-change-order]
url = "https://mcp.zovo.one/mcp/scope-change"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-change-order": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/scope-change"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-change-order
Remote MCP URL: https://mcp.zovo.one/mcp/scope-change

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-change-order": {
      "url": "https://mcp.zovo.one/mcp/scope-change"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-change-order": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/scope-change"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-change-order",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/scope-change"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • change_order_create — Raise a change order against a quote or work order and return its CO-YYYY-NNNN number: the reference, the client, a title, the date, and the original contract value in minor units.
  • change_order_add_line — Add one line to a draft change order: added or removed with a quantity and a unit price in minor units, or changed with the old and the new quantity and price, each with a reason and a date.
  • change_order_status — Move one change order along and stamp the date and note: draft to sent, sent to approved or rejected, either to void.
  • change_order_get — Return one change order in full by CO number or client: every added, removed and changed line with its reason and delta, VAT, delta gross, the status history and the running value.
  • change_order_list — List change orders newest first with status, reference, client, currency and net delta, and above them the APPROVED and the pending delta per currency, kept apart.
  • contract_value — The running value of one quote or work order: original, approved deltas and current value, with pending draft and sent deltas kept apart.
  • change_order_document — Render one change order as a plain-text document for the client to approve: every line with its reason, the delta net and gross, the contract value before and after, and an approval block.
  • change_order_invoice_payload — Build the approved delta as invoice_create-ready items in MAJOR units and quote_create-ready items in MINOR units, with VAT at the shared profile rate.