skillfinder-mcp
Related Servers
Alternatives to skillfinder-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceAn MCP server that aggregates agent skills from skills.sh and GitHub repositories, exposing list_skills, search_skills, and load_skill tools for context-efficient skill discovery and on-demand loading.3MIT
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.5144 npm3MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that generates skill manifests from GitHub skills directories and provides tools to recommend and download AI agent skills.38 npmApache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server for SkillDB that enables AI assistants to search, load, and manage AI agent skills directly.51 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that acts as an AI knowledge and skills hub, automatically discovering, indexing, and serving skill libraries to any MCP client with full-text search, rich metadata, and hot reload.MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that lets AI agents search, view, install, and validate skills from the skillhub registry through tool calls.MIT
TDQS
Scored across 2 tools
search_skills and refresh_index serve clearly different purposes—one retrieves relevant skill documents, the other updates the underlying index. There is no overlap or ambiguity between them.
Both tool names follow a consistent verb_noun snake_case pattern (search_skills, refresh_index). The verbs clearly describe the action and the nouns identify the target.
Two tools is slightly below the typical 3-15 range, but for a focused skill-finding server the pair is logical: one core search tool and one maintenance tool. It is not thin enough to feel incomplete.
The domain is read-only skill discovery, and the search tool returns full skill content while refresh_index keeps the library current. No obvious operations are missing for this server's stated purpose.