Server data from the Official MCP Registry
AI startup due diligence — screen companies across 7 dimensions, get a Sieve Score.
AI startup due diligence — screen companies across 7 dimensions, get a Sieve Score.
Valid MCP server (0 strong, 4 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SIEVE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-lmwharton-sieve-mcp": {
"env": {
"SIEVE_API_KEY": "your-sieve-api-key-here"
},
"args": [
"sieve-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
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.
| 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 |
| 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.
pip install sieve-mcp
Or run directly without installing:
uvx sieve-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sieve": {
"command": "uvx",
"args": ["sieve-mcp"],
"env": {
"SIEVE_API_KEY": "your-api-key"
}
}
}
}
claude mcp add sieve -- uvx sieve-mcp
export SIEVE_API_KEY="your-api-key"
Add to your MCP settings:
{
"mcpServers": {
"sieve": {
"command": "uvx",
"args": ["sieve-mcp"],
"env": {
"SIEVE_API_KEY": "your-api-key"
}
}
}
}
| 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 |
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?"
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.
| 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?" |
| 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 |
docker build -t sieve-mcp .
docker run -p 8080:8080 -e SIEVE_API_KEY=your-key sieve-mcp
# 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
Sieve isn't just an MCP server. Use it however fits your workflow:
MIT
Built by ArceusX Ventures — from VCs, for VCs.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.