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.

com.yaktool/invoice

NPM · YAKTOOL-INVOICE-MCP · SCANNED SEP 20

Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.

Available components

+3 this week 72 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability60
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1587 tokens (~396/item across 4 items; 4 tools + 0 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 Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage77
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 32% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 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

How do I install the com.yaktool/invoice MCP server?

com.yaktool/invoice runs locally as an npm package, launched with npx -y yaktool-invoice-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · yaktool-invoice-mcp

# add to Claude Code
claude mcp add com-yaktool-invoice -- npx -y yaktool-invoice-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-yaktool-invoice": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-yaktool-invoice": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-yaktool-invoice -- npx -y yaktool-invoice-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-yaktool-invoice": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "yaktool-invoice-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-yaktool-invoice --command npx --arg -y --arg yaktool-invoice-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-yaktool-invoice:
    command: "npx"
    args: ["-y", "yaktool-invoice-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-yaktool-invoice": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "yaktool-invoice-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-yaktool-invoice -t stdio -c npx -a -y yaktool-invoice-mcp
// mcp.json
{
  "mcpServers": {
    "com-yaktool-invoice": {
      "command": "npx",
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ]
    }
  }
}
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.

  • 18 Sept 26 +1

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

  • 16 Sept 26 +1

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

  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 +1

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

  • 8 Sept 26 +1

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

  • 6 Sept 26 +1

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

  • 3 Sept 26 +1

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

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 npm/yaktool-invoice-mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 4 exposed · ~1,587 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
check_invoice_draft ~563

Check an invoice you are ABOUT TO ISSUE, passed as structured fields, against 25 documented rules. The complement of check_invoice_fields: that one parses an existing invoice from text, this one takes the draft your agent is building — and because the amounts are computed here (per VAT rate, as Article 226 requires), the arithmetic rules cannot fail by construction. THREE DOCUMENT TYPES: "vat" applies the EU VAT Directive Article 226 particulars (INV-001…016); "commercial" and "proforma" apply customs practice instead (CINV-002…010: HS code and origin per line, Incoterms, net weight, EORI when goods cross the EU border) — a proforma result also reminds you it must be visibly marked, since it is not a VAT invoice. THE SCENARIO IS INFERRED, NOT ASKED: from each party's country (explicit field, or the VAT prefix with EL→GR handled) the tool derives domestic/intra-EU/export and B2B/B2C, and only then decides which particulars are required — e.g. the customer VAT number only on an intra-EU B2B supply, an exemption wording whenever any line is zero-rated. FORWARDED CHECKS KEEP THEIR HOME RULE IDS: VAT numbers (INV-015/016 with 28-country check digits), EORI (EORI-*), IBAN (IBAN-*), RF creditor references (RF-*), HS codes (HS-*, per line), Incoterms 2020 (INC-*). Line-level problems come back in lineIssues[] with a 0-based line index so you can point at the exact line. Not covered, stated rather than hidden: VAT rate correctness per country (no rate tables — you supply the rate, it does the arithmetic), currency conversion, national add-ons beyond the directive, and this is not tax advice. Returns { scenario, computed{lines[{lineNet}], rateGroups[{rate,taxable,vat}], totals{net,vat,gross,weightKg?}}, findings[], lineIssues[{line, findings[]}], particulars[{id,label,status,detail?}], readyToIssue }.

NameTypeReqDescription
buyeryes
currencystringyes
docTypestringyes
dueDatestring
exemptionReasonstring
incotermstring
incotermPlacestring
invoiceNumberstringyes
issueDatestringyes
linesarrayyesInvoice lines, at most 200
notesstring
paymentobject
sellerobjectyes
supplyDatestring

No output schema declared.

No examples provided.

check_invoice_fields ~458

Check a plain invoice — paper, PDF, or one not yet turned into an e-invoice — against the 16 mandatory particulars the EU VAT Directive lists, plus the arithmetic. This is NOT an XML validator (use check_peppol_invoice or check_xrechnung for that). Input is "Label: value" lines; labels are matched loosely ("Invoice no", "Bill to", "Subtotal", "Amount excluding VAT" all resolve). Anything it cannot find is reported as missing rather than guessed. THE SCENARIO DECIDES WHICH PARTICULARS APPLY: from the two VAT number prefixes the tool works out domestic vs intra-EU B2B vs export, and only then requires the customer VAT number. When both prefixes are not present it returns scenario "unknown" and requires nothing extra — guessing would either invent a requirement or hide one. ARITHMETIC FINDINGS CARRY OFFICIAL EN 16931 RULE NUMBERS (BR-CO-15 for total = net + VAT, BR-CO-17 for VAT = taxable × rate), quoted verbatim from the published Peppol rule set — the same identifiers an access point will cite when it rejects the e-invoice version later. Report those identifiers as-is; they are checkable against official documentation. Also flags: zero VAT with no exemption basis stated, VAT charged to a VAT-registered customer in another member state, malformed VAT numbers (INV-015) and VAT numbers that fail their country check digit (INV-016 — a stronger signal). Limits stated rather than hidden: national add-ons beyond the directive are NOT covered, VAT numbers are not verified against VIES (that needs a network call), and this is not tax advice. Returns { fields, particulars[{id, label, status: present|missing|not-applicable, detail?}], findings[], summary{scenario, present, required, errors, warnings, supplierCountry?, customerCountry?, arithmetic{net,vat,gross,expectedVat,expectedGross}, byRule} }.

NameTypeReqDescription
textstringyesThe invoice fields as "Label: value" lines, e.g. "Invoice number: 2026-0042 Net: 1000.00 VAT rate: 19".

No output schema declared.

No examples provided.

list_en16931_vat_category_rules ~175

Given a VAT category code (S, Z, E, AE, K, G, O, L, M, B), return every EN 16931 / Peppol rule that applies to invoices using it — official identifiers and rule text quoted verbatim from the published rule set. Use this before building or judging an invoice with a non-standard VAT category: the reverse-charge family alone carries ten rules about what the VAT breakdown must contain, what the rate must be, and when an exemption reason is mandatory. Returns { code, family, rules[{id, text, severity}] }. An unknown code returns an empty rule list rather than a guess.

NameTypeReqDescription
codestringyesThe VAT category code, e.g. "AE" for reverse charge or "K" for an intra-community supply.

No output schema declared.

No examples provided.

lookup_en16931_code ~391

Search or resolve the code lists an electronic invoice is judged by: invoice type (UNCL1001), VAT category (UNCL5305), payment means (UNCL4461) and allowance reason (UNCL5189). THE POINT IS NOT THE LABEL. Telling someone "AE means reverse charge" is nearly useless; what matters is that choosing AE brings a whole family of official rules into force. For a VAT category code this tool returns those rules VERBATIM with their official identifiers (BR-AE-01 … BR-AE-10), so an agent can check the invoice against them or quote them to a user. Values that get chosen wrongly, worth knowing: 380 (commercial invoice) sent for what is actually a credit note; 30 (generic credit transfer) where the receiver expects 58 (SEPA credit transfer); and E / O / Z used as synonyms when exempt, outside-scope and zero-rated are three different rule families. L and M exist because the Canary Islands (IGIC) and Ceuta/Melilla (IPSI) sit outside the EU VAT area. When a code is not in a list, that is reported as such along with the nearest codes — a value outside the list is rejected by the receiving system rather than interpreted. Pass `code` with `list` to resolve one value, or `query` to search all four lists by code or meaning. Returns either { list, entry?, neighbours[], rules?[] } or { hits[{code, name, listId, listTitle}] }.

NameTypeReqDescription
codestringA specific code to resolve; needs `list` as well.
liststringWhich list `code` belongs to: invoice type, VAT category, payment means, allowance reason.
querystringFree-text search across all four lists, by code or by meaning.

No output schema declared.

No examples provided.

Common questions

What is the com.yaktool/invoice MCP server?

com.yaktool/invoice is an MCP server listed in the public MCP registry as com.yaktool/invoice. Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists. This page covers its npm package (yaktool-invoice-mcp).

Is the com.yaktool/invoice MCP server safe to use?

com.yaktool/invoice scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 com.yaktool/invoice MCP server expose?

com.yaktool/invoice exposes 4 tools: check_invoice_fields, check_invoice_draft, lookup_en16931_code, list_en16931_vat_category_rules. Their descriptions and schemas cost roughly 1,587 tokens of context every time the server is loaded.

Is the com.yaktool/invoice MCP server still maintained?

com.yaktool/invoice 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.

What licence is the com.yaktool/invoice MCP server under?

com.yaktool/invoice declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.