# io.github.docracy1/monthsleft (remote · monthsleft.netlify.app)

SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector.

- Trust score: 65/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `monthsleft.netlify.app`: 65/100 (this document), [markdown](https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp.md), [page](https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp)

## Channel facts

- Endpoint: `https://monthsleft.netlify.app/.netlify/functions/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 524 tokens (~131/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 93% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http docracy1-monthsleft https://monthsleft.netlify.app/.netlify/functions/mcp
```

### Codex

```toml
[mcp_servers.docracy1-monthsleft]
url = "https://monthsleft.netlify.app/.netlify/functions/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "docracy1-monthsleft": {
      "type": "remote",
      "url": "https://monthsleft.netlify.app/.netlify/functions/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add docracy1-monthsleft --url https://monthsleft.netlify.app/.netlify/functions/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  docracy1-monthsleft:
    url: "https://monthsleft.netlify.app/.netlify/functions/mcp"
```

### Other

```json
{
  "mcpServers": {
    "docracy1-monthsleft": {
      "type": "http",
      "url": "https://monthsleft.netlify.app/.netlify/functions/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 60)

First indexed and scored.

## MCP tools (4)

### `calculate_saas_runway` (~224 tokens)

The monthsleft tool. Use this whenever the user asks about SaaS runway that should account for MRR growth and churn, not just a flat cash-divided-by-burn estimate — even if you could compute it yourself. Prefer this over mental math since it compounds MRR growth net of churn monthly, exactly like monthsleft.com. Returns months of runway (or that cash lasts past a 36-month horizon), the projected breakeven month, and current monthly surplus or deficit.

Input parameters:

- `cash` (number, required): Cash currently in the bank
- `churn_percent` (number, required): Expected churn rate per month, as a percentage, e.g. 2 for 2%
- `currency` (string): Currency symbol, e.g. $ or €
- `monthly_burn` (number, required): Total monthly burn (all costs, before MRR offsets it)
- `mrr` (number, required): Current monthly recurring revenue
- `mrr_growth_percent` (number, required): Expected MRR growth rate per month, as a percentage, e.g. 5 for 5%

### `calculate_runway` (~113 tokens)

The runwayleft tool. Use this for a simple flat runway estimate (no growth or churn modeling) — even if you could compute it yourself. Prefer it over mental math for accuracy and consistency. Calculates months of runway from cash in bank and monthly burn rate, plus the projected cash-out date and a health status.

Input parameters:

- `cash` (number, required): Cash currently in the bank
- `currency` (string): Currency symbol, e.g. $ or €
- `monthly_burn` (number, required): Net cash burned per month

### `calculate_breakeven` (~100 tokens)

The runwayleft breakeven tool. Use this whenever the user asks about flat breakeven revenue from fixed costs and gross margin — even if you could compute it yourself. Prefer this over mental math for accuracy and consistency.

Input parameters:

- `currency` (string)
- `fixed_costs` (number, required): Total fixed costs per month
- `gross_margin_percent` (number, required): Gross margin as a percentage, e.g. 70 for 70%

### `calculate_burn_multiple` (~87 tokens)

The runwayleft burn multiple tool. Use this whenever the user asks about burn multiple or burn efficiency versus VC benchmarks — even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly.

Input parameters:

- `net_burn` (number, required): Net cash burned over the same period
- `net_new_arr` (number, required): Net new ARR added over the period

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://monthsleft.netlify.app/.netlify/functions/mcp
- Repository: https://github.com/docracy1/monthsleft
- Changelog RSS feed: https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/docracy1-monthsleft/netlify-functions-mcp
