{ "name": "obra-cfo", "version": "0.1.1", "mcpName": "com.get-obra/obra-cfo", "private": false, "description": "Obra CFO: a local-first MCP that makes you funding-ready. It hands your Claude the blueprint for a fundable pitch deck, then ranks the one you build, on your machine. Reads the Obra CTO's build evidence when present. The free preview of Obra's role lineup.", "license": "Apache-2.0", "author": "Obra (https://get-obra.com)", "homepage": "https://get-obra.com", "repository": { "type": "git", "url": "git+https://github.com/lilycip/obra-cfo.git" }, "bugs": { "url": "https://github.com/lilycip/obra-cfo/issues" }, "keywords": [ "mcp", "claude", "pitch-deck", "fundraising", "investor-readiness", "venture-capital", "obra" ], "type": "module", "bin": { "obra-cfo": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "start": "node dist/index.js" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "22.10.5", "typescript": "5.4.5", "vitest": "^2.1.9" } }