DeepSieve MCP server
Two ways to connect. This package is the stdio + API-key server — ideal for CI, containers, and services. Where a deployment has the remote server with browser login enabled, that route is easier for a developer at their editor — no key to manage. It is not enabled on every deployment, so see https://deepsieve.ai/developers/mcp for the current endpoint rather than assuming one.
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;mcp2.x renamedFastMCPtoMCPServer, so on 0.1.0uvx deepsieve-mcpfails withModuleNotFoundError: 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<2and starts normally, so plainuvx deepsieve-mcpis 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
mcp2.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://deepsieve.ai \
-- 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://deepsieve.ai"
}
}
}
}
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 · list_members
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).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepsieve_mcp-0.3.0.tar.gz.
File metadata
- Download URL: deepsieve_mcp-0.3.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b20466c269ebe23e82edd8648993f3b9357e30b361539026a93ce0096d9ca2f8
|
|
| MD5 |
f027eb1aeb76fac69a6e64e600f82313
|
|
| BLAKE2b-256 |
79b4f4e705cd7e0da8ca051c4cef90baa4acfba5e69f9deb0ae09d8de5d2aef1
|
Provenance
The following attestation bundles were made for deepsieve_mcp-0.3.0.tar.gz:
Publisher:
publish-mcp.yml on honeynudger/deep-sieve
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
deepsieve_mcp-0.3.0.tar.gz -
Subject digest:
b20466c269ebe23e82edd8648993f3b9357e30b361539026a93ce0096d9ca2f8 - Sigstore transparency entry: 2767024852
- Sigstore integration time:
-
Permalink:
honeynudger/deep-sieve@45082575c26f1a421776768daff250f7dd239339 -
Branch / Tag:
refs/tags/mcp-v0.3.0 - Owner: https://github.com/honeynudger
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp.yml@45082575c26f1a421776768daff250f7dd239339 -
Trigger Event:
push
-
Statement type:
File details
Details for the file deepsieve_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: deepsieve_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de8eacdd6f83e8fc6d616cbc73a28e9b599b87e5db86017384351c8318c01025
|
|
| MD5 |
06f0b16db7802b7b9a571fdbadf71110
|
|
| BLAKE2b-256 |
bffa194d2cb35fc213589263642c21fe20ee61fa489913cc2d39b5384838f51a
|
Provenance
The following attestation bundles were made for deepsieve_mcp-0.3.0-py3-none-any.whl:
Publisher:
publish-mcp.yml on honeynudger/deep-sieve
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
deepsieve_mcp-0.3.0-py3-none-any.whl -
Subject digest:
de8eacdd6f83e8fc6d616cbc73a28e9b599b87e5db86017384351c8318c01025 - Sigstore transparency entry: 2767025326
- Sigstore integration time:
-
Permalink:
honeynudger/deep-sieve@45082575c26f1a421776768daff250f7dd239339 -
Branch / Tag:
refs/tags/mcp-v0.3.0 - Owner: https://github.com/honeynudger
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp.yml@45082575c26f1a421776768daff250f7dd239339 -
Trigger Event:
push
-
Statement type: