StartupKit for Claude Code

The startup tools your Claude Code is missing — from idea to launch.

Claude Code runs your terminal. With StartupKit it can also research the market, scaffold the product, and work the launch list — while you review.

1 · Add StartupKit to Claude Code

~/.claude/settings.json
{
  "mcpServers": {
    "startupkit": {
      "command": "npx",
      "args": ["-y", "@startupkit/mcp"],
      "env": {
        "STARTUPKIT_API_KEY": "sk_pro_..."
      }
    }
  }
}

Get a free key at startupkit.com/pro and replace sk_pro_....

2 · Tell it what to do

Claude CodeResearch the market for "remote patient monitoring" — size it, find keyword gaps, check if the .com is available. Then scaffold a SaaS for it with npx startupkit init and get the launch ready.

3 · You review, it launches

Research

Market size, competitor SEO, keyword gaps, trends, app rankings, domain availability — structured data, not search results.

Build

npx startupkit init scaffolds a production SaaS — Next.js on Cloudflare, auth, Stripe, email — and your agent deploys it.

Launch

A /kit listing page ships in every scaffold: paste-ready copy, brand assets, and a 15-directory submission tracker.

Questions

Is it free to add?

Yes. Sign up for a free API key, paste the config block, and your agent has every research tool. One project is free forever — no card required.

What tools does the agent get?

16 native MCP tools: full market research, SEO analysis, keyword research, live SERP data, Google Trends, domain search and registration, DNS management, app store intelligence, NameBio domain history, and credit checks — all returning structured JSON into the agent's context.

What does it cost later?

The kit, MCP server, and CLI are free. Pro is $28/mo for unlimited projects with a higher monthly credit limit — worth it when you start your second product.

Using a different agent?

Any MCP-compatible client works the same way.