mrx-public
Related Servers
Alternatives to mrx-public
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables MCP-capable agents to search, retrieve, cite, and graph-explore curated SEO, SaaS, and LLM-wiki knowledge locally without API keys.5447 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseAqualityBmaintenanceProvides Google search, URL extraction, and academic paper inline extraction without API keys, enabling search and content retrieval from a single MCP server.51,307 npmMIT
- FlicenseNot gradedqualityCmaintenanceProvides read-only MCP tools for hybrid semantic and keyword search over locally indexed PDF documentation, with citations and context retrieval for LLM agents.-
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseAqualityBmaintenanceEnables AI agents to perform multi-engine web search, fetch web pages, and extract clean Markdown content via MCP, with no API keys required.354 PyPI8MIT
TDQS
Scored across 6 tools
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.
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.
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.
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.