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.

TILL

NPM · TILLBOOKS · SCANNED SEP 27

Swiss accounting your agent can actually use: the TILL ledger over MCP.

Available components

0 this week 43 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 Security98
  • 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
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • 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 11 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, or the server stopped listing its tools part-way, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, or the server stopped listing its tools part-way, and comparing a partial copy would report the missing part as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, or the server stopped listing its tools part-way, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full (the trim removes the very descriptions this category reads), or the server stopped listing its tools part-way.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 4 categories

Categories scored 0 because our sandbox has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the TILL MCP server?

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

npm · tillbooks

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

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 15 Sept 26 43

    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 27 Sept 2026 · Analysed npm/tillbooks@0.1.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 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 779 exposed · ~108,332 tokens partial

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
import_opening_balances ~248

No description provided.

NameTypeReqDescription
asOfstring––
differenceAccountstring––
dryRunboolean––
formatstring––
idempotencyKeystringyes–
mappingobject––
referencestring––
rowsarrayyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

income_statement ~485

No description provided.

NameTypeReqDescription
compareToobject––
periodEndstringyes–
periodStartstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

install_plugin ~221

No description provided.

NameTypeReqDescription
grantedScopesarray––
idempotencyKeystringyes–
packageRefobjectyes–
sourcestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_adjust ~293

No description provided.

NameTypeReqDescription
effectiveDatestring––
idempotencyKeystringyes–
itemIdstringyes–
locationIdstringyes–
lotIdstring––
notestring––
qtyDeltaintegeryes–
reasonCodeIdstringyes–
serialIdstring––
unitCostMinorinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_adjust_analysis ~122

No description provided.

NameTypeReqDescription
fromDatestring––
groupByarray––
toDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_adjust_batch ~170

No description provided.

NameTypeReqDescription
descriptionstring––
effectiveDatestring––
idempotencyKeystringyes–
linesarrayyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_adjust_list ~188

No description provided.

NameTypeReqDescription
batchIdstring––
categorystring––
fromDatestring––
includeReversalsboolean––
itemIdstring––
limitinteger––
locationIdstring––
offsetinteger––
reasonCodeIdstring––
toDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_adjust_reverse ~200

No description provided.

NameTypeReqDescription
adjustmentIdstring––
batchIdstring––
effectiveDatestring––
idempotencyKeystringyes–
notestring––
reasonCodeIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_alerts ~185

No description provided.

NameTypeReqDescription
limitinteger––
severityarray––
thresholdsobject––
typesarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_anomalies ~244

No description provided.

NameTypeReqDescription
limitinteger––
severityarray––
sincestring––
thresholdsobject––
typesarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_available_serials ~98

No description provided.

NameTypeReqDescription
itemIdstring––
locationIdstring––
lotIdstring––
statusarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_balance ~137

No description provided.

NameTypeReqDescription
asOfstring––
itemIdstring––
locationIdstring––
lotIdstring––
serialIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_balance_by_location ~117

No description provided.

NameTypeReqDescription
includeZeroboolean––
itemIdstring––
locationIdstring––
warehouseIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_cycle_count_status ~179

No description provided.

NameTypeReqDescription
overdue_onlyboolean––
statusarray––
thresholdsobject––
warehouse_idsarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_ensure_default_location ~69

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_get_config ~50

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_lot_trace ~172

No description provided.

NameTypeReqDescription
item_idstring––
lot_codestring––
serial_numberstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_low_stock ~223

No description provided.

NameTypeReqDescription
include_zeroboolean––
location_idsarray––
min_shortfallinteger––
thresholdsobject––
warehouse_idsarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_move ~357

No description provided.

NameTypeReqDescription
descriptionstring––
effectiveDatestringyes–
idempotencyKeystringyes–
itemIdstringyes–
locationIdstringyes–
lotIdstring––
movementTypestringyes–
qtyintegeryes–
serialIdstring––
sourceDocumentIdstring––
sourceDocumentTypestring––
unitCostMinorinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_movement_get ~72

No description provided.

NameTypeReqDescription
movementIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_movement_history ~222

No description provided.

NameTypeReqDescription
from_datestring––
item_idstringyes–
limitinteger––
location_idstring––
lot_codestring––
offsetinteger––
serial_numberstring––
to_datestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_movement_list ~197

No description provided.

