TILL
NPM · TILLBOOKS · SCANNED SEP 27
Swiss accounting your agent can actually use: the TILL ledger over MCP.
Available components
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 →
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
claude mcp add tillbooks-tillbooks -- npx -y tillbooks
{
"mcpServers": {
"tillbooks-tillbooks": {
"command": "npx",
"args": [
"-y",
"tillbooks"
]
}
}
} {
"servers": {
"tillbooks-tillbooks": {
"command": "npx",
"args": [
"-y",
"tillbooks"
]
}
}
} codex mcp add tillbooks-tillbooks -- npx -y tillbooks
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tillbooks-tillbooks": {
"type": "local",
"command": [
"npx",
"-y",
"tillbooks"
],
"enabled": true
}
}
} openclaw mcp add tillbooks-tillbooks --command npx --arg -y --arg tillbooks
mcp_servers:
tillbooks-tillbooks:
command: "npx"
args: ["-y", "tillbooks"] {
"McpServers": {
"tillbooks-tillbooks": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"tillbooks"
]
}
}
} assistant mcp add tillbooks-tillbooks -t stdio -c npx -a -y tillbooks
{
"mcpServers": {
"tillbooks-tillbooks": {
"command": "npx",
"args": [
"-y",
"tillbooks"
]
}
}
} 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.
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 →
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 →
get_onboarding_progress ~80
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_opening_balances ~215
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | yes | – |
| year | string | – | – |
No output schema declared.
No examples provided.
get_payment ~50
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| paymentId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_payment_batch ~70
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| batchId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_plugin ~64
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| pluginId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_plugin_registry_entry ~80
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| registryRef | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_recurring_schedule ~76
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| scheduleId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_sync_contract ~91
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| contractVersion | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_vendor_bill ~69
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| vendorBillId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
get_workspace ~61
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_account_history ~96
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| accountId | string | – | – |
| groupBy | string | – | – |
| sourceAccount | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_import ~138
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | yes | – |
| planId | string | yes | – |
| stepId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_periods ~55
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_preview ~78
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| planId | string | yes | – |
| stepId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_purge ~132
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| idempotencyKey | string | yes | – |
| periodFrom | string | yes | – |
| periodTo | string | yes | – |
| reason | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
gl_archive_query ~165
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| account | string | – | – |
| amountMaxMinor | integer | – | – |
| amountMinMinor | integer | – | – |
| balancedOnly | boolean | – | – |
| from | string | – | – |
| page | integer | – | – |
| savedViewId | string | – | – |
| sourceAccount | string | – | – |
| text | string | – | – |
| to | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
go_productive ~252
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmedName | string | yes | – |
| idempotencyKey | string | yes | – |
| planId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_accept_lines ~139
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| lineIds | array | yes | – |
| reason | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_cancel ~96
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| reason | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_create ~226
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| defaultLocationId | string | – | – |
| expectedAt | string | – | – |
| idempotencyKey | string | yes | – |
| note | string | – | – |
| poId | string | yes | – |
| receivedAt | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_get ~102
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_get_config ~78
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_lines_for_match ~110
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| poLineIds | array | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_list ~201
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| fromDate | string | – | – |
| hasOverReceipt | boolean | – | – |
| poId | string | – | – |
| q | string | – | – |
| savedViewId | string | – | – |
| status | – | – | – |
| supplierContactId | string | – | – |
| toDate | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_post ~316
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_preview ~239
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_reject_lines ~122
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| lineIds | array | yes | – |
| reason | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_reverse ~225
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| reason | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_set_config ~211
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| allowOverReceipt | boolean | yes | – |
| idempotencyKey | string | yes | – |
| overReceiptPct | integer | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
goods_receipt_upsert_lines ~203
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grId | string | yes | – |
| idempotencyKey | string | yes | – |
| ops | array | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_absence_cancel ~63
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| absenceId | string | yes | – |
| idempotencyKey | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_absence_list ~116
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| employeeId | string | – | – |
| from | string | – | – |
| savedViewId | string | – | – |
| to | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_absence_record ~153
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| employeeId | string | yes | – |
| fromDate | string | yes | – |
| idempotencyKey | string | yes | – |
| kind | string | yes | – |
| notes | string | – | – |
| toDate | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_employee_get ~72
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| employeeId | string | yes | – |
| includeSensitive | boolean | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_employee_list ~75
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| includeArchived | boolean | – | – |
| includeSensitive | boolean | – | – |
| savedViewId | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
hr_employee_upsert ~157
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| employee | object | yes | – |
| idempotencyKey | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_decision_record ~101
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| context | string | – | – |
| decision | string | yes | – |
| idempotencyKey | string | yes | – |
| projectId | string | yes | – |
| title | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_parallel_check ~163
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | yes | – |
| period | string | yes | – |
| projectId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_parallel_declare ~184
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| figures | array | yes | – |
| idempotencyKey | string | yes | – |
| period | string | yes | – |
| projectId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_parallel_status ~79
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_project_close ~128
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | yes | – |
| idempotencyKey | string | yes | – |
| projectId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_project_create ~205
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cutoverDate | string | yes | – |
| freezeEnd | string | – | – |
| freezeStart | string | – | – |
| idempotencyKey | string | yes | – |
| methodChange | boolean | – | – |
| mwstMethod | string | yes | – |
| sourceSystem | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_project_get ~140
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | yes | – |
| savedViewId | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_project_list ~112
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| savedViewId | string | – | – |
| status | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_runbook_instantiate ~158
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | yes | – |
| projectId | string | yes | – |
| templateId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_signoff_record ~175
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| evidenceRef | string | yes | – |
| idempotencyKey | string | yes | – |
| kind | string | yes | – |
| projectId | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
implementation_task_set ~148
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| fields | object | – | – |
| idempotencyKey | string | yes | – |
| projectId | string | yes | – |
| taskId | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
import_camt ~320
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| allowDuplicateEntries | boolean | – | – |
| bankAccountId | string | yes | – |
| idempotencyKey | string | yes | – |
| workspaceId | string | yes | – |
| xml | string | yes | – |
No output schema declared.
No examples provided.
import_exchange_rates ~196
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| currencies | array | – | – |
| idempotencyKey | string | yes | – |
| payload | string | yes | – |
| series | string | – | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
import_open_items ~263
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | yes | – |
| planId | string | yes | – |
| priorYearDetail | string | – | – |
| rows | array | yes | – |
| side | string | yes | – |
| workspaceId | string | yes | – |
No output schema declared.
No examples provided.
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.