F
licenseNot graded
qualityB
maintenanceAn MCP server that retrieves and cleans official documentation for popular AI/Python libraries via web search and LLM processing, exposing a get_docs tool.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: fetching a specific doc, listing categories, and searching. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern in snake_case: get_doc, list_categories, search_docs.
With 3 tools, the set is well-scoped for a documentation server, covering essential operations without being too sparse or excessive.
The tool surface covers searching, listing categories, and fetching specific docs, providing a complete workflow for documentation access.