io.github.theluckystrike/quotes-estimates-proposals-vat-win-rate
MCPB · QUOTES.MCPB · 2 COMPONENTS · SCANNED SEP 20
Quotes and estimates: VAT line items, a validity date, an A4 PDF, accept makes an invoice.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security22
- Malware scan not yet available for this package.Unverified
- Known CVEs were checked across the 157 of 157 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- 63 of 157 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1475 tokens (~113/item across 13 items; 12 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 87% of tool parameters carry a description.Partial
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 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. See how to fix → Fail
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
mcpb · quotes.mcpb
Download bundleEvery change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 17 Sept 26 47
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed mcpb/https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/quotes.mcpb@0.22.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | mcpb |
Background: How many MCP packages publish verified provenance →
Dependencies 157 packages
| Packages resolved | 157 |
|---|---|
| Deprecated | 2 |
| Stale | 63 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
license_activate Activate license ~71
Activate a Pro key (MCPL1.xxx.yyy) from checkout: verified offline against a built-in public key, saved to your config file. A wrong, malformed or expired key is refused, unsaved. license_status reads it back.
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | yes | License key from the checkout confirmation page |
No output schema declared.
No examples provided.
license_status License status ~54
Report this server's licence state: product, tier free or pro, licence id, expiry, the key source and the upgrade URL. No arguments, no network. Explains a free-tier refusal; license_activate installs a key.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
quote_accept Accept a quote ~173
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Quote id such as Q-2026-0001 |
| issue_date | string | – | YYYY-MM-DD for the invoice, defaults to today |
No output schema declared.
No examples provided.
quote_create Create a quote ~307
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.
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | yes | 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 | yes | 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 |
No output schema declared.
No examples provided.
quote_decline Decline a quote ~113
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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | – | YYYY-MM-DD, defaults to today |
| id | string | yes | Quote id such as Q-2026-0001 |
| reason | string | – | Why it was lost, e.g. "price" or "went in-house". Kept on the record |
No output schema declared.
No examples provided.
quote_delete Delete a draft quote ~72
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Quote id such as Q-2026-0001 |
No output schema declared.
No examples provided.
quote_get Show one quote ~76
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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Quote id such as Q-2026-0001, or an exact client name |
No output schema declared.
No examples provided.
quote_list List quotes ~123
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
quote_pdf Render the quote as a PDF ~90
Call this tool to write one quote as an A4 PDF and return the path: the invoice layout with the validity date, an acceptance block, and an EXPIRED marking once it has lapsed. Pro.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Quote id such as Q-2026-0001 |
| out_path | string | – | Where to write the file. Defaults to the quotes data directory under pdf/ |
No output schema declared.
No examples provided.
quote_report Quote pipeline and win rate ~82
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.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | – | YYYY-MM-DD, earliest quote date to count |
| to | string | – | YYYY-MM-DD, latest quote date to count |
No output schema declared.
No examples provided.
quote_send_text Plain-text quote to paste into email ~109
Turn a quote into a plain-text summary to paste into an email: the line table, VAT lines, total and validity date, with a sign-off from the shared profile. Free; quote_pdf writes the A4 document.
| Name | Type | Req | Description |
|---|---|---|---|
| greeting | string | – | Opening line, default "Hello" plus the client name |
| id | string | yes | Quote id such as Q-2026-0001 |
| sign_off | string | – | Closing line, default your business name from the shared profile |
No output schema declared.
No examples provided.
quote_update Change an open quote ~184
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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_address | string | – | – |
| client_email | string | – | – |
| client_vat_id | string | – | – |
| currency | string | – | – |
| discount_percent | number | – | – |
| id | string | yes | 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 |
No output schema declared.
No examples provided.
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 MCPB bundle (https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/quotes.mcpb).
Is the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server safe to use?
io.github.theluckystrike/quotes-estimates-proposals-vat-win… scores 47 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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,454 tokens of context every time the server is loaded.
What licence is the io.github.theluckystrike/quotes-estimates-proposals-vat-win… MCP server under?
io.github.theluckystrike/quotes-estimates-proposals-vat-win… declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.