Atlas Docs MCP Server
Related Servers
Alternatives to Atlas Docs MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceProvides real-time access to up-to-date library documentation and code examples for any programming library. Helps AI coding assistants deliver accurate, current information instead of relying on outdated training data.16 npmMIT
- AlicenseAqualityDmaintenanceProvides up-to-date, version-specific documentation and code examples for libraries and frameworks directly into AI prompts, eliminating outdated code generation and hallucinated APIs.21,132,952 npmMIT
- FlicenseNot gradedqualityCmaintenanceProvides AI assistants with live, searchable documentation for any programming library, eliminating hallucinated APIs by returning current, structured API references.-
- FlicenseAqualityDmaintenanceProvides Large Language Models with real-time access to the latest documentation for Python libraries like Langchain, LlamaIndex, and OpenAI, enabling accurate and up-to-date code suggestions.1-
- AlicenseAqualityCmaintenanceProvides LLMs with up-to-date, version-specific documentation and code examples directly from library sources, eliminating outdated training data and hallucinated APIs by fetching current documentation at prompt time.21,132,952 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time, up-to-date documentation for major LLM providers (OpenAI, Anthropic, Google Gemini) to prevent hallucinations and outdated code patterns in AI agents.11 npm6MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: listing available doc sets, searching within a set, getting an index, fetching a specific page, and retrieving full content. Even similar-sounding tools like get_docs_index and list_docs are easily differentiated by their descriptions and scope.
All tool names follow a clear verb_noun pattern using the same object prefix 'docs'. The verbs list, search, and get accurately describe the action, and the specific suffixes index, page, and full make the target resource clear.
Five tools is a well-scoped set for a documentation retrieval server. Each tool covers a necessary step in the workflow without unnecessary duplication or bloat.
The tool surface covers the complete documentation access workflow: discover doc sets, search and browse indexes, retrieve individual pages, and get the full corpus. No obvious gaps or dead ends are present.