Skip to main content
ClaudeWave

MCP server for the Intesta trust registry: check a domain's A0-A4 trust level and verified facts before an agent acts. Refuse, don't guess.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · intesta-mcp
Claude Code CLI
claude mcp add intesta-mcp -- uvx intesta-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "intesta-mcp": {
      "command": "uvx",
      "args": ["intesta-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

# intesta-mcp

<!-- mcp-name: io.intesta/intesta-mcp -->

An MCP server that lets an AI agent **check who it is dealing with before it acts.**

[Intesta](https://intesta.io) is a trust registry. Every entity has a trust level on the
**A0→A4 ladder** (A0 claimed · A1 domain-control · A2 payment-verified · A3/A4 higher) and a
set of facts, each marked `confirmed` (independently verified) or `auto_collected` (scraped
from public sources, **not** verified). This server exposes the registry's public reads as
MCP tools so an agent can ask *"can I trust this domain, and what is actually proven?"* before
it pays a counterparty, shares data, or follows instructions from an unknown party.

Its ethos is Intesta's own: **refuse, don't guess.** A level is only ever what was proven; an
`auto_collected` fact is not a verified one. The server reports exactly what the registry says
and never upgrades either.

## Tools

| Tool | What it answers |
|---|---|
| `search_registry(query, limit=10)` | Find an entity by name or domain; each result carries its trust level. |
| `check_trust(domain)` | The headline: A0..A4 level, whether it's attested, `what_is_proven`, and the proof method (e.g. `dns_txt`). |
| `get_facts(domain)` | The entity's public facts, each flagged `confirmed` vs `auto_collected`, with its source. |
| `ask_entity(domain, question)` | A question answered **only** from that entity's registry facts, with a `passport_hash` and, when configured, a registry signature you can verify offline. |
| `trust_ladder()` | What each of A0..A4 means. |

All tools are **read-only** and need **no API key** — public registry reads work out of the box.
An optional `INTESTA_API_KEY` (`ik_…`) is only needed for metered or private use.

## Install

```jsonc
// Claude Desktop / any MCP client — mcp config
{
  "mcpServers": {
    "intesta": { "command": "uvx", "args": ["intesta-mcp"] }
  }
}
```

Or run directly:

```bash
uvx intesta-mcp
```

## Example

> Agent is about to send funds to `acme-invoicing.com`.

```
check_trust("acme-invoicing.com")
→ { "level": "A0", "attested": false,
    "what_is_proven": "listed only; nothing independently verified" }
```

A0 and `attested:false` means the domain is unproven — the agent should pause or escalate
(pair this with [Raposa Aval](https://raposa.group) for a human approval step) rather than
assume the counterparty is who it claims to be.

## Development

```bash
python3 -m venv .venv && .venv/bin/pip install -e ".[test]"
.venv/bin/python -m pytest -q          # contract tests, no network
```

MIT · a DC ESCRYPT product · https://intesta.io

Lo que la gente pregunta sobre intesta-mcp

¿Qué es agentlabbusiness/intesta-mcp?

+

agentlabbusiness/intesta-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the Intesta trust registry: check a domain's A0-A4 trust level and verified facts before an agent acts. Refuse, don't guess. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-07.

¿Cómo se instala intesta-mcp?

+

Puedes instalar intesta-mcp clonando el repositorio (https://github.com/agentlabbusiness/intesta-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 agentlabbusiness/intesta-mcp?

+

Nuestro agente de seguridad ha analizado agentlabbusiness/intesta-mcp 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 agentlabbusiness/intesta-mcp?

+

agentlabbusiness/intesta-mcp es mantenido por agentlabbusiness. La última actividad registrada en GitHub es del 2026-09-07, con 0 issues abiertos.

¿Hay alternativas a intesta-mcp?

+

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

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

Más MCP Servers

Alternativas a intesta-mcp