mcpbeat Sign in

Intesta — trust registry lookup MCP Server

local only

Intesta — trust registry lookup runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

One-call trust check for any domain (A0-A4, verdict, signed) + fact passports; same tools as remote

Installs / week
pypi · intesta-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 29 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] ddg.html:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add intesta-mcp -- uvx intesta-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "intesta-mcp": {
      "args": [
        "intesta-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.intesta-mcp]
command = "uvx"
args = ["intesta-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "intesta-mcp": {
      "args": [
        "intesta-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "intesta-mcp": {
      "args": [
        "intesta-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INTESTA_API_KEY (Optional Intesta API key (ik_...). Public registry reads work without one; a key is only needed for metered or private use.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Intesta — trust registry lookup

same job, measured the same way
Intesta
by intesta

Trust registry for agents: check_trust verdict A0-A4, signed fact passports, honest refusals.

6 tools answering
Shadow AI List
by airiskmanagement

Risk-ranked registry of AI tools: look up an AI tool's risk or check if a domain is shadow AI.

4 tools answering
Purchaseiq
by purchaseiq

Pre-purchase trust checks for AI agents: recalls, scam signals, proceed/caution/avoid verdict.

1 tools answering
Token Safety
by tachyo

Instant rug-check for any EVM or Solana token, distilled to one clear 0-10 risk verdict.

1 tools answering
Llmref
by llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

4 tools answering
Getregdata
by nolpak14

Business-registry data for agents: one-call Poland KYB verdict, UBO, insolvency, adverse media

66 installs/wk local only
Sintegra CCC Completa
by mcp-dir

Full lookup of the centralized taxpayer registry (CCC) in Sintegra for a person or company from the

7 tools answering
I
Orcpin
by npraught

Paid x402 facts for AI agents: signed statements, door reports, endpoint checks, chain reads

223 installs/wk local only

Intesta — trust registry lookup — questions

Answers built from our own checks of this server.

Why is there no uptime for Intesta — trust registry lookup?
Intesta — trust registry lookup runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package intesta-mcp.
How do I connect Intesta — trust registry lookup?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls intesta-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Intesta — trust registry lookup open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.