Skip to main content

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

Project description

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

Variable Required Default Description
SIEVE_API_KEY Yes Your Sieve API key. Get one at app.sieve.arceusxventures.com/settings
SIEVE_API_URL No https://api.sieve.arceusxventures.com API base URL (override for self-hosted)

Available Tools

Tool Description Read-only
sieve_screen Run a Quick Screen on a startup No
sieve_status Check analysis progress Yes
sieve_summary Get full results of a completed analysis Yes
sieve_usage Check API usage for current billing period Yes

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sieve_mcp-0.1.2.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sieve_mcp-0.1.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file sieve_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: sieve_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.7

File hashes

Hashes for sieve_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 333b0661a663c7e5aa4fa8e48aadd381093df72eb3198e7d32b8c18fd6a1795f
MD5 73b7808e308b0e8739c520a28a0b05a0
BLAKE2b-256 346cb4fba5048f236aaa150e093aedddecebc4c5fadc7a874f4882d5d599db2f

See more details on using hashes here.

File details

Details for the file sieve_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: sieve_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.7

File hashes

Hashes for sieve_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8e4a7e9b719f59a5dd80f004af82565cdec4347197ca39bf7c4e49c629f443b3
MD5 2ab8ba1a93326b1dc49239c74e89a2e4
BLAKE2b-256 1a71e45862c024bcd29ee15397daa05515c2e4f67446192fbf53678f45d8ab63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page