literature-evidence-mcp
Related Servers
Alternatives to literature-evidence-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables users to maintain append-only content history with verified publication and social follow-through outcomes, search for overlaps, and run read-only integrity verification of stored snapshots.16MIT
- AlicenseBqualityBmaintenanceEnables AI agents to securely read, search, and write to a local Markdown knowledge base with hybrid RAG retrieval, privacy zones, hash-locked writes, audit logging, and rollback-safe archiving.13MIT
- AlicenseAqualityBmaintenanceEnables AI agents to maintain a persistent, queryable memory stored as user-owned Markdown files, with dual-channel retrieval (FTS5 and optional semantic search) and an audited write pipeline.11MIT
- FlicenseBqualityBmaintenanceEnables local-first context retrieval and management from JSONL and Markdown sources through MCP, with a rebuildable full-text search index and support for stable reference pagination.1-
- AlicenseNot gradedqualityBmaintenanceProvides structured, addressable access to a local markdown vault with heading-anchored fragments, BM25 search, and stable IDs for verifiable retrieval.14 npm2MIT
- AlicenseNot gradedqualityCmaintenanceBuilds searchable SQLite databases from PDFs, preserving inline image locations for AI agents to discover and caption visual content. Supports full-text search over text, image placeholders, and saved captions.1MIT
TDQS
Scored across 8 tools
Each tool targets a distinct operation: corpus search, within-document search, single or multiple excerpt retrieval, TOC navigation, section reading, metadata lookup, and repository status. The closest pair, search_documents and find_in_document, is clearly separated by scope.
Most tools consistently follow a verb_noun snake_case pattern such as get_document_metadata, search_documents, and read_document_section. The only notable deviation is retrieval_status, which uses a noun phrase instead of a verb-first name.
Eight tools is well-scoped for a focused literature-evidence retrieval server. Each tool provides a clear, non-redundant capability needed for searching, navigating, and extracting verified evidence.
The tool set covers the core workflow from searching a snapshot to retrieving metadata, TOC, sections, and excerpts. The main gap is the lack of an explicit list_documents operation for browsing all documents in a snapshot, though search can discover documents.