streamable-httpMITupdated 2mo ago
Describe the work. Tiza finds the best callable agent or tool.
mcp public で何ができる?
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
| URL | https://tiza.cc/mcp |
| Transport | Streamable HTTP |
| Authentication | None |
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 querytypes(string[], optional) — filter bymcp_server,a2a_agent,skillauthentication(string[], optional) — filter bynone,oauth,credential,manuallimit(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
- Website: https://tiza.cc
License
インストール
mcp public をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http mcp-public https://tiza.cc/mcpcodex mcp add mcp-public --url https://tiza.cc/mcp{
"mcpServers": {
"mcp-public": {
"url": "https://tiza.cc/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-public": {
"type": "http",
"url": "https://tiza.cc/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-public": {
"url": "https://tiza.cc/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-public": {
"serverUrl": "https://tiza.cc/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス16/25
- 信頼性16/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 67 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.0最新 | 2026年6月26日 |