{"name":"io.github.theluckystrike/cash-book","slug":"theluckystrike-cash-book","title":null,"description":"One double-entry ledger derived from your invoices, bank, expenses, deposits and assets.","url":"https://mcp.market/server/theluckystrike-cash-book","grade":"C","score":64,"certified":false,"status":"active","category":"finance","tags":["finance"],"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/theluckystrike/mcp-servers","website":"https://mcp.zovo.one/s/cash-book","version":"0.22.0","remotes":[{"type":"streamable-http","url":"https://mcp.zovo.one/mcp/cash-book","headers":[{"description":"Bearer <Pro license key or anonymous token from GET https://mcp.zovo.one/mcp/token>","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[{"registryType":"mcpb","identifier":"https://github.com/theluckystrike/mcp-servers/releases/download/v0.22.0/cash-book.mcpb","version":"0.22.0","fileSha256":"0425d35c7d515b83f2006d089b9f9954a1f81726563d515638599005390f6064","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional Pro license key (MCPL1....). Verified offline.","isSecret":true,"name":"MCP_LICENSE_KEY"}]}],"tools":[{"name":"ledger_build","description":"Derive the double-entry ledger for one period in ONE currency from the invoice, credit note, deposit, expense, bank and asset stores, and register it. Nothing is written back. Free: 3 periods a month.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ledger_export_csv","description":"Return the period's ledger lines as RFC 4180 CSV, one row per leg, as a download link valid for one hour. Pro, but ledger_lines returns these same fields free and unlimited; this only lays them out as CSV columns.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"},"account":{"type":"string","maxLength":200,"description":"Only this account or category prefix"},"source":{"type":"string","maxLength":200,"description":"Only lines derived from this server"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ledger_lines","description":"List the ledger lines for a period, filtered by account, source server, source_id or date; each carries its debit, credit and bank_ref, with the totals of the rows returned. Filtered totals do not balance. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"},"account":{"type":"string","maxLength":200,"description":"Only this account, e.g. cash, receivables, vat_output, or a category prefix such as \"expenses\""},"source":{"type":"string","maxLength":200,"description":"Only lines derived from this server: invoice, billing-docs, deposits, expense-tracker or asset-register"},"source_id":{"type":"string","maxLength":200,"description":"Only lines derived from this document, e.g. INV-2026-0001"},"since":{"type":"string","maxLength":10,"description":"Only lines dated on or after this date, YYYY-MM-DD"},"until":{"type":"string","maxLength":10,"description":"Only lines dated on or before this date, YYYY-MM-DD"},"limit":{"type":"integer","minimum":1,"maximum":5000,"description":"Maximum rows, default and ceiling 5000"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ledger_report","description":"Report a built period account by account: debits, credits, movement and closing balance, plus purchase commitments held as memos and the period's exceptions. Pro; ledger_lines gives the lines free.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_activate","description":"Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"key":{"type":"string","description":"License key from checkout, MCPL1.<payload>.<signature>"}},"required":["key"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"license_status","description":"Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"month_close","description":"List what a month leaves unposted or unbalanced, with its trial balance and bank reconciliation, then store the close as a snapshot; a later call names any drift against it. dry_run writes nothing. Pro.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"month":{"type":"string","maxLength":7,"description":"The month to close, YYYY-MM"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"},"dry_run":{"type":"boolean","description":"Report the exceptions and the trial balance without writing the close. Default false"}},"required":["month"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"period_delete","description":"Delete one built period from the register and give its free-tier slot back. Refused when a closed month's snapshot covers the period, and that month is named. No sibling book is touched.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed only when the same date range was built in more than one currency"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"trial_balance","description":"Total the debits and the credits for a period and prove they are equal to the minor unit. When they are not, name the entries whose own legs do not add up and the source document behind each. Free and unlimited.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":10,"description":"First day of the period, YYYY-MM-DD"},"to":{"type":"string","maxLength":10,"description":"Last day of the period, YYYY-MM-DD, inclusive"},"currency":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Needed when the period holds documents in more than one currency. Currencies are never added together"}},"required":["from","to"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-17T16:32:10.529Z","report":{"scannerVersion":"0.1.2","scannedAt":"2026-09-17T16:32:10.404Z","components":{"code":{"score":-1,"max":25,"notes":["package could not be scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 285ms"]},"poisoning":{"score":15,"max":15,"notes":["9 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: github 401"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.zovo.one/mcp/cash-book","reachable":true,"authRequired":false,"latencyMs":285,"serverInfo":{"name":"mcp-cash-book","version":"0.22.0"}}],"packages":[],"repo":{"found":false,"owner":"theluckystrike","repo":"mcp-servers","error":"github 401"}}}},"grade_history":[]}