pakx
← Explore

ai.agenttrust/mcp-server

1.1.1
MCP Registry

ai.agenttrust/mcp-server

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

Install

One line. Adds the dep to agents.yml and resolves it.

pakx add mcp ai.agenttrust/mcp-server

Raw metadata

Source-specific install hints as returned by the official MCP Registry.

{
  "server": {
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "ai.agenttrust/mcp-server",
    "description": "Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.",
    "title": "AgentTrust — Identity & Trust for A2A Agents",
    "repository": {
      "url": "https://github.com/agenttrust/mcp-server",
      "source": "github"
    },
    "version": "1.1.1",
    "websiteUrl": "https://agenttrust.ai",
    "icons": [
      {
        "src": "https://agenttrust.ai/icon.png",
        "sizes": [
          "96x96"
        ]
      }
    ],
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@agenttrust/mcp-server",
        "version": "1.1.1",
        "transport": {
          "type": "stdio"
        },
        "environmentVariables": [
          {
            "description": "Your AgentTrust API key from https://agenttrust.ai",
            "isRequired": true,
            "isSecret": true,
            "name": "AGENTTRUST_API_KEY"
          }
        ]
      }
    ]
  },
  "_meta": {
    "io.modelcontextprotocol.registry/official": {
      "status": "active",
      "statusChangedAt": "2026-03-06T11:23:10.721165Z",
      "publishedAt": "2026-03-06T11:23:10.721165Z",
      "updatedAt": "2026-03-06T11:23:10.721165Z",
      "isLatest": true
    }
  }
}