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
asset_disposal_preview ~366

No description provided.

NameTypeReqDescription
assetIdstringyes–
counterpartyNamestring––
disposalDatestringyes–
gainLossAccountIdstringyes–
notesstring––
proceedsAccountIdstring––
proceedsRappenintegeryes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_disposal_summary ~208

No description provided.

NameTypeReqDescription
filterobject––
fromDatestringyes–
toDatestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_dispose ~543

No description provided.

NameTypeReqDescription
assetIdstringyes–
counterpartyNamestring––
disposalDatestringyes–
gainLossAccountIdstringyes–
idempotencyKeystringyes–
notesstring––
proceedsAccountIdstring––
proceedsRappenintegeryes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_end_of_life_list ~153

No description provided.

NameTypeReqDescription
statusstring––
withinMonthsinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_get ~65

No description provided.

NameTypeReqDescription
assetIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_ledger_get ~152

No description provided.

NameTypeReqDescription
assetIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_ledger_list ~209

No description provided.

NameTypeReqDescription
assetIdstring––
fromDatestring––
journalEntryIdstring––
limitinteger––
offsetinteger––
toDatestring––
type–––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_list ~132

No description provided.

NameTypeReqDescription
acquisitionYearstring––
categoryIdstring––
includeArchivedboolean––
locationIdstring––
responsibleUserIdstring––
savedViewIdstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_location_archive ~121

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
locationIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_location_create ~138

No description provided.

NameTypeReqDescription
codestringyes–
descriptionstring––
idempotencyKeystringyes–
namestringyes–
parentIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_location_get ~38

No description provided.

NameTypeReqDescription
locationIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_location_list ~112

No description provided.

NameTypeReqDescription
activeboolean––
parentIdstring––
savedViewIdstring––
searchstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_location_update ~104

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
locationIdstringyes–
patchobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_maintenance_log_cancel ~168

No description provided.

NameTypeReqDescription
idstringyes–
idempotencyKeystringyes–
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_maintenance_log_create ~397

No description provided.

NameTypeReqDescription
assetIdstringyes–
costRappeninteger––
descriptionstring––
externalPartystring––
externalReferencestring––
idempotencyKeystringyes–
labourCostRappeninteger––
linkedDocumentIdstring––
logDatestringyes–
maintenanceTypestringyes–
notesstring––
partsCostRappeninteger––
performedByUserIdstring––
titlestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_maintenance_log_get ~61

No description provided.

NameTypeReqDescription
idstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_maintenance_log_list ~253

No description provided.

NameTypeReqDescription
assetIdstring––
fromDatestring––
hasCostboolean––
maintenanceTypestring––
performedByUserIdstring––
savedViewIdstring––
searchstring––
statusstring––
toDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_maintenance_log_update ~205

No description provided.

NameTypeReqDescription
idstringyes–
idempotencyKeystringyes–
patchobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_nbv_summary ~160

No description provided.

NameTypeReqDescription
filterobject––
groupBystringyes–
includeDisposedboolean––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_opening_balance ~338

No description provided.

NameTypeReqDescription
accumulatedDeprRappeninteger––
assetIdstringyes–
costRappenintegeryes–
datestringyes–
descriptionstring––
idempotencyKeystringyes–
offsetAccountIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_reconciliation_check ~158

No description provided.

NameTypeReqDescription
periodstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_reconciliation_report ~204

No description provided.

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

No output schema declared.

No examples provided.

asset_register_report ~294

No description provided.

NameTypeReqDescription
columnsarray––
cursorstring––
filterobject––
limitinteger––
sortobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_search ~52

No description provided.

NameTypeReqDescription
querystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_transaction_get ~52

No description provided.

NameTypeReqDescription
idstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_transaction_list ~96

No description provided.

NameTypeReqDescription
assetIdstringyes–
typestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_transfer ~257

No description provided.

NameTypeReqDescription
assetIdsarrayyes–
effectiveDatestringyes–
idempotencyKeystringyes–
reasonstring––
toLocationIdstring––
toResponsibleUserIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_transfer_history ~74

No description provided.

NameTypeReqDescription
assetIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

asset_update ~156

No description provided.

NameTypeReqDescription
assetIdstringyes–
idempotencyKeystringyes–
patchobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

attach_receipt ~132

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
receiptRefstringyes–
vendorBillIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

attention_list ~254

No description provided.

NameTypeReqDescription
areastring––
cursorstring––
limitinteger––
queueIdstring––
urgencystring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

attention_summary ~596

No description provided.

NameTypeReqDescription
topLimitinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

balance_sheet ~451

No description provided.

NameTypeReqDescription
asOfstringyes–
compareToobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

bank_channel_connect ~381

No description provided.

NameTypeReqDescription
bankRefstring––
channelKindstring––
confirmboolean––
confirmBankKeysboolean––
connectionIdstring––
hostobject––
idempotencyKeystringyes–
keyLengthinteger––
routeBankAccountIdsarray––
scopesarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

bank_channel_directory ~188

No description provided.

NameTypeReqDescription
querystring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

bank_channel_disconnect ~146

No description provided.

NameTypeReqDescription
confirmboolean––
connectionIdstringyes–
idempotencyKeystringyes–
modestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

bank_channel_status ~145

No description provided.

NameTypeReqDescription
bankAccountIdstring––
savedViewIdstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

bank_sync ~180

No description provided.

NameTypeReqDescription
bankAccountIdstring––
connectionIdstring––
dateRangeobject––
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

billing_generate_invoice ~241

No description provided.

NameTypeReqDescription
actorstring––
contactIdstringyes–
groupBystring––
idempotencyKeystringyes–
throughDatestring––
timeEntryIdsarrayyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

billing_release_time ~153

No description provided.

NameTypeReqDescription
actorstring––
idempotencyKeystringyes–
invoiceIdstring––
lineIdsarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

billing_unbilled_preview ~170

No description provided.

NameTypeReqDescription
contactIdstring––
groupBystring––
projectIdstring––
throughDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

billing_wip_report ~134

No description provided.

NameTypeReqDescription
asOfstring––
contactIdstring––
projectIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

bootstrap_workspace ~48

No description provided.

NameTypeReqDescription
descriptionstringyes–
idempotencyKeystringyes–
namestring––

No output schema declared.

No examples provided.

capture_commit ~201

No description provided.

NameTypeReqDescription
captureIdstringyes–
correctionsarray––
idempotencyKeystringyes–
targetobjectyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

capture_discard ~127

No description provided.

NameTypeReqDescription
captureIdstringyes–
idempotencyKeystringyes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

capture_document ~209

No description provided.

NameTypeReqDescription
contentBase64stringyes–
filenamestring––
idempotencyKeystringyes–
mimestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

capture_extract ~200

No description provided.

NameTypeReqDescription
captureIdstringyes–
fieldsarray––
idempotencyKeystringyes–
sourcestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

checklist_abandon ~125

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
reasonstringyes–
runIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

checklist_get ~204

No description provided.

NameTypeReqDescription
runIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

checklist_item_complete ~418

No description provided.

NameTypeReqDescription
evidenceobject––
idempotencyKeystringyes–
itemIdstringyes–
runIdstringyes–
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.