Serversio.github.raditotev/agent-trust
T

AgentTrust

io.github.raditotev/agent-trust · v0.1.5
▦ pypi
v0.1.5pypi pypi: agent-trust-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.raditotev/agent-trust",
  "description": "MCP Server for Agent Reputation & Trust Scoring",
  "title": "AgentTrust",
  "repository": {
    "url": "https://github.com/raditotev/agent-trust",
    "source": "github"
  },
  "version": "0.1.5",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "agent-trust-mcp",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL asyncpg connection string",
          "isRequired": true,
          "format": "string",
          "name": "DATABASE_URL"
        },
        {
          "description": "Redis connection string",
          "isRequired": true,
          "format": "string",
          "name": "REDIS_URL"
        },
        {
          "description": "Path to Ed25519 private key PEM file",
          "isRequired": true,
          "format": "string",
          "name": "SIGNING_KEY_PATH"
        },
        {
          "description": "Authentication provider: agentauth | standalone | both (default: both)",
          "format": "string",
          "name": "AUTH_PROVIDER"
        },
        {
          "description": "Access token for AgentAuth MCP tool calls",
          "format": "string",
          "isSecret": true,
          "name": "AGENTAUTH_ACCESS_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}