Serversio.github.agntor/trust
T

io.github.agntor/trust

io.github.agntor/trust · v0.1.0
▦ npm
v0.1.0npm npm: @agntor/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.agntor/trust",
  "description": "Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.",
  "repository": {
    "url": "https://github.com/agntor/mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agntor/mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for Agntor backend calls (get one at app.agntor.com)",
          "format": "string",
          "isSecret": true,
          "name": "AGNTOR_API_KEY"
        },
        {
          "description": "JWT signing key for audit ticket generation",
          "format": "string",
          "isSecret": true,
          "name": "AGNTOR_SECRET_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}