← z.tools
INDIVIDUAL MCP TOOL
search_websites
Search the curated website and tool directory by keyword and return active catalog matches.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.z-tools]
url = "https://z.tools/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"z-tools": {
"type": "http",
"url": "https://z.tools/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: z-tools
Remote MCP URL: https://z.tools/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"z-tools": {
"url": "https://z.tools/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"z-tools": {
"type": "http",
"url": "https://z.tools/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "z-tools",
"transport": "streamable-http",
"url": "https://z.tools/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_tool_doc— Read the Markdown documentation file for a public Z.Tools tool when one exists.get_website— Fetch one active curated website or tool by slug or id from the public catalog.list_website_categories— List public website directory categories and active website counts for the current locale.list_websites— List active curated websites and tools with optional category, platform, pricing, and name filters.recommend_tool— Recommend the most relevant public Z.Tools tools for a natural-language user task.search_tools— Search the Z.Tools public tool catalog by name, description, slug, and category.