com.get-obra/obra-cfo
NPM · OBRA-CFO · SCANNED AUG 3
Local-first MCP that runs an investment committee on your pitch and scores funding readiness.
Available components
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. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- 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. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 32 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability41
- AI-judged instruction clarity (fair).Partial
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage79
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 37% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · obra-cfo
claude mcp add com-get-obra-obra-cfo -- npx -y obra-cfo
codex mcp add com-get-obra-obra-cfo -- npx -y obra-cfo
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-get-obra-obra-cfo": {
"type": "local",
"command": [
"npx",
"-y",
"obra-cfo"
],
"enabled": true
}
}
} openclaw mcp add com-get-obra-obra-cfo --command npx --arg -y --arg obra-cfo
mcp_servers:
com-get-obra-obra-cfo:
command: "npx"
args: ["-y", "obra-cfo"] {
"mcpServers": {
"com-get-obra-obra-cfo": {
"command": "npx",
"args": [
"-y",
"obra-cfo"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +53
- GHSA-frvp-7c67-39w9 affects this package: medium ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → fair ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −18
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-frvp-7c67-39w9 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N | yes |
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
deck_blueprint Pitch deck blueprint ~170
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
prepare_assessment Prepare funding assessment ~179
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
score_funding_readiness Score funding readiness ~196
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.
| Name | Type | Req | Description |
|---|---|---|---|
| committee | object | yes | — |
| companyName | string | — | — |
| dimensions | object | yes | — |
| improvements | array | — | — |
| ledger | object | — | — |
| path | string | — | Project root to look for the Obra CTO report. Defaults to the working directory. |
| stage | string | yes | — |
| synthesis | string | — | — |
| thesis | string | yes | — |
| timeToNextValidation | string | — | — |
| unknowns | array | yes | — |
| weakestAssumption | string | yes | — |
| whatMustBeTrue | array | yes | — |
No output schema declared.
No examples provided.