{
  "specVersion": "1.0",
  "host": {
    "displayName": "Golem",
    "documentationUrl": "https://golem.team"
  },
  "entries": [
    {
      "identifier": "urn:air:golem:mcp:context",
      "displayName": "Golem Context",
      "type": "application/mcp-server-card+json",
      "description": "Search an agent's own conversation history, recall durable context, and pull artifacts from a tamper-evident ledger the user owns.",
      "tags": ["ai-agents", "governance", "observability", "audit", "mcp"],
      "capabilities": [
        "SearchAgentActivity",
        "ConversationHistory",
        "SessionTimeline",
        "LedgerAudit",
        "ArtifactRetrieval",
        "BehaviorFlagging"
      ],
      "representativeQueries": [
        "What has my AI agent been doing?",
        "Search my agent's conversation history",
        "Show a tamper-evident audit trail of an agent's tool calls",
        "Flag suspicious agent behavior for review"
      ],
      "updatedAt": "2026-07-23T00:00:00Z",
      "metadata": {
        "registration": "https://app.golem.team/auth.md",
        "authorizationMetadata": "https://app.golem.team/.well-known/oauth-authorization-server"
      },
      "data": {
        "name": "Golem Context",
        "protocol": "mcp",
        "description": "MCP capability for querying the Golem operational ledger for AI agents.",
        "auth": {
          "type": "oauth2",
          "registration": "https://app.golem.team/auth.md",
          "metadata": "https://app.golem.team/.well-known/oauth-authorization-server",
          "scopes_supported": ["context.read", "artifact.read", "flags.write"]
        }
      }
    },
    {
      "identifier": "urn:air:golem:mcp:safety",
      "displayName": "Golem Safety",
      "type": "application/mcp-server-card+json",
      "description": "Real-time verdict on a URL or tool target from aggregated threat intelligence. Answers 'is it safe to connect?' at action-time, on the wire when the agent acts.",
      "tags": ["ai-agents", "security", "threat-intelligence", "safety", "mcp"],
      "capabilities": [
        "UrlThreatCheck",
        "ToolTargetSafety",
        "ActionTimeGate"
      ],
      "representativeQueries": [
        "Is this URL safe for my agent to open?",
        "Check a tool target against threat intelligence before connecting",
        "Is it safe for my agent to connect to this MCP server?"
      ],
      "updatedAt": "2026-07-23T00:00:00Z",
      "metadata": {
        "registration": "https://app.golem.team/auth.md",
        "authorizationMetadata": "https://app.golem.team/.well-known/oauth-authorization-server"
      },
      "data": {
        "name": "Golem Safety",
        "protocol": "mcp",
        "description": "Action-time safety verdict gate enforced inline by the Golem agent.",
        "auth": {
          "type": "oauth2",
          "registration": "https://app.golem.team/auth.md",
          "metadata": "https://app.golem.team/.well-known/oauth-authorization-server",
          "scopes_supported": ["safety.check"]
        }
      }
    }
  ]
}
