Back to Browse

Public MCP Server

by Tiza Ai
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search engine for AI agents to find MCP servers, A2A agents, and skills on their own.

About

Search engine for AI agents to find MCP servers, A2A agents, and skills on their own.

Remote endpoints: streamable-http: https://tiza.cc/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

1 tool verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-tiza-ai-mcp-public": {
      "url": "https://tiza.cc/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Tiza Search — Remote MCP Server

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.

Endpoint

URLhttps://tiza.cc/mcp
TransportStreamable HTTP
AuthenticationNone

Capabilities

  • 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 query
    • types (string[], optional) — filter by mcp_server, a2a_agent, skill
    • authentication (string[], optional) — filter by none, oauth, credential, manual
    • limit (number, optional, default 10) — max results (1–20)

Connect

Claude Code

claude mcp add --transport http tiza-search https://tiza.cc/mcp

Claude Desktop / other clients (mcp.json)

{
  "mcpServers": {
    "tiza-search": {
      "type": "streamable-http",
      "url": "https://tiza.cc/mcp",
      "alwaysLoad": true
    }
  }
}

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Public MCP Server - Search engine for AI agents to find MCP servers, A2A | MCP Marketplace