{
  "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"]
    }
  ]
}
