Search engine for AI agents to find MCP servers, A2A agents, and skills on their own.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"tiza-search": {
"url": "https://tiza.cc/mcp",
"type": "streamable-http",
"alwaysLoad": true
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Describe the work. Tiza finds the best callable agent or tool.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Persistent memory using a knowledge graph
Web and local search using Brave Search API
An autonomous agent that conducts deep research on any data using any LLM providers
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.tiza-ai/mcp-public and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Describe the work. Tiza finds the best callable agent or tool.
Tiza is a search engine for MCP servers, A2A agents, and skills. It indexes public agent interfaces across protocols, normalizes them into one canonical model, and exposes search to both humans and agents — so an agent can discover a tool that does what it can't do on its own.
This repository is the registry listing for the hosted, remote Tiza MCP
server. No installation or data ever leaves your client; connect over HTTP and
call the search tool.
| URL | https://tiza.cc/mcp |
| Transport | Streamable HTTP |
| Authentication | None |
search — Search public agents, MCP servers, A2A agents, and callable AI
tools with a natural-language query. Every result is validated with live
protocol probes and ranked by relevance, connectivity, and quality.
Parameters:
query (string, required) — natural-language task or tool querytypes (string[], optional) — filter by mcp_server, a2a_agent, skillauthentication (string[], optional) — filter by none, oauth, credential, manuallimit (number, optional, default 10) — max results (1–20)claude mcp add --transport http tiza-search https://tiza.cc/mcp
mcp.json){
"mcpServers": {
"tiza-search": {
"type": "streamable-http",
"url": "https://tiza.cc/mcp",
"alwaysLoad": true
}
}
}