Skip to content

nuvcai/nuvc-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUVC MCP Server

VC-grade startup intelligence for Claude, Cursor, and any MCP-compatible agent.

Smithery npm License: MIT

Tools

Tool What it does
nuvc_score VCGrade 0-10 score across 5 dimensions — like having a VC partner review your idea
nuvc_analyze Market sizing, competitive analysis, financial review, or full pitch evaluation
nuvc_roast Brutally honest but constructive VC-perspective startup roast
nuvc_extract Extract structured fields (revenue, stage, team, metrics) from any pitch text
nuvc_models List available AI models and provider health

Setup

1. Get an API key

Free tier: 50 AI calls/month at nuvc.ai/api-platform/keys

2. Install via Smithery (Claude Desktop / Cursor)

npx @smithery/cli install nuvc --client claude

3. Or run directly

export NUVC_API_KEY=nuvc_your_key_here
npx nuvc-mcp

4. Claude Desktop config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "nuvc": {
      "command": "npx",
      "args": ["nuvc-mcp"],
      "env": {
        "NUVC_API_KEY": "nuvc_your_key_here"
      }
    }
  }
}

Usage Examples

Once connected, just ask Claude:

  • "Score my startup idea — an AI tool that helps solo founders validate ideas"
  • "What's the market like for AI-powered HR tools?"
  • "Roast this idea: Uber for dog walking but with blockchain"
  • "Extract the key metrics from this pitch: [paste pitch text]"

Pricing

Plan Price AI Calls/Month
Free $0 50
Starter $49/mo 500
Growth $199/mo 5,000
Scale $499/mo 50,000

Get your API key →

About NUVC

NUVC is a VC-grade startup intelligence platform used by accelerators, angel networks, and emerging fund managers. Our AI engine has analyzed 250+ pitch decks.

About

MCP server for NUVC — VC-grade startup intelligence for Claude, Cursor, and any MCP agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors