Skip to main content
ClaudeWave

Agent Trust — open profile + reference implementation for proving what an autonomous AI agent is authorized to do: identity, delegation with attenuation, proof-of-possession, attestations, tamper-evident provenance. Built on JWS, OAuth/OIDC, SPIFFE/WIMSE, AuthZEN, OpenID Federation, MCP and A2A.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptApache-2.0Actualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: NPX · mnki-cli
Claude Code CLI
claude mcp add agent-trust -- npx -y mnki-cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-trust": {
      "command": "npx",
      "args": ["-y", "mnki-cli"]
    }
  }
}
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

# Agent Trust

**Prove what an autonomous AI agent is authorized to do.** An open profile plus a reference
implementation for agent identity, principal binding, delegation with attenuation,
capability-based authorization, request proof-of-possession, authorization attestations,
tamper-evident provenance and revocation — carried on JWS, OAuth/OIDC, SPIFFE/WIMSE, AuthZEN,
OpenID Federation, MCP and A2A. No new cryptography, no new protocol.

> No consequential agent action should be accepted because a process is running or a token is
> valid. It should be accepted because the action is attributable, authorized, constrained,
> current and verifiable.

| Package | What it is |
|---|---|
| [`packages/verifier`](packages/verifier) | The pure core: parsing, delegation chain + attenuation, policy engine, request proof, delegation credentials, attestations, the 12-step evidence pipeline. Deterministic, dependency-free, WebCrypto only. |
| [`packages/sdk-ts`](packages/sdk-ts) | `mnki-sdk` — TypeScript SDK: agent identity (keys, signed requests), `guard()` for any tool call, verify, delegate, attest, offline verification against an organization's JWKS; framework adapters as subpaths. |
| [`packages/cli`](packages/cli) | `mnki-cli` — `mnki demo · init · identity · verify · inspect · delegate · attest · scan · protect · conformance` (`agenttrust` is an alias). |
| [`packages/mcp`](packages/mcp) | `mnki-mcp` — a local MCP proxy that verifies every `tools/call` before it reaches the server (`mnki protect` installs it). |
| [`python/`](python) | `pip install mnki` — Python SDK (zero dependencies; `mnki[signing]` for Agent-Proof). |
| [`go/`](go) | Go verifier (same vectors, no dependencies) and **`at-verify`**, the self-hosted verifier that serves `/v1/verify` from an exported organization snapshot. |
| [`spec/`](spec) | **Agent Trust Profile v0.1**, the interoperability positioning, the Internet-Draft (`draft-mnki-agent-trust-profile-00`) and the standards plan. |
| [`conformance/`](conformance) | Executable vectors for **certification levels 1–3** (`LEVELS.md`) — the cross-language contract; TypeScript and Go runners pass them all. |

```bash
npx mnki-cli demo      # the 15-second story, no account: a €47,000 refund denied, €420 allowed
npx mnki-cli scan      # find the MCP servers and API keys agents can use on this machine
npm install mnki-sdk   # guard() any tool call
pip install mnki               # same in Python
```

Develop against the open verifier and SDKs for free; govern fleets with the hosted control plane at
[mnki.com](https://mnki.com) — see [COMMERCIAL.md](COMMERCIAL.md) for the boundary and
[TRADEMARK.md](TRADEMARK.md) for name and badge use. Releases carry npm/PyPI provenance, SBOMs and
cosign-signed checksums ([SECURITY.md](SECURITY.md)).

Apache-2.0.
a2aagent-securityai-agentsauthorizationauthzendelegationdpopgolangjwsmcpopenid-federationprovenancepythonspiffetypescriptwimsezero-trust

Lo que la gente pregunta sobre agent-trust

¿Qué es MNKIAgentOS/agent-trust?

+

MNKIAgentOS/agent-trust es mcp servers para el ecosistema de Claude AI. Agent Trust — open profile + reference implementation for proving what an autonomous AI agent is authorized to do: identity, delegation with attenuation, proof-of-possession, attestations, tamper-evident provenance. Built on JWS, OAuth/OIDC, SPIFFE/WIMSE, AuthZEN, OpenID Federation, MCP and A2A. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-17.

¿Cómo se instala agent-trust?

+

Puedes instalar agent-trust clonando el repositorio (https://github.com/MNKIAgentOS/agent-trust) 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 MNKIAgentOS/agent-trust?

+

Nuestro agente de seguridad ha analizado MNKIAgentOS/agent-trust y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene MNKIAgentOS/agent-trust?

+

MNKIAgentOS/agent-trust es mantenido por MNKIAgentOS. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.

¿Hay alternativas a agent-trust?

+

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

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

Más MCP Servers

Alternativas a agent-trust