io.github.lmwharton/sieve-mcp

平台与服务

by lmwharton

面向 AI 初创项目尽调的 MCP server,可从 7 个维度筛选公司并生成 Sieve Score,辅助投资判断。

什么是 io.github.lmwharton/sieve-mcp

面向 AI 初创项目尽调的 MCP server,可从 7 个维度筛选公司并生成 Sieve Score,辅助投资判断。

README

PyPI version Python 3.10+ License: MIT MCP Compatible

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

CapabilityDetails
Investment MemoFull 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 DetectionAutomatically surfaces deal-breakers: founder risk, market timing issues, unsustainable unit economics, missing traction, competitive threats
Evidence VerificationEvery finding tagged as Documented, Discovered, Inferred, or Missing — cross-references pitch deck claims against real-world evidence
Competitive LandscapeMaps competitors, identifies moat strength, evaluates defensibility and switching costs
Financial Model AssessmentEvaluates unit economics, pricing power, revenue model viability, and path to profitability
Market SizingTAM/SAM/SOM analysis with timing assessment — is the market ready?
Team EvaluationFounder-market fit, team completeness, domain expertise, execution track record
Traction AnalysisGrowth metrics, customer validation, revenue signals, engagement patterns
Real-time Deal ChatAsk follow-up questions, challenge findings, explore what-if scenarios, dig into any dimension
Sector-Aware AnalysisAdapts benchmarks for fintech, healthtech, deeptech, climate, SaaS, consumer, and more
Stage-CalibratedDifferent 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

DimensionWhat Sieve evaluates
I — InnovatorsFounding team quality, experience, domain expertise
M — MarketOpportunity size, timing, tailwinds
P — ProductSolution strength, differentiation, technical depth
A — AdvantageCompetitive moat, defensibility, switching costs
C — CommerceBusiness model, unit economics, pricing power
T — TractionGrowth metrics, validation signals, customer evidence
X — X-FactorUnique qualities, timing advantages, intangibles

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

Quick Start

Install

bash
pip install sieve-mcp

Or run directly without installing:

bash
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:

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

Claude Code

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

Cursor / Windsurf

Add to your MCP settings:

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

Available Tools

ToolWhat it doesRead-only
sieve_screenStart a Quick Screen — pass a company name, optional website URL, pitch deck text, or descriptionNo
sieve_statusPoll analysis progress — see which dimensions are complete and current scoresYes
sieve_summaryGet the full investment memo — Sieve Score, recommendation, strengths, concerns, evidenceYes
sieve_usageCheck how many screens you've used this billing periodYes

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 caseExample 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

VariableRequiredDefaultDescription
SIEVE_API_KEYYesYour Sieve API key (get one free)
SIEVE_API_URLNohttps://api.sieve.arceusxventures.comAPI base URL

Running with Docker

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

Development

bash
# 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 -->

常见问题

io.github.lmwharton/sieve-mcp 是什么?

面向 AI 初创项目尽调的 MCP server,可从 7 个维度筛选公司并生成 Sieve Score,辅助投资判断。

相关 Skills

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描165.3k

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描165.3k

接口测试套件

by alirezarezvani

Universal
热门

扫描 Next.js、Express、FastAPI、Django REST 的 API 路由,自动生成覆盖鉴权、参数校验、错误码、分页、上传与限流场景的 Vitest 或 Pytest 测试套件。

帮你把API与集成测试自动化跑顺,减少回归漏测;能力全面,尤其适合复杂接口场景的QA团队。

平台与服务
未扫描23.5k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
89.1k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
79.9k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
71.9k

评论