Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.theluckystrike/quote-template

MCPB · QUOTES.MCPB · SCANNED SEP 20

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

Available components

+4 this week 51 Trust /100
Trust breakdown (7 categories)

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
Schema Quality & AI Usability87
  • 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
  • Tool/resource definitions use about 1363 tokens (~104/item across 13 items; 12 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Install

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 bundle
Changelog

Every 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.

  • 20 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 12 Sept 26 47

    First indexed and scored.

Diagnostics

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.21.0/quotes.mcpb@0.21.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 →

MCP tools · 12 exposed · ~1,342 tokens

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 →

Tool Tokens
license_activate ~42

Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.

NameTypeReqDescription
keystringyesLicense key from the checkout confirmation page

No output schema declared.

No examples provided.

license_status ~23

Show whether this server runs in free or Pro mode and where to upgrade.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

quote_accept ~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.

NameTypeReqDescription
allow_expiredbooleanAccept a quote whose validity has run out. Default false: an expired quote is refused so the price is re-confirmed first
create_invoicestringDefault "auto": create the invoice when the invoice store exists, otherwise hand back the items. "never" only marks it accepted
due_daysintegerDays until the invoice is due, defaults to your payment terms
idstringyesQuote id such as Q-2026-0001
issue_datestringYYYY-MM-DD for the invoice, defaults to today

No output schema declared.

No examples provided.

quote_create ~295

Quote a client: line items with quantity and unit price in minor units, VAT per line or the business default, an optional discount and a validity window. Returns the quote id and the totals.

NameTypeReqDescription
clientstringyesClient name or id. A name the invoice server already knows brings its address, email and VAT id onto the quote
client_addressstringPostal address for the QUOTE FOR block, newlines allowed
client_emailstringOnly if the user gave it; otherwise the stored client's email is used
client_vat_idstringClient VAT / tax registration id
currencystringDefaults to your business default currency
discount_percentnumberDiscount applied to every line, in percent
issue_datestringYYYY-MM-DD, defaults to today in your business profile's timezone
itemsarrayyesThe line items being quoted
notesstringFree text printed under the totals, e.g. scope or exclusions. 10000 characters or fewer
tax_ratenumberVAT percent for lines with no rate of their own. Defaults to the business default
valid_untilstringYYYY-MM-DD, an explicit last valid day. Wins over validity_days
validity_daysintegerDays the quote stays valid, counted from the quote date and inclusive. Default 30

No output schema declared.

No examples provided.

quote_decline ~105

Mark a quote as lost, with an optional reason, so it stops counting against the open quotes and shows up in the win rate. An accepted quote is never turned back.

NameTypeReqDescription
datestringYYYY-MM-DD, defaults to today
idstringyesQuote id such as Q-2026-0001
reasonstringWhy it was lost, e.g. "price" or "went in-house". Kept on the record

No output schema declared.

No examples provided.

quote_delete ~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.

NameTypeReqDescription
idstringyesQuote id such as Q-2026-0001

No output schema declared.

No examples provided.

quote_get ~70

The full stored record for one quote: every line with its unit price and VAT, the totals, the validity date, the notes and, when it was accepted, the invoice it became.

NameTypeReqDescription
idstringyesQuote id such as Q-2026-0001, or an exact client name

No output schema declared.

No examples provided.

quote_list ~112

Every quote with its client, total, validity and state (open, expired, accepted or declined). Filter by state, by client or by quote date range.

NameTypeReqDescription
clientstringOnly quotes for clients whose name contains this text
fromstringYYYY-MM-DD, earliest quote date
statestringDefault "all". "open" excludes quotes whose validity has run out; "expired" is only those
tostringYYYY-MM-DD, latest quote date

No output schema declared.

No examples provided.

quote_pdf ~84

Call this tool to write the A4 PDF of one quote and return the file path. Same layout as the invoice PDF, with the validity date and an acceptance block. Pro.

NameTypeReqDescription
idstringyesQuote id such as Q-2026-0001
out_pathstringWhere to write the file. Defaults to the quotes data directory under pdf/

No output schema declared.

No examples provided.

quote_report ~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.

NameTypeReqDescription
fromstringYYYY-MM-DD, earliest quote date to count
tostringYYYY-MM-DD, latest quote date to count

No output schema declared.

No examples provided.

quote_send_text ~100

Turn a quote into a plain-text summary with the line table, the VAT lines, the total and the validity date, ready to paste into an email. Free on every tier.

NameTypeReqDescription
greetingstringOpening line, default "Hello" plus the client name
idstringyesQuote id such as Q-2026-0001
sign_offstringClosing line, default your business name from the shared profile

No output schema declared.

No examples provided.

quote_update ~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.

NameTypeReqDescription
client_addressstring
client_emailstring
client_vat_idstring
currencystring
discount_percentnumber
idstringyesQuote id such as Q-2026-0001
itemsarrayReplaces every line item
notesstring
tax_ratenumberVAT percent for lines with no rate of their own
valid_untilstringYYYY-MM-DD. Wins over validity_days, and is how an expired quote is extended
validity_daysintegerRecomputes valid_until from the quote date

No output schema declared.

No examples provided.

Common questions

What is the io.github.theluckystrike/quote-template MCP server?

io.github.theluckystrike/quote-template is an MCP server listed in the public MCP registry as io.github.theluckystrike/quote-template. 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.21.0/quotes.mcpb).

Is the io.github.theluckystrike/quote-template MCP server safe to use?

io.github.theluckystrike/quote-template scores 51 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/quote-template MCP server expose?

io.github.theluckystrike/quote-template exposes 12 tools: quote_create, quote_list, quote_get, quote_update, quote_send_text, and 7 more. Their descriptions and schemas cost roughly 1,342 tokens of context every time the server is loaded.

What licence is the io.github.theluckystrike/quote-template MCP server under?

io.github.theluckystrike/quote-template declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.