XRB MCP
Related Servers
Alternatives to XRB MCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceEnables discovery, retrieval, summarization, comparison, methodology and limitation analysis, research gap identification, and local management of academic papers via arXiv and Gemini AI.10-
- AlicenseAqualityBmaintenanceProvides local academic literature search and writing support by querying OpenAlex, arXiv, and Crossref, downloading open-access PDFs, extracting IMRaD sections, and appending BibTeX references.42MIT
- AlicenseAqualityDmaintenanceEnables searching, downloading, and managing academic papers from arXiv.org through natural language interactions. Provides tools for paper discovery, PDF downloads, and local paper collection management.41MIT
- AlicenseBqualityAmaintenanceEnables provenance-first scholarly retrieval, paper ingestion, and reproducible research workflows by searching academic and developer sources, extracting source-located facts and claims, and preserving evidence and provider uncertainty for MCP clients.371Apache 2.0
- AlicenseAqualityDmaintenanceEnables LLMs to search, fetch, and manage arXiv research papers across various categories. It allows users to browse recent publications, query specific metadata, and retrieve full abstracts through a local database.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching ArXiv, fetching and indexing papers, and querying a personal paper library using vectorless RAG with BM25 and contextual compression, all without GPU or embedding models.1MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct role: search_literature finds passages and citations, get_paper retrieves metadata by identifier, and get_source resolves identity records. Even though get_paper and get_source share a naming prefix, their descriptions make the boundary obvious.
All tool names follow a consistent verb_noun snake_case pattern: search_literature, get_paper, get_source. The use of search_ for discovery and get_ for targeted lookups is a predictable and readable convention.
Three tools is a well-scoped set for a read-only literature retrieval server. Each tool covers a distinct part of the workflow without unnecessary duplication or bloat.
For the apparent domain of local literature retrieval and source identity resolution, the surface is complete: search for passages, fetch paper metadata and evidence references, and resolve source identities. No obvious dead-end workflow is visible.