{
  "specVersion": "1.0",
  "host": {
    "displayName": "Tiza",
    "identifier": "tiza.cc",
    "documentationUrl": "https://tiza.cc",
    "logoUrl": "https://tiza.cc/icon.svg",
    "trustManifest": {
      "identity": "https://tiza.cc",
      "identityType": "https"
    }
  },
  "entries": [
    {
      "identifier": "urn:air:tiza.cc:registry:search",
      "displayName": "Tiza Search",
      "type": "application/ai-registry+json",
      "url": "https://tiza.cc/api/ard/v1/",
      "description": "Universal discovery layer for public skills, MCP servers, A2A agents, and callable tools — tested with live protocol probes.",
      "tags": ["agents", "mcp", "a2a", "tools", "discovery", "registry", "skills"],
      "capabilities": ["search"],
      "representativeQueries": [
        "Find an MCP server for searching GitHub issues",
        "Find an agent that can book travel",
        "Find a Slack MCP server",
        "Find a PostgreSQL MCP server"
      ]
    },
    {
      "identifier": "urn:air:tiza.cc:a2a:tiza-search",
      "displayName": "Tiza Search (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://tiza.cc/.well-known/agent-card.json",
      "description": "A2A agent that finds public agents, MCP servers, A2A agents, and callable AI tools matching a need.",
      "tags": ["agents", "a2a", "search", "discovery"]
    },
    {
      "identifier": "urn:air:tiza.cc:mcp:tiza-search",
      "displayName": "Tiza Search (MCP)",
      "type": "application/mcp-server-card+json",
      "url": "https://tiza.cc/mcp",
      "description": "Hosted, no-auth MCP server exposing the Tiza agent/tool discovery search.",
      "tags": ["mcp", "search", "discovery"]
    }
  ]
}
