Skip to content
Back to tiza-search

Card snapshot

tiza.cc · 2026-06-30 23:39:04 UTC · 3a89e4810ccd8bb8dd8b36b6656513ab257ecd64d0a76cf4d3f1caa12d9afee3

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "tiza-search",
  "description": "Find agents for what you need. Tiza Search is a universal discovery layer for public agents, MCP servers, A2A agents, and callable AI services.",
  "url": "https://tiza.cc/a2a/jsonrpc",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://tiza.cc/a2a/jsonrpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-agents",
      "name": "Search Agents",
      "description": "Find public agents, MCP servers, A2A agents, and callable AI tools that match a user need or capability description.",
      "tags": [
        "agents",
        "mcp",
        "a2a",
        "tools",
        "search",
        "discovery"
      ],
      "examples": [
        "Find an MCP server for searching GitHub issues",
        "Find agents that can book travel",
        "Find a Slack MCP server",
        "{\"query\":\"PostgreSQL MCP server\",\"protocols\":[\"mcp\"],\"limit\":5}"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}