Skip to main content
ClaudeWave

13-week cash flow plan as an MCP server — returns a live Excel workbook with real formulas, not just an answer in chat.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado today
ClaudeWave Trust Score
80/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ledgerworks-io/cashflow13
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cashflow13": {
      "command": "node",
      "args": ["/path/to/cashflow13/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ledgerworks-io/cashflow13 and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 13-Week Cash Flow Forecast

Answers the question people actually open a cash flow tool to ask:
**which week does the cash go negative, and by how much?**

Six figures in — opening cash balance, expected receipts, supplier payments,
payroll, loan instalments, and VAT or taxes due. Out comes the 13-week grid,
the break-even week, the peak funding need across the period, the levers that
would move the date, and a **live Excel workbook** with real formulas you can
keep working in.

Don't know your receipts? Give revenue and DSO instead and it converts. Same
for purchases and DPO on the payables side. One number per line if your weeks
are flat, thirteen if you have the detail.

---

## Three ways to use it

### 1. Desktop extension — nothing leaves your machine

The best version, and the one to pick if the figures are a client's.
The server runs locally and writes the workbook straight to your disk. No
account, no token, no upload.

Download **`cashflow13-*.mcpb`** from
[Releases](https://github.com/ledgerworks-io/cashflow13/releases),
then in Claude Desktop: Settings → Extensions → drag the file in.

### 2. Remote server — the shortest path

No account and no token. In Claude Desktop, Settings → Connectors → Add custom
connector:

```
https://mcp.chiriba.it/mcp
```

In Claude Code:

```bash
claude mcp add --transport http cashflow13 https://mcp.chiriba.it/mcp
```

Listed in the official MCP registry as **`it.chiriba/cashflow13`**.

### 3. Apify Actor

Apify Standby requires **your own Apify API token** — that is the platform's
rule, not ours. Append it to the URL:

```
https://ledgerworks--cashflow13.apify.actor/mcp?token=YOUR_APIFY_TOKEN
```

If you would rather not have an account at all, use one of the two above.

---

## What it gives back

- the week-by-week grid with the closing cash balance
- **the first week the balance turns negative**, and the shortfall in that week
- the **peak funding need** over the 13 weeks — the cumulative low point, which
  is a different number from the first shortfall, and the one your bank will ask for
- levers, each with the weeks it buys and the change in funding need:
  collecting 15 days earlier, paying suppliers 15 days later, moving payroll a week

The levers never make an outflow disappear. Moving payroll a week pushes the
last payment past week 13, and the answer says so — deferred, not saved.

## The workbook

Yellow cells are inputs. Everything else is a formula. Change a weekly figure
and the grid, the break-even week and the funding need all move; change the
start date in one cell and all thirteen weeks follow. It recalculates on open,
because no cached values are written — it is the model, not a picture of one.

Weeks end on **Friday** by default: US practice, and where payroll and bank
cut-offs fall. Configurable, and written into the workbook header so whoever
receives the file knows what convention they are reading.

## Your figures

No database, no history, no account, nothing kept.

- **Desktop extension** — the numbers never leave your computer.
- **Remote server** — the workbook is held in memory for 60 minutes, never
  written to disk, then forgotten.
- **Apify** — the workbook sits on Apify's storage for at most 20 minutes,
  then is deleted whether it was downloaded or not.

---

## Development

```bash
npm install
npm test          # tests are written before the code
npm run typecheck
npm run build
npm run bundle    # builds the .mcpb desktop extension
npm run release   # full release chain; stops before anything leaves the machine
```

| Path | What lives there |
|---|---|
| `src/engine/calendar.ts` | The 13 week-ending dates, all in UTC |
| `src/engine/plan.ts` | The grid, the first negative week, the peak funding need |
| `src/engine/levers.ts` | What would move the date |
| `src/engine/working-capital.ts` | Revenue + DSO → weekly receipts |
| `src/excel/workbook.ts` | The live workbook |
| `src/delivery/` | How the file reaches you, and **why** each way exists |
| `src/i18n/strings.ts` | **The localization table.** Every user-facing label. |

### Rules that shaped this

- **No user-facing string is hardcoded** — it goes in the localization table, in
  English and Italian. A test fails if a key is missing a language, or if an
  Italian string is a copy-paste of the English.
- **Tests before code.** For a financial tool, correctness *is* the product.
  A balance of exactly zero is not negative. Money rounds to the cent at every
  step, because `0.1 + 0.2` does not make `0.3` and a plan that says "you are
  overdrawn" when you are not is worse than no plan.
- **No storage.** That is also the GDPR answer.
- **One engine, many tools.** The next tools are new functions on this server,
  not new projects.

## Licence

[Business Source License 1.1](LICENSE). In plain terms:

- **Use it for anything**, including your own professional work — an accountant
  or controller running this for a client, and billing that client, is fine.
- **You may not hand it to third parties for a fee so they can use it
  themselves** — not as a product, not as a hosted service, not embedded in
  other software.
- Four years after each version is published, that version becomes
  **Apache 2.0** and the restriction lapses.

Not OSI-approved, deliberately: the tool is free to use and stays free to use,
but the option to charge for it later is kept open.
For other arrangements: `info@chiriba.com`.
cash-flowcfo-toolsexcelfinancemcpmodel-context-protocoltreasury

Lo que la gente pregunta sobre cashflow13

¿Qué es ledgerworks-io/cashflow13?

+

ledgerworks-io/cashflow13 es mcp servers para el ecosistema de Claude AI. 13-week cash flow plan as an MCP server — returns a live Excel workbook with real formulas, not just an answer in chat. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-05.

¿Cómo se instala cashflow13?

+

Puedes instalar cashflow13 clonando el repositorio (https://github.com/ledgerworks-io/cashflow13) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ledgerworks-io/cashflow13?

+

Nuestro agente de seguridad ha analizado ledgerworks-io/cashflow13 y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ledgerworks-io/cashflow13?

+

ledgerworks-io/cashflow13 es mantenido por ledgerworks-io. La última actividad registrada en GitHub es del 2026-08-05, con 0 issues abiertos.

¿Hay alternativas a cashflow13?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega cashflow13 en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ledgerworks-io/cashflow13
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ledgerworks-io-cashflow13)](https://claudewave.com/repo/ledgerworks-io-cashflow13)
<a href="https://claudewave.com/repo/ledgerworks-io-cashflow13"><img src="https://claudewave.com/api/badge/ledgerworks-io-cashflow13" alt="Featured on ClaudeWave: ledgerworks-io/cashflow13" width="320" height="64" /></a>

Más MCP Servers

Alternativas a cashflow13