# io.github.theluckystrike/quotes-estimates-proposals-vat-win-rate (remote · mcp.zovo.one)

Quotes and estimates: VAT line items, a validity date, an A4 PDF, accept makes an invoice.

- Trust score: 82/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.zovo.one`: 82/100 (this document), [markdown](https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes.md), [page](https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes)
- mcpb · `quotes.mcpb`: 47/100, [markdown](https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-quotes-mcp.md), [page](https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/https-github-com-theluckystrike-mcp-servers-releases-download-v0-22-0-quotes-mcp)

## Channel facts

- Endpoint: `https://mcp.zovo.one/mcp/quotes`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.22.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1546 tokens (~110/item across 14 items; 12 tools + 2 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 87% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "quote_send_text" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server?

io.github.theluckystrike/quotes-estimates-proposals-vat-win… is a hosted endpoint at https://mcp.zovo.one/mcp/quotes, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http theluckystrike-quotes-estimates-proposals-vat-wi 'https://mcp.zovo.one/mcp/quotes'
```

### Cursor

```json
{
  "mcpServers": {
    "theluckystrike-quotes-estimates-proposals-vat-wi": {
      "url": "https://mcp.zovo.one/mcp/quotes"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "theluckystrike-quotes-estimates-proposals-vat-wi": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/quotes"
    }
  }
}
```

### Codex

```toml
[mcp_servers.theluckystrike-quotes-estimates-proposals-vat-wi]
url = "https://mcp.zovo.one/mcp/quotes"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "theluckystrike-quotes-estimates-proposals-vat-wi": {
      "type": "remote",
      "url": "https://mcp.zovo.one/mcp/quotes",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add theluckystrike-quotes-estimates-proposals-vat-wi --url 'https://mcp.zovo.one/mcp/quotes' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  theluckystrike-quotes-estimates-proposals-vat-wi:
    url: "https://mcp.zovo.one/mcp/quotes"
```

### Netclaw

```json
{
  "McpServers": {
    "theluckystrike-quotes-estimates-proposals-vat-wi": {
      "Transport": "http",
      "Url": "https://mcp.zovo.one/mcp/quotes"
    }
  }
}
```

### Vellum

```bash
assistant mcp add theluckystrike-quotes-estimates-proposals-vat-wi -t streamable-http -u 'https://mcp.zovo.one/mcp/quotes'
```

### Other

```json
{
  "mcpServers": {
    "theluckystrike-quotes-estimates-proposals-vat-wi": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/quotes"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 81, +56)

- [security regression] Authorization: unverified → fail
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: unverified → pass
- [functional improvement] Endpoint reachability: behind authorisation → reachable
- [functional improvement] Stability: unverified → 0.30
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] Server version: 0.21.0 → 0.22.0

### 2026-09-17 (score 25, −55)

- [security regression] Endpoint reachability: reachable → behind authorisation
- [security regression] Authorization: fail → unverified
- [security regression] Transport: pass → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.23 → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Schema quality: 100 → unverified

### 2026-09-14 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 78, 0)

- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [security] Tool “quote_create” rewrote its description, which is the text the model reads
- [functional] New prompt “upgrade_to_pro”
- [functional] New resource “pricing”

### 2026-09-10 (score 78, +1)

- [security] Tool “quote_create” rewrote its description, which is the text the model reads
- [security] Tool “quote_decline” rewrote its description, which is the text the model reads
- [security] Tool “quote_get” rewrote its description, which is the text the model reads
- [security] Tool “quote_list” rewrote its description, which is the text the model reads
- [security] Tool “quote_pdf” rewrote its description, which is the text the model reads
- [security] Tool “quote_send_text” rewrote its description, which is the text the model reads
- [security] Tool “license_activate” rewrote its description, which is the text the model reads
- [security] Tool “license_status” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [cosmetic] “license_activate” reworded the description of “key”

### 2026-09-09 (score 77, +41)

- [security improvement] Transport: unverified → pass
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [security] Authorization: Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → 100
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 87
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: 0

## MCP tools (12)

### `quote_create` (~307 tokens)

Create a quote

Store a quote for client from items and return its Q number, VAT and totals. unit_price is in MAJOR units; currency, VAT and issuer come from the shared profile. A duplicate of an open quote is refused. Free: 5 open.

Input parameters:

- `client` (string, required): Client name or id. A name the invoice server already knows brings its address, email and VAT id onto the quote
- `client_address` (string): Postal address for the QUOTE FOR block, newlines allowed
- `client_email` (string): Only if the user gave it; otherwise the stored client's email is used
- `client_vat_id` (string): Client VAT / tax registration id
- `currency` (string): Defaults to your business default currency
- `discount_percent` (number): Discount applied to every line, in percent
- `issue_date` (string): YYYY-MM-DD, defaults to today in your business profile's timezone
- `items` (array, required): The line items being quoted
- `notes` (string): Free text printed under the totals, e.g. scope or exclusions. 10000 characters or fewer
- `tax_rate` (number): VAT percent for lines with no rate of their own. Defaults to the business default
- `valid_until` (string): YYYY-MM-DD, an explicit last valid day. Wins over validity_days
- `validity_days` (integer): Days the quote stays valid, counted from the quote date and inclusive. Default 30

### `quote_list` (~123 tokens)

List quotes

List quotes newest first: id, client, dates, state, days left while open, currency, total and the invoice number once accepted. State is read against today, so a lapsed quote shows as expired.

Input parameters:

- `client` (string): Only quotes for clients whose name contains this text
- `from` (string): YYYY-MM-DD, earliest quote date
- `state` (string): Default "all". "open" excludes quotes whose validity has run out; "expired" is only those
- `to` (string): YYYY-MM-DD, latest quote date

### `quote_get` (~76 tokens)

Show one quote

Return one quote in full by Q number or exact client name: lines with unit price and VAT, totals, dates, the state today with days left, notes, and the invoice it became once accepted. Reads only.

Input parameters:

- `id` (string, required): Quote id such as Q-2026-0001, or an exact client name

### `quote_update` (~184 tokens)

Change an open quote

Revise a quote that is still open: line items, currency, discount, VAT default, validity or notes. Totals are recomputed. An accepted or declined quote is never edited.

Input parameters:

- `client_address` (string)
- `client_email` (string)
- `client_vat_id` (string)
- `currency` (string)
- `discount_percent` (number)
- `id` (string, required): Quote id such as Q-2026-0001
- `items` (array): Replaces every line item
- `notes` (string)
- `tax_rate` (number): VAT percent for lines with no rate of their own
- `valid_until` (string): YYYY-MM-DD. Wins over validity_days, and is how an expired quote is extended
- `validity_days` (integer): Recomputes valid_until from the quote date

### `quote_send_text` (~110 tokens)

Plain-text quote to paste into email

Turn a quote into a plain-text summary to paste into an email: the line table, VAT lines, total and validity date. Also a .txt download link valid one hour. Free; quote_pdf writes the A4 document.

Input parameters:

- `greeting` (string): Opening line, default "Hello" plus the client name
- `id` (string, required): Quote id such as Q-2026-0001
- `sign_off` (string): Closing line, default your business name from the shared profile

### `quote_accept` (~173 tokens)

Accept a quote

Mark a quote accepted and turn it into an invoice: created directly in the invoice server when its store is present, otherwise returned as invoice_create-ready line items. The numbers are copied, never recomputed.

Input parameters:

- `allow_expired` (boolean): Accept a quote whose validity has run out. Default false: an expired quote is refused so the price is re-confirmed first
- `create_invoice` (string): Default "auto": create the invoice when the invoice store exists, otherwise hand back the items. "never" only marks it accepted
- `due_days` (integer): Days until the invoice is due, defaults to your payment terms
- `id` (string, required): Quote id such as Q-2026-0001
- `issue_date` (string): YYYY-MM-DD for the invoice, defaults to today

### `quote_decline` (~113 tokens)

Decline a quote

Mark a quote lost, with a reason kept on the record, freeing a free-tier open slot and counting in the win rate. An accepted quote is refused, naming the invoice it became. Free on every tier.

Input parameters:

- `date` (string): YYYY-MM-DD, defaults to today
- `id` (string, required): Quote id such as Q-2026-0001
- `reason` (string): Why it was lost, e.g. "price" or "went in-house". Kept on the record

### `quote_delete` (~72 tokens)

Delete a draft quote

Delete a draft quote that was never sent, accepted, invoiced or exported, and give its free open-quote slot back. A quote with any of those is refused with the dependent named. The id is never reissued.

Input parameters:

- `id` (string, required): Quote id such as Q-2026-0001

### `quote_pdf` (~104 tokens)

Render the quote as a PDF

Call this tool to render one quote as an A4 print-ready document and return a download link valid for one hour: the invoice layout with the validity date and an acceptance block. Pro.

Input parameters:

- `id` (string, required): Quote id such as Q-2026-0001
- `out_path` (string): Name for the downloaded file, e.g. acme-quote. Defaults to the quote id; the document comes back as a download link valid for one hour

### `quote_report` (~82 tokens)

Quote pipeline and win rate

Totals per currency for open, accepted, declined and expired quotes, with counts, the value still open and the win rate. Free covers the current calendar year to date; Pro reports over any date range.

Input parameters:

- `from` (string): YYYY-MM-DD, earliest quote date to count
- `to` (string): YYYY-MM-DD, latest quote date to count

### `license_status` (~55 tokens)

License status

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.

### `license_activate` (~76 tokens)

Activate license

Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.

Input parameters:

- `key` (string, required): License key from checkout, MCPL1.<payload>.<signature>

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes#diagnostics

## Score history

- 2026-09-20: 82
- 2026-09-19: 82
- 2026-09-18: 81
- 2026-09-17: 25
- 2026-09-16: 80
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 79
- 2026-09-12: 79
- 2026-09-11: 78
- 2026-09-10: 78
- 2026-09-09: 77
- 2026-09-08: 36
- 2026-09-07: 36
- 2026-09-06: 36
- 2026-09-05: 36
- 2026-09-04: 36

## Common questions

### What is the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server?

io.github.theluckystrike/quotes-estimates-proposals-vat-win… is an MCP server listed in the public MCP registry as io.github.theluckystrike/quotes-estimates-proposals-vat-win…. Quotes and estimates: VAT line items, a validity date, an A4 PDF, accept makes an invoice. This page covers its hosted endpoint (https://mcp.zovo.one/mcp/quotes).

### Is the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server safe to use?

io.github.theluckystrike/quotes-estimates-proposals-vat-win… scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server expose?

io.github.theluckystrike/quotes-estimates-proposals-vat-win… exposes 12 tools: quote_create, quote_list, quote_get, quote_update, quote_send_text, and 7 more. Their descriptions and schemas cost roughly 1,475 tokens of context every time the server is loaded.

### Does the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server require authentication?

Yes. io.github.theluckystrike/quotes-estimates-proposals-vat-win… asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server still maintained?

io.github.theluckystrike/quotes-estimates-proposals-vat-win… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.zovo.one/mcp/quotes
- Authorisation metadata: https://mcp.zovo.one/.well-known/oauth-protected-resource/mcp/quotes
- Repository: https://github.com/theluckystrike/mcp-servers
- Website: https://mcp.zovo.one/s/quotes
- Changelog RSS feed: https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes.xml
- Changelog JSON feed: https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes.json
- HTML version of this page: https://verifymcp.io/servers/theluckystrike-quotes-estimates-proposals-vat-win-rate/mcp-quotes
