of-mcp
Related Servers
Alternatives to of-mcp
No user-submitted related servers found.
Related Servers
TDQS
Scored across 4 tools
Each tool serves a distinct purpose: answer_question returns RAG context, get_page retrieves full page markdown, list_sections navigates the doc tree, and search_docs performs keyword search. No overlap in functionality.
All tools follow a consistent verb_noun snake_case pattern (answer_question, get_page, list_sections, search_docs), making it easy to infer their actions.
With 4 tools, the server is well-scoped for documentation retrieval and search. Each tool earns its place, covering essential operations without unnecessary bloat.
The tool set covers the full lifecycle of documentation access: search (search_docs), context retrieval (answer_question), page content (get_page), and navigation (list_sections). No obvious gaps.