MCP Hub
Back to servers

sieve-mcp

AI startup due diligence — screen companies across 7 dimensions, get a Sieve Score.

Registry
Updated
Mar 3, 2026

Quick Install

uvx sieve-mcp

PyPI version Python 3.10+ License: MIT MCP Compatible

Sieve MCP Server

From company name to investment decision. Sieve scores startups across 7 dimensions so you know who's worth a meeting.

An MCP server that brings AI-powered startup due diligence into Claude, Cursor, Windsurf, and any MCP-compatible assistant. Screen any startup, get a quantified Sieve Score (0-140), and a clear Take Meeting / Pass recommendation.

Quick Start

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

Then set your API key in the environment:

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"
      }
    }
  }
}

Environment Variables

VariableRequiredDefaultDescription
SIEVE_API_KEYYesYour Sieve API key. Get one at app.sieve.arceusxventures.com/settings
SIEVE_API_URLNohttps://api.sieve.arceusxventures.comAPI base URL (override for self-hosted)

Available Tools

ToolDescriptionRead-only
sieve_screenRun a Quick Screen on a startupNo
sieve_statusCheck analysis progressYes
sieve_summaryGet full results of a completed analysisYes
sieve_usageCheck API usage for current billing periodYes

Example Usage

A typical workflow in any MCP-compatible AI assistant:

  1. Screen a startup:

    "Run a Sieve screen on Acme Corp at acme.com"

  2. Poll for progress (analysis takes 2-5 minutes):

    "Check the status of that Sieve analysis"

  3. Get results:

    "Show me the Sieve summary for that analysis"

  4. Check usage:

    "How many Sieve screens do I have left this month?"

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

License

MIT

Reviews

No reviews yet

Sign in to write a review