RegistryTools
Related Servers
Alternatives to RegistryTools
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables developers to build MCP servers with registry-managed tool metadata, runtime hot-reloading, pluggable authentication and authorization, per-audience tool views, and resilient stateless operation.-
- AlicenseNot gradedqualityBmaintenanceA standalone MCP gateway/proxy server that lets any MCP-compatible client search and call tools across multiple downstream MCP servers through a single mcp proxy tool.22 npmMIT
- AlicenseAqualityFmaintenanceA universal MCP server that exposes all UTCP-registered tools to MCP clients while providing a web interface for tool management.710 npm204MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server that recommends specific tools for tasks by learning from usage patterns and historical success rates. It enables users to register tool capabilities and provides ranked recommendations that adapt based on feedback and execution data.MIT
- FlicenseNot gradedqualityFmaintenanceA production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).34-
- AlicenseNot gradedqualityCmaintenanceA discovery tool for AI agents to search, evaluate, and install MCP servers from multiple registries.1MIT
TDQS
Scored across 6 tools
Most tools have distinct purposes, but search_tools and search_hot_tools overlap significantly. An agent could easily choose the wrong one, especially since search_hot_tools only searches a subset of tools.
All tool names follow a consistent verb_noun pattern (get_, search_, list_, register_, unregister_). The two search tools are clearly named with a descriptive modifier, maintaining predictable structure.
With 6 tools, the server is well-scoped for a tool registry. Each tool covers a core registry operation without unnecessary bloat or missing essentials.
The registry covers basic CRUD (register, get, unregister) and search/list capabilities, but there is no update tool and no way to list all tools without filtering by category. This leaves notable gaps for managing and exploring the full registry.