Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: NPX · screenverity-mcp
Claude Code CLI
claude mcp add screenverity-mcp -- npx -y screenverity-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "screenverity-mcp": {
      "command": "npx",
      "args": ["-y", "screenverity-mcp"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# screenverity-mcp

MCP server for **[ScreenVerity](https://screenverity.com)** — U.S. exclusion, debarment and
licence screening for agents, with an Ed25519-signed receipt of exactly which list snapshots
were checked.

Screening one name through a state or federal portal usually costs an agent **~50k–200k tokens**
of browse-and-parse traffic and leaves no audit artefact. One `POST /v1/screen` is **~2k tokens**
of structured JSON, and it leaves evidence.

Coverage is explicit and deliberately unexaggerated — call `sources` and read it. This is not a
"50 states" product.

## Install

```bash
npx screenverity-mcp
```

Or run the single file directly — it has **no dependencies**:

```bash
curl -O https://api.screenverity.com/mcp/server.js
node server.js
```

### Claude Code

```bash
claude mcp add screenverity -- npx -y screenverity-mcp
```

### Any MCP client (stdio)

```json
{
  "mcpServers": {
    "screenverity": {
      "command": "npx",
      "args": ["-y", "screenverity-mcp"]
    }
  }
}
```

## Tools

| Tool | What it does |
|------|--------------|
| `screen` | Screen one subject across every loaded list; returns `clear` / `possible_match` / `match` + a signed receipt |
| `sources` | Which lists are loaded, their jurisdiction, freshness, and `full` / `partial` / `never_loaded` coverage |
| `verify_receipt` | Check an Ed25519 receipt against its request/response |

**All three are free.** No API key, no account, no wallet.

Call `sources` before assuming any particular list is covered.

## Cost

Free. There is no payment, no key and no account.

The public endpoint is rate limited. If you are limited, `screen` returns
`{"error": "rate_limited"}` — **it never fabricates a `clear` result.** That property is
deliberate: a screening tool that guesses is worse than no screening tool.

> 0.1.0 charged $0.25 per call via x402. That is gone. If you pinned 0.1.0, upgrade —
> it points at an endpoint that no longer exists in that form.

## Using the results

- `possible_match` means **adjudicate**, not auto-reject.
- If `complete` is `false`, a list was unavailable — it is not a full screen.
- Always pass `npi`, `dob`, or `license` when you have them. Common names without identifiers are
  capped at `possible_match` by design.

## Not a consumer report

ScreenVerity is compliance-workflow tooling that retrieves and signs public exclusion-list data.
It is **not** a consumer reporting agency and its output is not a consumer report. Do not use it
to make eligibility decisions about employment, credit, insurance, or housing. Consult counsel
about FCRA obligations for your use case.

## More

- Skill description for agents: [`SKILL.md`](SKILL.md)
- Integration guide: [`INTEGRATION.md`](INTEGRATION.md)
- API spec: [`openapi.json`](openapi.json) · live at https://api.screenverity.com/openapi.json
- Coverage, right now: https://api.screenverity.com/v1/sources

## License

MIT

Lo que la gente pregunta sobre screenverity-mcp

¿Qué es williamblakecunningham-max/screenverity-mcp?

+

williamblakecunningham-max/screenverity-mcp es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala screenverity-mcp?

+

Puedes instalar screenverity-mcp clonando el repositorio (https://github.com/williamblakecunningham-max/screenverity-mcp) 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 williamblakecunningham-max/screenverity-mcp?

+

Nuestro agente de seguridad ha analizado williamblakecunningham-max/screenverity-mcp y le ha asignado un Trust Score de 77/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene williamblakecunningham-max/screenverity-mcp?

+

williamblakecunningham-max/screenverity-mcp es mantenido por williamblakecunningham-max. La última actividad registrada en GitHub es del 2026-08-26, con 0 issues abiertos.

¿Hay alternativas a screenverity-mcp?

+

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

Despliega screenverity-mcp 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: williamblakecunningham-max/screenverity-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/williamblakecunningham-max-screenverity-mcp)](https://claudewave.com/repo/williamblakecunningham-max-screenverity-mcp)
<a href="https://claudewave.com/repo/williamblakecunningham-max-screenverity-mcp"><img src="https://claudewave.com/api/badge/williamblakecunningham-max-screenverity-mcp" alt="Featured on ClaudeWave: williamblakecunningham-max/screenverity-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a screenverity-mcp