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.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add intesta-mcp -- uvx intesta-mcp{
"mcpServers": {
"intesta-mcp": {
"command": "uvx",
"args": ["intesta-mcp"]
}
}
}MCP Servers overview
# 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
What people ask about intesta-mcp
What is agentlabbusiness/intesta-mcp?
+
agentlabbusiness/intesta-mcp is mcp servers for the Claude AI ecosystem. 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. It has 0 GitHub stars and its last recorded update is dated 2026-09-07.
How do I install intesta-mcp?
+
You can install intesta-mcp by cloning the repository (https://github.com/agentlabbusiness/intesta-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is agentlabbusiness/intesta-mcp safe to use?
+
Our security agent has analyzed agentlabbusiness/intesta-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains agentlabbusiness/intesta-mcp?
+
agentlabbusiness/intesta-mcp is maintained by agentlabbusiness. The last recorded GitHub activity is dated 2026-09-07, with 0 open issues.
Are there alternatives to intesta-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy intesta-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!