NameTypeReqDescription
fromDatestring––
itemIdstring––
limitinteger––
locationIdstring––
lotIdstring––
movementTypearray––
offsetinteger––
serialIdstring––
sourceDocumentIdstring––
sourceDocumentTypestring––
toDatestring––
transferGroupIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_on_hand_by_lot ~149

No description provided.

NameTypeReqDescription
expiryBeforestring––
includeZeroboolean––
itemIdstring––
locationIdstring––
lotIdstring––
statusarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reason_archive ~92

No description provided.

NameTypeReqDescription
idstringyes–
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reason_create ~170

No description provided.

NameTypeReqDescription
categorystringyes–
codestringyes–
defaultForStocktakeboolean––
descriptionstring––
idempotencyKeystringyes–
namestringyes–
requiresNoteboolean––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reason_get ~40

No description provided.

NameTypeReqDescription
idstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reason_list ~66

No description provided.

NameTypeReqDescription
activeOnlyboolean––
categorystring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reason_update ~144

No description provided.

NameTypeReqDescription
defaultForStocktakeboolean––
descriptionstring––
idstringyes–
idempotencyKeystringyes–
isActiveboolean––
namestring––
requiresNoteboolean––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reconciliation_check ~137

No description provided.

NameTypeReqDescription
periodstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reconciliation_report ~176

No description provided.

NameTypeReqDescription
accountIdsarray––
asOfstring––
periodstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_reorder_candidates ~159

No description provided.

NameTypeReqDescription
location_idsarray––
thresholdsobject––
warehouse_idsarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_set_config ~91

No description provided.

NameTypeReqDescription
allowNegativeStockbooleanyes–
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_slow_movers ~193

No description provided.

NameTypeReqDescription
location_idsarray––
min_days_no_movementinteger––
min_value_rappeninteger––
thresholdsobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stock_position ~257

No description provided.

NameTypeReqDescription
filterobject––
group_bystring––
include_valuationboolean––
limitinteger––
offsetinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_approve_lines ~111

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
lineIds–yes–
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_cancel ~87

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
reasonstring––
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_commit ~200

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_count ~156

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
linesarrayyes–
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_create ~320

No description provided.

NameTypeReqDescription
abcClassesarray––
blindCountboolean––
freezeAtstring––
idempotencyKeystringyes–
includeZeroQtyboolean––
itemIdsarray––
locationIdsarray––
notesstring––
typestring––
variancePctThresholdinteger––
varianceQtyThresholdinteger––
warehouseIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_get ~85

No description provided.

NameTypeReqDescription
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_list ~119

No description provided.

NameTypeReqDescription
fromstring––
includeLegacyboolean––
status–––
tostring––
typestring––
warehouseIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_report ~92

No description provided.

NameTypeReqDescription
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_stocktake_request_recount ~98

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
lineIdsarrayyes–
reasonstring––
sessionIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_transfer ~242

No description provided.

NameTypeReqDescription
descriptionstring––
effectiveDatestringyes–
fromLocationIdstringyes–
idempotencyKeystringyes–
itemIdstringyes–
lotIdstring––
qtyintegeryes–
serialIdstring––
sourceDocumentIdstring––
sourceDocumentTypestring––
toLocationIdstringyes–
unitCostMinorinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_create ~315

No description provided.

NameTypeReqDescription
asOfstring––
changeAccountIdstring––
idempotencyKeystringyes–
inventoryAccountIdstring––
methodstring––
netRealisableValuesobject––
notesstring––
periodstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_get ~103

No description provided.

NameTypeReqDescription
runIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_layers ~243

No description provided.

NameTypeReqDescription
asOfstring––
itemIdstringyes–
locationIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_list ~115

No description provided.

NameTypeReqDescription
fromstring––
limitinteger––
statusarray––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_method_history ~149

No description provided.

NameTypeReqDescription
itemIdstring––
scopestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

inventory_valuation_method_set_enabled ~165

No description provided.

NameTypeReqDescription
enabledbooleanyes–
idempotencyKeystringyes–
methodstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

Common questions

What is the TILL MCP server?

TILL is an MCP server listed in the public MCP registry as io.github.tillbooks/tillbooks. Swiss accounting your agent can actually use: the TILL ledger over MCP. This page covers its npm package (tillbooks).

Is the TILL MCP server safe to use?

TILL scores 43 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 27 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.

Is the TILL MCP server still maintained?

TILL is still listed as active in the MCP registry. We last reached this channel on 27 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 TILL MCP server under?

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