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
get_onboarding_progress ~80

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_opening_balances ~215

No description provided.

NameTypeReqDescription
workspaceIdstringyes–
yearstring––

No output schema declared.

No examples provided.

get_payment ~50

No description provided.

NameTypeReqDescription
paymentIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_payment_batch ~70

No description provided.

NameTypeReqDescription
batchIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_plugin ~64

No description provided.

NameTypeReqDescription
pluginIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_plugin_registry_entry ~80

No description provided.

NameTypeReqDescription
registryRefstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_recurring_schedule ~76

No description provided.

NameTypeReqDescription
scheduleIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_sync_contract ~91

No description provided.

NameTypeReqDescription
contractVersionstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_vendor_bill ~69

No description provided.

NameTypeReqDescription
vendorBillIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

get_workspace ~61

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_account_history ~96

No description provided.

NameTypeReqDescription
accountIdstring––
groupBystring––
sourceAccountstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_import ~138

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
planIdstringyes–
stepIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_periods ~55

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_preview ~78

No description provided.

NameTypeReqDescription
planIdstringyes–
stepIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_purge ~132

No description provided.

NameTypeReqDescription
confirmedboolean––
idempotencyKeystringyes–
periodFromstringyes–
periodTostringyes–
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

gl_archive_query ~165

No description provided.

NameTypeReqDescription
accountstring––
amountMaxMinorinteger––
amountMinMinorinteger––
balancedOnlyboolean––
fromstring––
pageinteger––
savedViewIdstring––
sourceAccountstring––
textstring––
tostring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

go_productive ~252

No description provided.

NameTypeReqDescription
confirmedNamestringyes–
idempotencyKeystringyes–
planIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_accept_lines ~139

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
lineIdsarrayyes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_cancel ~96

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
reasonstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_create ~226

No description provided.

NameTypeReqDescription
defaultLocationIdstring––
expectedAtstring––
idempotencyKeystringyes–
notestring––
poIdstringyes–
receivedAtstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_get ~102

No description provided.

NameTypeReqDescription
grIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_get_config ~78

No description provided.

NameTypeReqDescription
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_lines_for_match ~110

No description provided.

NameTypeReqDescription
poLineIdsarrayyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_list ~201

No description provided.

NameTypeReqDescription
fromDatestring––
hasOverReceiptboolean––
poIdstring––
qstring––
savedViewIdstring––
status–––
supplierContactIdstring––
toDatestring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_post ~316

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_preview ~239

No description provided.

NameTypeReqDescription
grIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_reject_lines ~122

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
lineIdsarrayyes–
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_reverse ~225

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
reasonstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_set_config ~211

No description provided.

NameTypeReqDescription
allowOverReceiptbooleanyes–
idempotencyKeystringyes–
overReceiptPctinteger––
workspaceIdstringyes–

No output schema declared.

No examples provided.

goods_receipt_upsert_lines ~203

No description provided.

NameTypeReqDescription
grIdstringyes–
idempotencyKeystringyes–
opsarrayyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

hr_absence_cancel ~63

No description provided.

NameTypeReqDescription
absenceIdstringyes–
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

hr_absence_list ~116

No description provided.

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

No output schema declared.

No examples provided.

hr_absence_record ~153

No description provided.

NameTypeReqDescription
employeeIdstringyes–
fromDatestringyes–
idempotencyKeystringyes–
kindstringyes–
notesstring––
toDatestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

hr_employee_get ~72

No description provided.

NameTypeReqDescription
employeeIdstringyes–
includeSensitiveboolean––
workspaceIdstringyes–

No output schema declared.

No examples provided.

hr_employee_list ~75

No description provided.

NameTypeReqDescription
includeArchivedboolean––
includeSensitiveboolean––
savedViewIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

hr_employee_upsert ~157

No description provided.

NameTypeReqDescription
employeeobjectyes–
idempotencyKeystringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_decision_record ~101

No description provided.

NameTypeReqDescription
contextstring––
decisionstringyes–
idempotencyKeystringyes–
projectIdstringyes–
titlestringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_parallel_check ~163

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
periodstringyes–
projectIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_parallel_declare ~184

No description provided.

NameTypeReqDescription
figuresarrayyes–
idempotencyKeystringyes–
periodstringyes–
projectIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_parallel_status ~79

No description provided.

NameTypeReqDescription
projectIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_project_close ~128

No description provided.

NameTypeReqDescription
confirmedbooleanyes–
idempotencyKeystringyes–
projectIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_project_create ~205

No description provided.

NameTypeReqDescription
cutoverDatestringyes–
freezeEndstring––
freezeStartstring––
idempotencyKeystringyes–
methodChangeboolean––
mwstMethodstringyes–
sourceSystemstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_project_get ~140

No description provided.

NameTypeReqDescription
projectIdstringyes–
savedViewIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_project_list ~112

No description provided.

NameTypeReqDescription
savedViewIdstring––
statusstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_runbook_instantiate ~158

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
projectIdstringyes–
templateIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_signoff_record ~175

No description provided.

NameTypeReqDescription
evidenceRefstringyes–
idempotencyKeystringyes–
kindstringyes–
projectIdstringyes–
workspaceIdstringyes–

No output schema declared.

No examples provided.

implementation_task_set ~148

No description provided.

NameTypeReqDescription
fieldsobject––
idempotencyKeystringyes–
projectIdstringyes–
taskIdstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

import_camt ~320

No description provided.

NameTypeReqDescription
allowDuplicateEntriesboolean––
bankAccountIdstringyes–
idempotencyKeystringyes–
workspaceIdstringyes–
xmlstringyes–

No output schema declared.

No examples provided.

import_exchange_rates ~196

No description provided.

NameTypeReqDescription
currenciesarray––
idempotencyKeystringyes–
payloadstringyes–
seriesstring––
workspaceIdstringyes–

No output schema declared.

No examples provided.

import_open_items ~263

No description provided.

NameTypeReqDescription
idempotencyKeystringyes–
planIdstringyes–
priorYearDetailstring––
rowsarrayyes–
sidestringyes–
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.