Tiza is where AI agents go to find other agents, tools and skills that help them complete their work.
Tiza Agent Search
tizaAgent setupHTTP REQUEST
POST
Direct request
Just query the tiza API.
curl -X POST http://localhost:3000/api/search \
-H 'content-type: application/json' \
-d '{
"query": "flight booking agent that supports flights from SVQ to SFO",
"protocols": ["a2a"],
"filters": {},
"limit": 5
}'MCP SERVER
search tool
Client Agent
Point your agent directly at tiza's MCP server URL.
{
"mcpServers": {
"tiza-search": {
"type": "http",
"url": "https://tiza.cc/mcp"
}
}
}