DataCraftsmanAU/vineverse-mcp
Related Servers
Alternatives to DataCraftsmanAU/vineverse-mcp
- AlicenseAqualityAmaintenanceFree, no-key MCP server for reading scripture from 35+ public-domain translations in 8 languages. Lets users fetch verses, chapters, and passages via natural language from any MCP client.7MIT
- AlicenseAqualityCmaintenanceEnables deep Bible study through tools for original language lexicons, morphological analysis, cross-references, and contextual notes.2185MIT
- AlicenseAqualityAmaintenanceMCP server for Bible study, providing multi-version verse lookup, keyword/semantic search, cross-references, and word studies with original language and lexicon details.6MIT
- AlicenseBqualityBmaintenanceUniversal Multilingual Bible MCP Server (800+ languages, 11.9M verses, 100% offline, zero-latency FTS5, Merkle proof)281MIT
Related Servers
- AlicenseNot gradedqualityBmaintenanceProvides source-grounded Christian research material with exact passages, provenance, and stable citations via a REST API.MIT
- AlicenseNot gradedqualityCmaintenanceEnables semantic search of the KJV Bible and personal knowledge graph for scripture study, notes, prayers, and memory verses, all running locally with no cloud dependencies.MIT
- AlicenseNot gradedqualityBmaintenancePostgreSQL-backed MCP server for deep Bible study, integrating 140+ translations, Greek/Hebrew lexicons, cross-references, and semantic search.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI to access Bible translations in hundreds of languages, original Greek and Hebrew texts with morphology, word-level interlinear alignments, and lexicons.-
- AlicenseAqualityDmaintenanceProvides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.4MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.-
TDQS
Scored across 17 tools
Each tool has a distinct role, and descriptions carefully separate search_scripture from search_concepts, get_connections from find_cross_references, and get_entity from get_passage. The main ambiguity is the cluster of graph/cross-reference tools and the similar-sounding get_stats/get_status, but the descriptions resolve these.
All tool names follow a consistent lowercase snake_case verb_noun pattern: get_*, search_*, list_*, and find_*. The verbs clearly signal the operation type, and there are no mixed conventions or vague generic names.
At 17 tools, this is slightly above the ideal 3-15 range, but the breadth of the domain justifies most of them. A few meta tools like get_support, get_status, and get_changelog could conceivably be consolidated, but none feels truly redundant.
The tool set covers the read-only lifecycle of the knowledge base well: discovery via get_stats/list_documents/get_tags, lookup via get_passage/get_entity, search via search_concepts/search_scripture, and relationship exploration via get_graph_neighborhood/get_family/find_cross_references. There are no obvious dead ends for the stated purpose.