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
list_payments ~110

No description provided.

NameTypeReqDescription
directionstring––
documentIdstring––
fromstring––
savedViewIdstring––
statusstring––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_payroll_handoffs ~117

No description provided.

NameTypeReqDescription
fromstring––
savedViewIdstring––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_period_locks ~26

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_plugins ~107

No description provided.

NameTypeReqDescription
savedViewIdstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_reconciliation ~148

No description provided.

NameTypeReqDescription
bankAccountIdstring––
fromstring––
savedViewIdstring––
statementIdstring––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_recurring_schedules ~115

No description provided.

NameTypeReqDescription
contactIdstring––
savedViewIdstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_restorable_backups ~102

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_roles ~45

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_saved_views ~57

No description provided.

NameTypeReqDescription
entityKindstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_unmatched_incoming ~179

No description provided.

NameTypeReqDescription
bankAccountIdstring––
fromstring––
savedViewIdstring––
statusstring––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_vendor_bills ~185

No description provided.

NameTypeReqDescription
fromstring––
savedViewIdstring––
settlementStatusstring––
statusstring––
tostring––
vendorIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

list_workspaces ~126

No description provided.

NameTypeReqDescription
includeArchivedboolean––
savedViewIdstring––
savedViewWorkspaceIdstring––

No output schema declared.

No examples provided.

location_archive ~98

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
locationIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_create ~193

No description provided.

NameTypeReqDescription
codestringyes–
descriptionstring––
idempotencyKeystringyes–
isDefaultForWarehouseboolean––
locationTypestring––
namestringyes–
parentIdstring––
warehouseIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_get ~46

No description provided.

NameTypeReqDescription
locationIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_list ~121

No description provided.

NameTypeReqDescription
activeboolean––
includeDescendantsboolean––
parentIdstring––
savedViewIdstring––
searchstring––
warehouseIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_set_default ~64

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
locationIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_tree ~44

No description provided.

NameTypeReqDescription
warehouseIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

location_update ~114

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
locationIdstringyes–
patchobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

lock_period ~78

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
kindstringyes–
periodstringyes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_archive ~74

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
lotIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_create ~159

No description provided.

NameTypeReqDescription
expiryDatestring––
idempotencyKeystringyes–
itemIdstringyes–
manufacturedDatestring––
notesstring––
numberstringyes–
statusstring––
supplierReferencestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_get ~45

No description provided.

NameTypeReqDescription
lotIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_list ~129

No description provided.

NameTypeReqDescription
expiryBeforestring––
includeArchivedboolean––
itemIdstring––
savedViewIdstring––
searchstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_search ~50

No description provided.

NameTypeReqDescription
querystring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_set_status ~109

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
lotIdstringyes–
reasonstring––
statusstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

lot_update ~85

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
lotIdstringyes–
patchobject––
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_accounts_list ~54

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_connect ~130

No description provided.

NameTypeReqDescription
adapterstringyes–
addressstringyes–
idempotencyKeystring––
storePathstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_draft_write ~176

No description provided.

NameTypeReqDescription
bodystringyes–
draftRunIdstring––
idempotencyKeystring––
inReplyTostring––
threadIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_drafts_list ~65

No description provided.

NameTypeReqDescription
threadIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_reindex ~141

No description provided.

NameTypeReqDescription
accountIdstringyes–
idempotencyKeystring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_thread_get ~89

No description provided.

NameTypeReqDescription
threadIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

mail_threads_list ~122

No description provided.

NameTypeReqDescription
accountIdstring––
bucketstring––
contactIdstring––
savedViewIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

mark_batch_paid ~169

No description provided.

NameTypeReqDescription
bankTxnIdstring––
batchIdstringyes–
confirmationbooleanyes–
idempotencyKeystringyes–
valueDatestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_bill ~306

No description provided.

NameTypeReqDescription
actorstring––
billIdstringyes–
idempotencyKeystring––
overrideboolean––
poIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_qr_payment ~206

No description provided.

NameTypeReqDescription
amountMinorintegeryes–
currencystring––
referencestring––
valueDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_status_for_bill ~122

No description provided.

NameTypeReqDescription
billIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_create ~310

No description provided.

NameTypeReqDescription
allowPartialboolean––
billIdstringyes–
evaluationobject––
idempotencyKeystringyes–
poIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_evaluate ~187

No description provided.

NameTypeReqDescription
asOfstring––
billIdstringyes–
poIdstring––
receiptIdsarray––
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_exceptions ~103

No description provided.

NameTypeReqDescription
olderThanDaysinteger––
supplierIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_get ~61

No description provided.

NameTypeReqDescription
matchIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_list ~87

No description provided.

NameTypeReqDescription
billIdstring––
fromstring––
poIdstring––
status–––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_override ~209

No description provided.

NameTypeReqDescription
billIdstringyes–
evaluationobject––
idempotencyKeystringyes–
poIdstring––
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

match_three_way_reverse ~191

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
matchIdstringyes–
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

migration_abandon_plan ~90

No description provided.

NameTypeReqDescription
confirmedboolean––
idempotencyKeystringyes–
planIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

migration_apply_map_template ~98

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
planIdstringyes–
templateIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

migration_check_step ~165

No description provided.

NameTypeReqDescription
againststring––
idempotencyKeystringyes–
planIdstringyes–
stepIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

migration_close_plan ~135

No description provided.

NameTypeReqDescription
confirmedboolean––
idempotencyKeystringyes–
planIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

migration_commit_step ~127

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
planIdstringyes–
stepIdstringyes–
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.