# com.get-obra/obra-cfo (npm · obra-cfo)

Local-first MCP that runs an investment committee on your pitch and scores funding readiness.

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

## Components

- npm · `obra-cfo`: 59/100 (this document), [markdown](https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo.md), [page](https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo)

## Channel facts

- Registry: `npm`
- Package: `obra-cfo`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. 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.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 32 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 41/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 545 tokens (~181/item across 3 items; 3 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**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 37% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-get-obra-obra-cfo -- npx -y obra-cfo
```

### Codex

```bash
codex mcp add com-get-obra-obra-cfo -- npx -y obra-cfo
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-get-obra-obra-cfo": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "obra-cfo"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-get-obra-obra-cfo --command npx --arg -y --arg obra-cfo
```

### Hermes

```yaml
mcp_servers:
  com-get-obra-obra-cfo:
    command: "npx"
    args: ["-y", "obra-cfo"]
```

### Other

```json
{
  "mcpServers": {
    "com-get-obra-obra-cfo": {
      "command": "npx",
      "args": [
        "-y",
        "obra-cfo"
      ]
    }
  }
}
```

## 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 59, +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-08-02 (score 58, +53)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-07-31 (score 5, −18)

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

### 2026-07-30 (score 23, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 41)

First indexed and scored.

## MCP tools (3)

### `deck_blueprint` (~170 tokens)

Pitch deck blueprint

Return the framework for a fundable pitch deck at your stage: the slide structure with an evidence bar for each, the research to run first (as paste-in prompts for your Claude), and the artifacts to produce before the deck exists (business plan, pricing, go-to-market). Use this when you have no deck yet or a weak one. It reads your Obra CTO report if present. Then build the deck and ask the CFO to rank it.

Input parameters:

- `path` (string): Project root to look for an Obra CTO report (.obra/cto-report.json). Defaults to the working directory.
- `sector` (string): Optional: your sector or one-line company description.
- `stage` (string): Funding stage: pre-seed, seed, or series-a. Defaults to pre-seed.

### `prepare_assessment` (~179 tokens)

Prepare funding assessment

Read the founder's funding materials (deck, plan, financials, one-pager) from a local path and return their contents with a rigorous assessment rubric. YOU, the host model, then assess them (separate facts from assumptions, extract the thesis, rate each dimension with evidence and confidence, find the weakest assumption, run the six-persona committee) and call score_funding_readiness with the structured result. Reads the Obra CTO report if present so technical claims rest on verified evidence. Materials stay local.

Input parameters:

- `files` (array): Optional explicit list of file paths to read instead of scanning.
- `path` (string): A folder holding your materials, or a single file. Defaults to the working directory.
- `stage` (string): Funding stage: pre-seed, seed, or series-a. Defaults to pre-seed.

### `score_funding_readiness` (~196 tokens)

Score funding readiness

Turn your structured assessment (from prepare_assessment) into a stage-calibrated funding-readiness dashboard: investment score, confidence, risk register, the facts/assumptions/opinions ledger, your weakest assumption, what must be true, the unknowns, and the investment committee. Reads the Obra CTO report for technical risk.

Input parameters:

- `committee` (object, required)
- `companyName` (string)
- `dimensions` (object, required)
- `improvements` (array)
- `ledger` (object)
- `path` (string): Project root to look for the Obra CTO report. Defaults to the working directory.
- `stage` (string, required)
- `synthesis` (string)
- `thesis` (string, required)
- `timeToNextValidation` (string)
- `unknowns` (array, required)
- `weakestAssumption` (string, required)
- `whatMustBeTrue` (array, required)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 58
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 23
- 2026-07-28: 41
- 2026-07-27: 41

## Links

- npm package: https://www.npmjs.com/package/obra-cfo
- Socket report: https://socket.dev/npm/package/obra-cfo
- Repository: https://github.com/lilycip/obra-cfo
- Changelog RSS feed: https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-get-obra-obra-cfo/obra-cfo
