Skip to main content
Glama

Related Servers

Alternatives to mrx-public

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to search 580,000+ open-access papers, standards, textbooks, and legal documents, resolve identifiers such as RFCs, DOIs, and legal citations, download PDFs, and retrieve citations and metadata through MCP tools.
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Provides Google search, URL extraction, and academic paper inline extraction without API keys, enabling search and content retrieval from a single MCP server.
      5
      1,307 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides read-only MCP tools for hybrid semantic and keyword search over locally indexed PDF documentation, with citations and context retrieval for LLM agents.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to perform web research over MCP: search with a real browser, fetch JS-rendered pages, download PDFs and convert them to Markdown, then search and page through large documents using bounded previews so the context window isn't flooded.
      BSD Zero Clause

    TDQS

    A3.7/5.0

    Scored across 6 tools

    Disambiguation2/5

    mrx_search_guides and search both search public MRX guides with overlapping purposes, while fetch and mrx_read_page both retrieve canonical public documents by canonical ID. mrx_get_started also overlaps with generic page reading, leaving only mrx_status as clearly distinct.

    Naming Consistency2/5

    Most tools use a mrx_ prefix and snake_case, but 'search' and 'fetch' break the pattern as bare unprefixed verbs. The remaining names mix noun-only (mrx_status), verb phrase (mrx_get_started), and verb_noun (mrx_search_guides, mrx_read_page) conventions.

    Tool Count4/5

    Six tools is a reasonable size for a public document research server, but the set is slightly padded by duplicate search and fetch/read tools that could be consolidated into one search and one retrieval tool.

    Completeness4/5

    The discover-then-retrieve workflow is largely covered: search finds canonical documents, fetch/read_page retrieves them, and status/get_started provide orientation. The only minor gap is the lack of an explicit list-all or browse-all tool, though search and status mitigate this.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues