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
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 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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.
- 20 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 12 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.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 →
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 ~42
Activate a Pro license key (format MCPL1.xxx.yyy). Verified offline and saved locally.
| 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 ~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 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 ~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.
| 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 ~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.
| 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 ~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.
| 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 ~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.
| 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 ~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.
| 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 ~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.
| 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/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.