Skip to main content

DeepSieve MCP server

Two ways to connect. This package is the stdio + API-key server — ideal for CI, containers, and services. For a developer at their editor, the remote server with browser login (claude mcp add --transport http deepsieve <deployment>/mcp) is easier — no key to manage. See /developers/mcp.

Gives any MCP client (Claude Code, Cursor, Claude Desktop, …) nine outcome-shaped tools over the DeepSieve /v1 API: verify the account, discover the Blueprint schema, start/poll/cancel research runs, read the cited dataset incrementally, export it, and inspect webhooks.

It is a plain API client — it holds no privileged access, only the scoped key you give it (mint one with the Agent preset at /settings/api-keys; it can run research and read results but can't touch your schema or billing).

Install

🛑 0.1.0 does not start, and 0.1.1 fixes it. 0.1.0 declared an unbounded mcp>=1.2.0; mcp 2.x renamed FastMCP to MCPServer, so on 0.1.0 uvx deepsieve-mcp fails with ModuleNotFoundError: No module named 'mcp.server.fastmcp'. Nothing in this package changed — the dependency released a major, months after we published.

0.1.1 caps the dependency at mcp<2 and starts normally, so plain uvx deepsieve-mcp is correct again. If you are pinned to 0.1.0, add one flag: uvx --with 'mcp<2' deepsieve-mcp (or "args": ["--with", "mcp<2", "deepsieve-mcp"] in the JSON below).

The port to mcp 2.x — which is what will let the cap come off — is tracked in #796.

# Claude Code
claude mcp add deepsieve \
  --env DEEPSIEVE_API_KEY=ds_live_... \
  --env DEEPSIEVE_API_URL=https://your-deployment.example.com \
  -- uvx deepsieve-mcp

Manual mcpServers JSON (Cursor, Claude Desktop):

{
  "mcpServers": {
    "deepsieve": {
      "command": "uvx",
      "args": ["deepsieve-mcp"],
      "env": {
        "DEEPSIEVE_API_KEY": "ds_live_...",
        "DEEPSIEVE_API_URL": "https://your-deployment.example.com"
      }
    }
  }
}

DEEPSIEVE_API_URL defaults to http://localhost:8200 (local dev stack).

Tools

get_account · get_blueprint · start_research · get_run_status · list_runs · cancel_run · query_entities · export_dataset · list_webhooks

Full API docs: /developers on your deployment (also /llms.txt). PyPI/npm publishing and a hosted Streamable-HTTP OAuth server are tracked follow-ups (issue #116 Phase-2).

Release files for deepsieve-mcp 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for deepsieve-mcp 0.1.1
File Size Uploaded
deepsieve_mcp-0.1.1.tar.gz 8.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for deepsieve-mcp 0.1.1
File Interpreter ABI Platform
deepsieve_mcp-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size:15.6 kB

Release files / deepsieve_mcp-0.1.1.tar.gz

Download URL deepsieve_mcp-0.1.1.tar.gz
Size 8.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7c63a718916a4efc99098184b367df417bab0f9e27b87ca745e344116b78246e
BLAKE2b-256 checksum
How to use checksums
f724525e6e02b21761e26a88cf5a1dd62ffd68e0259d65681009198e9b778d52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 27, 2026.

Transparency log

Release files / deepsieve_mcp-0.1.1-py3-none-any.whl

Download URL deepsieve_mcp-0.1.1-py3-none-any.whl
Size 7.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
466f95489d88ed9bda770f25bccc7a1bacb054a397b4362815bd038dd522a227
BLAKE2b-256 checksum
How to use checksums
3b59f488cbb956634497e3097c3fd3d4296cf930588d9bd23a0b6a781f0c35b3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 27, 2026.

Transparency log

Release history Release notifications | RSS feed

0.3.0

2 release files

0.1.2

2 release files

This release

0.1.1 This release

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page