Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

lmwharton/sieve-mcp MCP server](https://glama.ai/mcp/servers/lmwharton/sieve-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lmwharton/sieve-mcp) 🐍 ☁️ - AI-powered startup due diligence.

README.md

![PyPI version](https://pypi.org/project/sieve-mcp/) ![Python 3.10+](https://www.python.org/downloads/) ![License: MIT](https://opensource.org/licenses/MIT) ![MCP Compatible](https://modelcontextprotocol.io)

Sieve MCP Server β€” AI-Powered Venture Capital Due Diligence

The first MCP server purpose-built for venture capital. Drop a company name into Claude, Cursor, or Windsurf and get a quantified investment memo in 5 minutes β€” not a ChatGPT summary, a real analyst-grade IMPACT-X assessment with every claim verified against evidence.

"Screen a startup called Acme Corp" β†’ Sieve researches the company, scores it across 7 dimensions, verifies every claim, and tells you: Take the meeting or Pass.

Why Sieve?

Most VCs screen 50+ deals a month. Most of those are obvious passes β€” but you still spend 2-3 hours per deal on basic diligence before you know that. Sieve does that work in 5 minutes.

What You Get

| Capability | Details | |---|---| | Investment Memo | Full analyst-grade memo with executive summary, key strengths, critical concerns, and actionable recommendation β€” not a ChatGPT summary | | Deal Scoring (0-140) | Quantified Sieve Score across 7 IMPACT-X dimensions β€” structured, repeatable, comparable across your portfolio | | Red Flag Detection | Automatically surfaces deal-breakers: founder risk, market timing issues, unsustainable unit economics, missing traction, competitive threats | | Evidence Verification | Every finding tagged as Documented, Discovered, Inferred, or Missing β€” cross-references pitch deck claims against real-world evidence | | Competitive Landscape | Maps competitors, identifies moat strength, evaluates defensibility and switching costs | | Financial Model Assessment | Evaluates unit economics, pricing power, revenue model viability, and path to profitability | | Market Sizing | TAM/SAM/SOM analysis with timing assessment β€” is the market ready? | | Team Evaluation | Founder-market fit, team completeness, domain expertise, execution track record | | Traction Analysis | Growth metrics, customer validation, revenue signals, engagement patterns | | Real-time Deal Chat | Ask follow-up questions, challenge findings, explore what-if scenarios, dig into any dimension | | Sector-Aware Analysis | Adapts benchmarks for fintech, healthtech, deeptech, climate, SaaS, consumer, and more | | Stage-Calibrated | Different expectations for pre-seed vs seed vs Series A β€” doesn't penalize early-stage for missing late-stage metrics |

What Makes Sieve Different

  • Not a wrapper around ChatGPT. Sieve runs a structured multi-agent analysis pipeline with real-time web research, evidence verification, and domain-specific benchmarks.
  • We tell you what we don't know. Every finding is evidence-typed (Documented / Discovered / Inferred / Missing) so you see exactly what's verified and where the gaps are.
  • Repeatable framework. The same IMPACT-X methodology every time, so you can compare deals apples-to-apples across your portfolio.
  • Built by VCs. Not a generic AI tool adapted for investing β€” purpose-built for the way investors actually evaluate deals.

IMPACT-X Framework

| Dimension | What Sieve evaluates | |---|---| | I β€” Innovators | Founding team quality, experience, domain expertise | | M β€” Market | Opportunity size, timing, tailwinds | | P β€” Product | Solution strength, differentiation, technical depth | | A β€” Advantage | Competitive moat, defensibility, switching costs | | C β€” Commerce | Business model, unit economics, pricing power | | T β€” Traction | Growth metrics, validation signals, customer evidence | | X β€” X-Factor | Unique qualities, timing advantages, intangibles |

Each dimension scores 0-20. Total Sieve Score ranges from 0-140.

Quick Start

Install

pip install sieve-mcp

Or run directly without installing:

uvx sieve-mcp

Get Your API Key

  1. Sign up free at app.sieve.arceusxventures.com
  2. Go to Settings β†’ copy your API key
  3. Free tier: 2 screens/month. Pro: unlimited.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "sieve": {
      "command": "uvx",
      "args": ["sieve-mcp"],
      "env": {
        "SIEVE_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

claude mcp add sieve -- uvx sieve-mcp
export SIEVE_API_KEY="your-api-key"

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "sieve": {
      "command": "uvx",
      "args": ["sieve-mcp"],
      "env": {
        "SIEVE_API_KEY": "your-api-key"
      }
    }
  }
}

Available Tools

| Tool | What it does | Read-only | |---|---|---| | sieve_screen | Start a Quick Screen β€” pass a company name, optional website URL, pitch deck text, or description | No | | sieve_status | Poll analysis progress β€” see which dimensions are complete and current scores | Yes | | sieve_summary | Get the full investment memo β€” Sieve Score, recommendation, strengths, concerns, evidence | Yes | | sieve_usage | Check how many screens you've used this billing period | Yes |

Example Workflow

Just talk to your AI assistant naturally:

1. Screen a startup > "Run a Sieve screen on Acme Corp at acme.com"

2. Check progress (analysis takes 2-5 minutes) > "What's the status of that Sieve analysis?"

3. Get the full investment memo > "Show me the Sieve results for Acme Corp"

4. Explore the deal > "What are the red flags? Anything that should kill this deal?" > > "How strong is their competitive moat? Who are the main competitors?" > > "Walk me through their unit economics β€” is this business model viable?" > > "How does the founding team stack up? Any gaps?" > > "What's the market timing like? Is this too early or too late?" > > "Compare this deal to the last three I screened"

5. Check your usage > "How many Sieve screens do I have left this month?"

Pro tip: Upload a pitch deck for deeper analysis

Paste pitch deck text or founder meeting notes for maximum accuracy:

"Screen Acme Corp β€” here's their pitch deck text: [paste]. Also check acme.com"

Sieve cross-references every pitch deck claim against real-world evidence. When a founder says "fastest-growing in the category," Sieve checks if that's actually true.

More things you can ask

| Use case | Example prompt | |---|---| | Quick pass/take meeting | "Screen this company and give me the bottom line" | | Investment memo for IC | "Generate a full investment memo I can present to my partners" | | Red flag check | "What are the deal-breakers for this startup?" | | Competitive analysis | "Who competes with this company and how defensible are they?" | | Financial viability | "Does their business model make sense? What are the unit economics?" | | Team assessment | "Evaluate the founding team β€” any gaps or concerns?" | | Market validation | "Is the market real? What's the TAM and timing?" | | Batch screening | "Screen these 5 startups and rank them by Sieve Score" | | Follow-up prep | "Based on this analysis, what questions should I ask the founders?" | | Portfolio comparison | "How does this deal compare to others I've screened?" |

Who Uses Sieve

  • Solo GPs screening 50+ deals/month β€” stop spending hours on obvious passes
  • Angel investors evaluating startups outside their domain β€” Sieve brings sector expertise
  • Emerging fund managers building a repeatable diligence process β€” consistent framework, every time
  • Accelerators standardizing evaluation β€” compare apples to apples across your cohort

Environment Variables

| Variable | Required | Default | Description | |---|---|---|---| | SIEVE_API_KEY | Yes | β€” | Your Sieve API key (get one free) | | SIEVE_API_URL | No | https://api.sieve.arceusxventures.com | API base URL |

Running with Docker

docker build -t sieve-mcp .
docker run -p 8080:8080 -e SIEVE_API_KEY=your-key sieve-mcp

Development

# Install locally
pip install -e .

# Run in stdio mode (for MCP clients)
sieve-mcp

# Run in HTTP mode (for remote/container deployment)
sieve-mcp http

Also Available As

Sieve isn't just an MCP server. Use it however fits your workflow:

Links

License

MIT

---

Built by ArceusX Ventures β€” from VCs, for VCs.

<!-- mcp-name: io.github.lmwharton/sieve-mcp -->

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Other servers.