{
  "markdown": "# Tiza Search — Remote MCP Server\n\n> Describe the work. Tiza finds the best callable agent or tool.\n\n**Tiza** is a search engine for MCP servers, A2A agents, and skills. It indexes\npublic agent interfaces across protocols, normalizes them into one canonical\nmodel, and exposes search to both humans and agents — so an agent can discover a\ntool that does what it can't do on its own.\n\nThis repository is the registry listing for the **hosted, remote** Tiza MCP\nserver. No installation or data ever leaves your client; connect over HTTP and\ncall the `search` tool.\n\n## Endpoint\n\n| | |\n|---|---|\n| **URL** | `https://tiza.cc/mcp` |\n| **Transport** | Streamable HTTP |\n| **Authentication** | None |\n\n## Capabilities\n\n- **`search`** — Search public agents, MCP servers, A2A agents, and callable AI\n  tools with a natural-language query. Every result is validated with live\n  protocol probes and ranked by relevance, connectivity, and quality.\n\n  Parameters:\n  - `query` *(string, required)* — natural-language task or tool query\n  - `types` *(string[], optional)* — filter by `mcp_server`, `a2a_agent`, `skill`\n  - `authentication` *(string[], optional)* — filter by `none`, `oauth`, `credential`, `manual`\n  - `limit` *(number, optional, default 10)* — max results (1–20)\n\n## Connect\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http tiza-search https://tiza.cc/mcp\n```\n\n### Claude Desktop / other clients (`mcp.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"tiza-search\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://tiza.cc/mcp\",\n      \"alwaysLoad\": true\n    }\n  }\n}\n```\n\n## Links\n\n- Website: https://tiza.cc\n\n## License\n\n[MIT](./LICENSE)\n",
  "bytes": 1651,
  "sha": "cc5381527dd8f87bd3f4a7f234ab5f6b8478efdcc0e7d9a885195c7008f5ec42",
  "repo_slug": "tiza-ai/mcp-public",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tiza_ai_mcp_public_f89385a8/readme"
}