Validate

Validate

This MCP server assists founders in customer discovery by structuring hypotheses, finding interviewees, generating call guides, and synthesizing insights to achieve product-market fit.

Category
Visit Server

README

<p align="center"> <img src="icon.png" alt="Validate" width="120" /> </p>

<h1 align="center">Validate</h1>

<p align="center"> A customer discovery co-pilot that plugs into Claude. Guiding founders from raw idea through to product-market fit signals using objective, emotionless and logical discovery call techniques. Channel your inner Spock to PMF! </p>

<p align="center"> <a href="#installation">Install</a> · <a href="#tools">Tools</a> · <a href="#development">Development</a> · <a href="#deployment">Deployment</a> </p>


What it does

Building the wrong thing is a direct route to startup failure. Validate helps you avoid that by structuring the messy process of customer discovery into a repeatable workflow:

  1. Define testable hypotheses: break your idea into specific assumptions
  2. Find the right people: build ideal customer profiles, source contacts
  3. Run discovery calls: AI-generated call guides following Mom Test principles
  4. Capture insights: structured debrief, transcript analysis, bias detection
  5. Synthesize and decide: cross-call pattern analysis, pivot signals, validation scorecards

It runs as an MCP server, so it works inside Claude Desktop, Claude Code, or any MCP-compatible client.

Architecture

Layer Tech
Protocol Model Context Protocol (stdio + SSE transport)
Runtime Node.js / TypeScript
Database SQLite via Drizzle ORM (WAL mode, auto-creates tables)
AI Claude API for coaching, transcript analysis, and synthesis
Packaging .mcpb bundle for one-click install
Deployment Local (stdio) or remote (Fly.io via SSE)

Installation

One-click install (recommended)

Download the latest validator.mcpb from Releases, then double-click or drag it into Claude Desktop.

Manual setup

git clone https://github.com/harrykeen/validator.git && cd validator
npm install && npm run build

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "validator": {
      "command": "node",
      "args": ["/path/to/validator/dist/server.js"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-...",
        "DB_MODE": "sqlite",
        "DB_PATH": "~/.validator/data.db"
      }
    }
  }
}

Tools

Project & Hypothesis Management

Tool Description
validate_idea Start validating a new idea — welcome message and coaching questions
create_project Create a project record after the initial discussion
list_projects List all validation projects
get_project_status Full project overview with hypotheses, progress, and metrics
create_hypothesis Add a testable hypothesis with acceptance criteria
update_hypothesis Update status or confidence score
list_hypotheses List hypotheses with confidence scores
prioritize_hypotheses AI-ranked by importance and testability

Customer Identification

Tool Description
create_icp Define an ideal customer profile
suggest_channels AI suggests where to find your target customers
add_contact Add a potential interviewee
list_contacts List contacts with outreach status
update_contact_status Track progress through the pipeline
search_linkedin LinkedIn search queries for your ICP
get_linkedin_profile Fetch LinkedIn profile details

Outreach

Tool Description
generate_outreach AI-generated personalised outreach (no pitch, short, specific)
list_outreach View all messages with status
update_outreach_status Track sends and responses
get_outreach_stats Response rates by channel
suggest_outreach_variant AI A/B variant generation

Conversation Coaching

Tool Description
generate_call_guide AI discussion guide following Mom Test principles
get_call_principles Mom Test principles reference
start_debrief Structured post-call debrief
record_insight Capture insights tagged to hypotheses
analyze_transcript AI transcript analysis with bias detection

Synthesis & Decision

Tool Description
synthesize_insights Cross-call pattern analysis
get_validation_scorecard Hypothesis evidence summary
suggest_next_steps AI-recommended next actions
detect_pivot_signals Pivot indicator analysis
get_progress_report Metrics dashboard

Prompts

Prompt Description
start-validation Kick off idea validation
prep-for-call Pre-call coaching
debrief-call Post-call insight extraction
weekly-review Weekly synthesis and planning
pivot-or-persevere Direction decision analysis

Development

npm install          # install dependencies
npm run build        # compile TypeScript
npm run dev          # watch mode
npm run lint         # check linting
npm run format       # auto-fix formatting
npm run test         # run test suite
npm run bundle       # build .mcpb package

Environment variables

Variable Description Default
ANTHROPIC_API_KEY Claude API key (required for AI features)
DB_MODE sqlite or postgres sqlite
DB_PATH SQLite database path ./validator.db
DATABASE_URL PostgreSQL connection string
TRANSPORT stdio or sse stdio
PORT Port for SSE transport 3000

Deployment

Validate can run remotely on Fly.io using SSE transport:

fly launch
fly secrets set ANTHROPIC_API_KEY=sk-...
fly volumes create validator_data --size 1
fly deploy

See Dockerfile and fly.toml for the production configuration.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured