{
  "name": "launch-engine-mcp",
  "version": "1.2.0",
  "description": "Business Execution OS for solo founders and bootstrappers — 42 structured tools guiding raw idea to validated revenue. Market research, buyer personas, offer design, landing pages, email sequences, ad copy, traffic strategy, SEO content engine, revenue phase tracking, portfolio management, and unit economics — orchestrated through Claude or Cursor.",
  "type": "module",
  "license": "MIT",
  "bin": {
    "launch-engine": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "templates",
    "qa-tests",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "extract-sops": "tsx scripts/extract-sops.ts",
    "test": "node --test tests/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@types/node": "^22.15.3",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "business",
    "startup",
    "solo-founder",
    "bootstrapper",
    "solopreneur",
    "entrepreneur",
    "market-research",
    "buyer-persona",
    "competitive-analysis",
    "landing-page",
    "email-sequence",
    "ad-copy",
    "copywriting",
    "seo",
    "content-marketing",
    "organic-growth",
    "unit-economics",
    "validation",
    "offer-design",
    "traffic",
    "funnel",
    "conversion",
    "claude",
    "cursor",
    "ai-agent",
    "pipeline",
    "execution",
    "automation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ZionHopkins/launch-engine-mcp"
  },
  "mcpName": "io.github.ZionHopkins/launch-engine"
}
