Business Execution OS — Full pipeline from idea to revenue for solo founders.
Connect Launch Engine to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Business Execution OS — Full pipeline from idea to revenue for solo founders. The launch engine mcp server is what makes that connection.
Agentic pipeline that transforms ideas to revenue — for solo founders and bootstrappers.
asset-factory-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
scout — Market scanning — takes a raw idea, determines viabilityautonomy — Agent Autonomy Score — AI-buildable product viabilitymarket_intel — Deep market research with competitive scoringresearch — Therapeutic Buyer Engine — deep persona researchbuild_blocks — 7 Building Blocks from buyer researchstress_test — Offer scoring across 10 dimensionsunit_economics — CPA, LTV, break-even modelingname_lock — Lock business/product nameplatform — Tech stack selection and scoringproduct — Product architecture designdeploy — Sales pages, emails, ad copy generationvalidate_prep — Validation deployment packageConfiguration is passed through the environment: ASSET_FACTORY_PROJECT_DIR. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Launch Engine's toolset — scout, autonomy, market_intel and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ZionHopkins; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scout | Market scanning — takes a raw idea, determines viability |
| autonomy | Agent Autonomy Score — AI-buildable product viability |
| market_intel | Deep market research with competitive scoring |
| research | Therapeutic Buyer Engine — deep persona research |
| build_blocks | 7 Building Blocks from buyer research |
| stress_test | Offer scoring across 10 dimensions |
| unit_economics | CPA, LTV, break-even modeling |
| name_lock | Lock business/product name |
| platform | Tech stack selection and scoring |
| product | Product architecture design |
| deploy | Sales pages, emails, ad copy generation |
| validate_prep | Validation deployment package |
| validate_check | Daily 60-second health check |
| validate_decide | End-of-window verdict |
{
"mcpServers": {
"asset-factory": {
"command": "npx",
"args": ["-y", "asset-factory-mcp"],
"env": {
"ASSET_FACTORY_PROJECT_DIR": "/path/to/your/project"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ASSET_FACTORY_PROJECT_DIR | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.