Age your receivables into 0-30, 31-60, 61-90 and over 90 day buckets by due date.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Practical Model Context Protocol servers for people who work inside Claude, Cursor and other MCP clients. Every server runs locally over stdio, keeps all data on your machine, and has a genuinely useful free tier. Pro unlocks the limits for a one-time payment: $19 per server or $39 for the bundle, lifetime.
31 servers plus the office-suite aggregator, 30 of them also reachable as a hosted endpoint with no install.
Install any server by downloading its .mcpb bundle from the
latest release and opening it in Claude Desktop. That is one double-click, no terminal.
The npm packages are not published yet, so npx -y @theluckystrike/mcp-<name> returns 404. Do not use it, and
do not recommend it. The two paths that work today are the .mcpb bundle above and the hosted endpoints at
https://mcp.zovo.one/mcp/<server>, which need no install at all.
| Server | Demo | What it does | One-click bundle |
|---|---|---|---|
| mcp-amortization | ![]() | Loan and lease schedules from the terms of the agreement, to the minor unit. | amortization.mcpb |
| mcp-asset-register | ![]() | A fixed asset register that depreciates on the rates the tax authorities actually publish, with the schedule, the journal and the gain on sale. | asset-register.mcpb |
| mcp-bank-statement | ![]() | Bank CSV exports categorised, summarised and reconciled with expenses. | bank-statement.mcpb |
| mcp-barcode | ![]() | QR codes and barcodes drawn on your machine, with no upload and no network call. | barcode.mcpb |
| mcp-billing-docs | ![]() | Credit notes and purchase orders, on the same engine as your invoices. | billing-docs.mcpb |
| mcp-calendar | ![]() | Read .ics calendars: events, free and busy, conflicts, exports. | calendar.mcpb |
| mcp-cash-book | ![]() | One double-entry ledger derived from the books you already keep, proved to the minor unit. | cash-book.mcpb |
| mcp-catalogue | ![]() | One price list and one rate card, kept where the invoice and the quote can both read them. | catalogue.mcpb |
| mcp-change-order | ![]() | Change orders against a quote or a work order, with the running contract value derived from what the client approved. | change-order.mcpb |
| mcp-clauses | ![]() | Reusable contract clauses, searched and assembled into Word. | clauses.mcpb |
| mcp-currency | ![]() | ECB reference rates: convert, history, and fx_rates for rebilling. | currency.mcpb |
| mcp-delivery-schedule | ![]() | Dated deliverables against a quote or a work order, and what is late as at any date you name. | delivery-schedule.mcpb |
| mcp-deposits | ![]() | Security and retainer deposits, held per client, on the same engine as your invoices. | deposits.mcpb |
| mcp-docx | ![]() | Real Word documents from chat: proposals, contracts, quotes. | docx.mcpb |
| mcp-expense-tracker | Receipts, mileage and expenses that turn into invoice lines. | expense-tracker.mcpb | |
| mcp-image | ![]() | Resize, convert, compress and watermark images, pure JavaScript. | image.mcpb |
| mcp-invoice | ![]() | Numbered invoices with tax lines, rendered to a professional PDF. | invoice.mcpb |
| mcp-kanban | ![]() | A task board per project that hands off to the time tracker. | kanban.mcpb |
| mcp-pdf | ![]() | Merge, split, stamp and read PDFs, pure JavaScript. | pdf.mcpb |
| mcp-per-diem | ![]() | Statutory travel allowances on the rate tables the tax authorities publish, and the trips you priced with them. | per-diem.mcpb |
| mcp-petty-cash | ![]() | A petty cash float on the imprest system, reconciled to the minor unit. | petty-cash.mcpb |
| mcp-price-tracker | Check and watch product prices on ordinary shop pages. | price-tracker.mcpb | |
| mcp-quotes | ![]() | Priced, VAT-correct quotes from chat, and the yes turns into an invoice. | quotes.mcpb |
| mcp-recurring | ![]() | Scheduled invoices, generated into your invoice book with PDFs. | recurring.mcpb |
| mcp-resume | ![]() | Resumes and cover letters as Word files from one profile, never invented. | resume.mcpb |
| mcp-spreadsheet | ![]() | Read, query, edit and convert xlsx and csv files safely. | spreadsheet.mcpb |
| mcp-statement-of-account | ![]() | The one document that answers what a client actually owes you, aged as at any date, with the chaser drafted. | statement-of-account.mcpb |
| mcp-time-tracker | Track billable time without leaving the chat. | time-tracker.mcpb | |
| mcp-timezone | ![]() | Find meeting slots inside everyone's working hours. | timezone.mcpb |
| mcp-work-order | ![]() | Job orders for trades and field work, priced the way the invoice will be. | work-order.mcpb |
| mcp-zip | ![]() | Make a zip, look inside one, and unpack one, entirely on your machine. | zip.mcpb |
| mcp-office-suite | ![]() | One install that exposes every tool of all 31 servers, 292 of them. | office-suite.mcpb |
Or clone and build: git clone https://github.com/theluckystrike/mcp-servers.git && cd mcp-servers,
npm install, npm run build. Each server's README has the full 60-second install with every client config.
Buy Pro: https://mcp.zovo.one (keys verify offline with Ed25519; no phone-home).
Thirty of the servers are also live behind streamable HTTP, for clients that connect to a URL instead of spawning a local process:
https://mcp.zovo.one/mcp -- GET returns an index of the endpoints; each server is
https://mcp.zovo.one/mcp/<server> (time-tracker, price-tracker, spreadsheet, invoice, expense-tracker,
currency, docx, timezone).Authorization: Bearer <token>. GET https://mcp.zovo.one/mcp/token mints a free anonymous token
(anon_<32 hex>, 30-day KV TTL, refreshed on every request); a Pro license key (MCPL1....) works the same
way and lifts the free-tier limits.spreadsheet runs in inline-data mode remotely, since a hosted worker has no disk to read a path from:
sheet_load {name, csv} or sheet_load {name, xlsx_base64} loads the data into the request's virtual
filesystem first, then sheet_query, sheet_stats, sheet_add_column and sheet_convert work on it as
usual. The stdio install is still the answer for files that live on your own disk.currency shares one ECB rate cache across every tenant instead of paying for it per token: the daily and
historical rate files are hydrated read-only from shared:ecb:daily / shared:ecb:history and never
written into any tenant's document, so the endpoint keeps no per-token state at all.docx accepts an upload the same way spreadsheet accepts inline data (doc_upload replaces a file path),
and every generated .docx comes back as the real binary Word file behind a download link, not HTML.https://mcp.zovo.one/mcp/download/<token>, valid for one
hour; invoices render as an HTML document rather than a PDF on this path.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aging)<a href="https://allmcps.com/mcp/aging"><img src="https://allmcps.com/api/badge/aging?style=directory" alt="Aging on AllMCPs" /></a>