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

io.github.makririch/buchpilot

NPM · BUCHPILOT-MCP · SCANNED AUG 3

DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.

Available components

+15 this week 60 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1136 tokens (~75/item across 15 items; 15 tools + 0 resources), lean.Pass
  • 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 Coverage91
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 74% of tool parameters carry a description.Partial
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.

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.

npm · buchpilot-mcp

# add to Claude Code
claude mcp add makririch-buchpilot -- npx -y buchpilot-mcp
# add to Codex CLI
codex mcp add makririch-buchpilot -- npx -y buchpilot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "makririch-buchpilot": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "buchpilot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add makririch-buchpilot --command npx --arg -y --arg buchpilot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  makririch-buchpilot:
    command: "npx"
    args: ["-y", "buchpilot-mcp"]
// mcp.json
{
  "mcpServers": {
    "makririch-buchpilot": {
      "command": "npx",
      "args": [
        "-y",
        "buchpilot-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.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 −4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~1,136 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.

Tool Tokens
create_contact ~124

Erstellt einen neuen Kontakt (Person oder Firma) im Buchhaltungssystem. Creates a new contact (person or company).

NameTypeReqDescription
backendstringBackend (z.B. 'lexoffice'). Leer = default
emailstringE-Mail-Adresse
firstNamestringVorname (nur bei Person)
namestringyesNachname (Person) oder Firmenname (Firma)
rolestringRolle: Kunde, Lieferant, oder beides
typestringyesKontakttyp: Person oder Firma

No output schema declared.

No examples provided.

create_invoice ~144

Erstellt eine neue Rechnung mit Positionen. Creates a new invoice with line items.

NameTypeReqDescription
backendstring
contactIdstringyesKontakt-ID des Rechnungsempfaengers
currencystringWaehrung
datestringyesRechnungsdatum (ISO 8601, z.B. 2026-03-18)
finalizebooleanRechnung direkt finalisieren (nicht mehr editierbar)
introductionstringEinleitungstext
lineItemsarrayyesRechnungspositionen
remarkstringSchlusstext
titlestringRechnungstitel

No output schema declared.

No examples provided.

create_quotation ~129

Erstellt ein neues Angebot mit Positionen. Creates a new quotation with line items.

NameTypeReqDescription
backendstring
contactIdstringyesKontakt-ID
datestringyesAngebotsdatum (ISO 8601)
expirationDatestringGueltig bis (ISO 8601)
finalizebooleanAngebot direkt finalisieren
introductionstringEinleitungstext
lineItemsarrayyesAngebotspositionen
remarkstringSchlusstext
titlestringAngebotstitel

No output schema declared.

No examples provided.

create_voucher ~116

Erstellt einen neuen Beleg (Eingangsrechnung, Gutschrift). Creates a new voucher (purchase invoice, credit note).

NameTypeReqDescription
backendstring
contactIdstringKontakt-ID (optional)
datestringyesBelegdatum (ISO 8601)
remarkstringBemerkung
taxRatenumberSteuersatz in Prozent
totalGrossnumberyesBruttobetrag
typestringyesBelegtyp

No output schema declared.

No examples provided.

get_contact ~38

Ruft einen Kontakt per ID ab. Gets a contact by ID.

NameTypeReqDescription
backendstring
idstringyesKontakt-ID

No output schema declared.

No examples provided.

get_invoice ~39

Ruft eine Rechnung per ID ab. Gets an invoice by ID.

NameTypeReqDescription
backendstring
idstringyesRechnungs-ID

No output schema declared.

No examples provided.

get_invoice_pdf ~51

Laedt eine Rechnung als PDF herunter (Base64-kodiert). Downloads an invoice as PDF (base64-encoded).

NameTypeReqDescription
backendstring
idstringyesRechnungs-ID

No output schema declared.

No examples provided.

get_overdue_invoices ~80

Listet alle ueberfaelligen Rechnungen mit Betrag und Faelligkeitsdatum. Lists all overdue invoices with amount and due date.

NameTypeReqDescription
backendstring
days_overduenumberMindestens X Tage ueberfaellig (0 = alle ueberfaelligen)
limitnumberMaximale Anzahl

No output schema declared.

No examples provided.

get_quotation ~40

Ruft ein Angebot per ID ab. Gets a quotation by ID.

NameTypeReqDescription
backendstring
idstringyesAngebots-ID

No output schema declared.

No examples provided.

get_voucher ~41

Ruft einen Beleg per ID ab. Gets a voucher by ID.

NameTypeReqDescription
backendstring
idstringyesBeleg-ID

No output schema declared.

No examples provided.

list_contacts ~75

Listet Kontakte auf mit optionalen Filtern. Lists contacts with optional filters.

NameTypeReqDescription
backendstring
emailstringNach E-Mail filtern
limitnumberMaximale Anzahl
namestringNach Name filtern
rolestringNach Rolle filtern

No output schema declared.

No examples provided.

list_invoices ~76

Listet Rechnungen auf. Kann nach Status filtern (draft, open, paid, overdue). Lists invoices with optional status filter.

NameTypeReqDescription
backendstring
contactIdstringNach Kontakt filtern
limitnumberMaximale Anzahl
statusstringNach Status filtern

No output schema declared.

No examples provided.

list_vouchers ~54

Listet Belege auf mit optionalen Filtern. Lists vouchers with optional filters.

NameTypeReqDescription
backendstring
limitnumberMaximale Anzahl
typestringNach Typ filtern

No output schema declared.

No examples provided.

update_contact ~65

Aktualisiert einen bestehenden Kontakt. Updates an existing contact.

NameTypeReqDescription
backendstring
emailstringNeue E-Mail
firstNamestringNeuer Vorname
idstringyesKontakt-ID
namestringNeuer Name

No output schema declared.

No examples provided.

update_invoice ~64

Aktualisiert eine bestehende Rechnung (nur Entwuerfe). Updates a draft invoice.

NameTypeReqDescription
backendstring
idstringyesRechnungs-ID
introductionstring
remarkstring
titlestring

No output schema declared.

No examples provided.