Skip to main content
ClaudeWave

Zetesis MCP client: scientific due diligence on a claim, evaluated by a hosted engine and sealed in a verifiable attestation.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado 7d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · zetesis-client
Claude Code CLI
claude mcp add zetesis -- uvx zetesis-client
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "zetesis": {
      "command": "uvx",
      "args": ["zetesis-client"],
      "env": {
        "ZETESIS_TOKEN": "<zetesis_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
ZETESIS_TOKEN
Casos de uso

Resumen de MCP Servers

# Zetesis

[Available on Smithery](https://smithery.ai/servers/reutavidan/zetesis)

Scientific due diligence on a claim, from inside Claude, Copilot, or any MCP host.

Give Zetesis a claim, an abstract, a paper, a grant or a deck. It routes the claim to its
scientific class, then returns the questions a domain reviewer would ask, the failure patterns
that caught comparable claims before, and the public evidence bearing on it, with a PMID, DOI,
NCT number, NIH grant number or SEC filing reference on every source. Every identifier it hands
back was retrieved. None are generated.

It can also evaluate a claim **as it stood in an earlier year**, restricting evidence to what
existed by then, so a claim is judged on what was knowable at the time rather than on how it
turned out.

## Connect it

The hosted server is at `https://api.zetesis.science/mcp`, over Streamable HTTP.
**No account, key or token is required.**

Claude Code:

```bash
claude mcp add --transport http zetesis https://api.zetesis.science/mcp
```

Claude Desktop (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "zetesis": {
      "type": "http",
      "url": "https://api.zetesis.science/mcp"
    }
  }
}
```

Any other MCP client:

| Client | How |
|---|---|
| **Microsoft Copilot Studio** | Tools, then Add a tool, then Model Context Protocol. Server URL, auth **None**. |
| **ChatGPT** | Settings, then Connectors, then Developer mode. Add the URL. |
| **Gemini CLI** | `gemini mcp add --transport http zetesis https://api.zetesis.science/mcp` |

For Gemini's `settings.json`, use `httpUrl` rather than `url`; the latter is SSE and will not
connect. Full setup notes: <https://api.zetesis.science/docs>

## Tools

**`zetesis_scope`** routes the claim and returns the diligence apparatus for its class: the
questions a reviewer would ask, structured by substrate, methods, cohort and risk of bias, a
failure-pattern taxonomy carrying the companies each pattern was derived from, and the edge cases
where those patterns were wrong. A checklist that only ever fires positive teaches over-rejection,
so the counterexamples ship alongside it.

**`zetesis_evidence`** runs the searches and returns a deduplicated bundle from Europe PMC,
ClinicalTrials.gov, openFDA, NIH RePORTER and SEC EDGAR, every source carrying a hard public
identifier, followed by the grading rubric so you grade the evidence yourself in context.

**Neither of those calls a language model.** They return in under a second, cost nothing to run,
and send nothing to a model provider. That is usually the answer a security reviewer is looking
for.

**`evaluate_claim`** produces Zetesis's own graded reading server-side. Slower, and only needed
when the assessment itself is the deliverable rather than the evidence.

**`verify_attestation`** re-checks a signed Zetesis record to confirm its claim, evidence and
conclusion have not been altered since signing. Needs no account.

Claim classes: genomics and Mendelian randomisation, single-cell, bulk omics, CRISPR screens,
clinical trials, real-world evidence, AI clinical decision support, diagnostics, preclinical
models, cell and gene therapy, structural biology.

## Why the year fence matters

Ask a general model about a 2020 claim today and it answers with years of hindsight; the
publication that mattered at the time is buried under everything published since.

Measured on a control claim: unfenced retrieval **missed the pivotal publication entirely** and
scored 35% evidence coverage. Fenced to the claim's own year, the same query set retrieved it and
coverage rose to 79%. So the fence is not only about honesty in retrospect. It is a retrieval
precision feature.

Set `as_of` to the year a claim was made for anything that is not brand new.

## Try it

```
What did the published evidence actually support about aducanumab and cognitive
decline at the end of 2019, using only sources available by then?
```

Then ask the same question without the year and compare. The difference is the point.

## Privacy

The evidence tools send nothing to a model provider. `evaluate_claim` processes claim text through
a model sub-processor, named along with retention terms and hosting region in the
[privacy policy](https://api.zetesis.science/privacy). Claim text is not logged; only metadata
(the routed class, depth, counts) is kept.

## The Python client

This repository also publishes a thin stdio MCP client to PyPI, which predates the hosted server
and exposes an older tool set (`evaluate_claim`, `check_evaluation`, `verify_attestation`,
`account_status`). It holds no keys and runs no model; every call is proxied to the hosted engine,
and it needs a token.

**Prefer the hosted endpoint above.** It needs no token and carries the current tools. The client
remains for existing stdio setups:

```bash
claude mcp add zetesis --env ZETESIS_TOKEN=zk_... -- uvx --from zetesis zetesis-client
```

Tokens: <https://api.zetesis.science/request-access>

- `ZETESIS_TOKEN` sets the token (verification works without one)
- `ZETESIS_API` overrides the API base, default `https://api.zetesis.science`

## Security

Report vulnerabilities privately to <avidan.r@zetesis.science>. See [SECURITY.md](SECURITY.md).

MIT licensed. The hosted engine is a separate service.

---
mcp-name: io.github.reutavidan/zetesis

Lo que la gente pregunta sobre zetesis

¿Qué es reutavidan/zetesis?

+

reutavidan/zetesis es mcp servers para el ecosistema de Claude AI. Zetesis MCP client: scientific due diligence on a claim, evaluated by a hosted engine and sealed in a verifiable attestation. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-01.

¿Cómo se instala zetesis?

+

Puedes instalar zetesis clonando el repositorio (https://github.com/reutavidan/zetesis) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar reutavidan/zetesis?

+

Nuestro agente de seguridad ha analizado reutavidan/zetesis y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene reutavidan/zetesis?

+

reutavidan/zetesis es mantenido por reutavidan. La última actividad registrada en GitHub es del 2026-09-01, con 0 issues abiertos.

¿Hay alternativas a zetesis?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega zetesis en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: reutavidan/zetesis
[![Featured on ClaudeWave](https://claudewave.com/api/badge/reutavidan-zetesis)](https://claudewave.com/repo/reutavidan-zetesis)
<a href="https://claudewave.com/repo/reutavidan-zetesis"><img src="https://claudewave.com/api/badge/reutavidan-zetesis" alt="Featured on ClaudeWave: reutavidan/zetesis" width="320" height="64" /></a>

Más MCP Servers

Alternativas a zetesis