YOUR AI CO-FOUNDER FOR GTM
Your AI writes code. It should sell too.
cofound plugs into Claude Code and handles your go-to-market. It researches your market, designs your offer, writes your copy, and tracks your funnel. Free. No API key needed. One command to install.
# Install in 30 seconds
npm install -g cofound-mcp
cofound init
# Claude Code now knows your business
> cofound_analyze_copy src/pages/home.copy.json
FK Grade: 6.2 ✗ (target: ≤3.0)
Pain Score: 3/10 ✗ Missing: shame angle
Value Eq: Incomplete — no guarantee
# Fix it in one command
> cofound_rewrite_copy src/pages/home.copy.jsonTHE PROBLEM
You built the thing. Now explain why anyone should care.
Your copy is generic
You launched. A few people visited. Nobody signed up. Your page looks fine but it reads like a template. It doesn't name their pain. They read it and leave. Every day that stays true is another customer you hand to someone else.
Your offer is invisible
You know your product is good. You just can't say it right. Someone with a worse product is outselling you right now because they framed it better. Fix the frame. The product is fine.
Your funnel doesn't exist
You have a page and a payment link. You don't know who visits, what they read, or where they drop off. You make decisions with no data. That's why nothing gets better.
THEN
Every session after that starts loaded.
The work you did in cofound_init doesn't disappear. Every Claude session after that starts with your avatar, your offer, and your funnel already in context. You ask Claude to grade your copy. It knows who it's grading for. You ask it to rewrite a headline. It knows what the offer is. No more starting from scratch.
{
"avatar": {
"description": "Solo founders who build fast but can't write copy",
"pain_points": ["Landing page copy is generic", ...],
"dream_outcome": "Every word on your site sells"
},
"offer": { "price": 197, "guarantee": { ... } },
"copy_standards": { "reading_level_max": 3.0 }
}THE .COPY.JSON PATTERN
Copy lives in files your AI can read and fix.
Each component gets a .copy.json file next to it. Claude scans them, grades what's weak, and rewrites it. Your code doesn't move. Only the words change.
{
"copy": {
"headline": "You Know You're Soft.",
"subheadline": "30-day protocol.",
"cta": "Start Today"
}
}import copy from './hero.copy.json';
export function Hero() {
return (
<h1>{copy.copy.headline}</h1>
<p>{copy.copy.subheadline}</p>
<button>{copy.copy.cta}</button>
);
}12 TOOLS
12 tools. Each one does one job.
cofound_initResearches your market, designs your offer, names it, and sets your funnel. All in one session. Writes everything to a config file every other tool reads from.
cofound_analyze_copyGrades your copy on reading level, pain depth, and avatar fit. Shows you what to fix.
cofound_rewrite_copyRewrites your copy to hit grade 3 reading level and pass pain and value tests. Shows the diff. You approve. Then it writes.
cofound_audit_codebaseScans every .copy.json in your project and ranks them by how badly they're failing. Tells you what to fix first.
cofound_validate_headlineScores your headline against the MAGIC formula and writes two or three stronger ones.
cofound_grade_offerScores your offer on the Value Equation. Shows you which part is weak and why.
Built on frameworks that generated $100M+
Every tool runs on Alex Hormozi's $100M Offers and $100M Leads. The frameworks are encoded as structured data, not fed as a prompt. Claude can't hallucinate them away.
FREE. NO CATCH.
Free until 1,000 daily users.
We set the number before launch so we can't move it. At 1,000 DAU it becomes $29/mo. Everyone already using it keeps free access.
- ✓All 12 MCP tools, free
- ✓Hormozi framework library
- ✓.copy.json migration tool
- ✓Funnel tracking pixel
- ✓No API key required
- ✓No account required
or install via npm
npm install -g cofound-mcpWorks with Claude and ChatGPT. Full instructions with screenshots on the connect page.
cofound counts anonymous installs and tool runs to know what to build next. No personal data. Ever. You can read exactly what's sent in the source.