Bible by Midvash
com.midvash/bibleFree, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
Tools · 11
Fetches one exact Bible verse or a contiguous verse range from a specific version. Use this when the book, chapter, verse, and version are already known. For natural references such as "John 3:16-18",…
Fetches a full Bible chapter from a specific version, formatted in Markdown with numbered verses. Use this when the user needs chapter-level context instead of an isolated verse.
Fetches Bible passages from natural-language references such as "John 3:16-18", "Psalm 23", "Romans 8:1-9:5" (crossing chapters) or "John 3:16; Romans 8:1" (several at once). This is the primary looku…
Searches the Bible text for words or an exact phrase and returns matching verses ranked by relevance. Matching ignores letter case and accents; wrap the query in double quotes for an exact phrase. Use…
Compares the same Bible passage across multiple Bible versions and returns a Markdown side-by-side style comparison. Use this for translation comparison, sermon preparation, or study questions. For a …
Lists Bible versions available to the current MCP connection, automatically respecting URL filters such as ?v=nvi,kjv and ?lang=pt-br,en. Use this before lookup, search, or comparison when the user ha…
Lists the 66 canonical Bible books with localized names, slugs, abbreviations, testament grouping, and chapter counts. Use this when an agent needs valid book identifiers or localized display names be…
Finds other Bible passages that relate to a given verse, ranked by how widely the link is attested. This answers "what else in Scripture speaks to this?" — the standard next step in study after readin…
Searches Midvash's Bible study library: chapter commentaries, Bible characters, dictionary entries, and theology articles, in 9 languages. Use this for background and explanation — who a person was, w…
Fetches the Midvash commentary for the chapter a reference points to — what the chapter is about, its context and its main movements. Every one of the 1,189 Bible chapters has one, in 9 languages. Use…
Looks up a word in Strong's lexicon — 8,674 Hebrew and 5,523 Greek entries — by Strong's number ("H430", "G2316") or by the word itself, in the original script or transliterated ("elohim", "θεός"). Re…
Resources · 35
Book list for Almeida e Atualizada (pt-br). Append /{book}/{chapter} to read a chapter.
bible://aa
Book list for Almeida Corrigida Fiel (pt-br). Append /{book}/{chapter} to read a chapter.
bible://acf
Book list for Aleppo Codex (he). Append /{book}/{chapter} to read a chapter.
bible://aleppo
Book list for Almeida Revista e Atualizada (pt-br). Append /{book}/{chapter} to read a chapter.
bible://ara
Book list for Almeida Revista e Corrigida (pt-br). Append /{book}/{chapter} to read a chapter.
bible://arc
Book list for Almeida Século 21 (pt-br). Append /{book}/{chapter} to read a chapter.
bible://as21
Book list for Biblia Hebraica Stuttgartensia (he). Append /{book}/{chapter} to read a chapter.
bible://bhs
Book list for Bíblia para Todos (pt-pt). Append /{book}/{chapter} to read a chapter.
bible://bpt
Book list for Clementine Vulgate (la). Append /{book}/{chapter} to read a chapter.
bible://clem
Book list for English Standard Version (en). Append /{book}/{chapter} to read a chapter.
bible://esv
Book list for João Ferreira de Almeida Atualizada (pt-br). Append /{book}/{chapter} to read a chapter.
bible://jfaa
Book list for King James Atualizada (pt-br). Append /{book}/{chapter} to read a chapter.
bible://kja
Book list for King James Fiel (pt-br). Append /{book}/{chapter} to read a chapter.
bible://kjf
Book list for King James Version (en). Append /{book}/{chapter} to read a chapter.
bible://kjv
Book list for Louis Segond (fr). Append /{book}/{chapter} to read a chapter.
bible://lsg
Book list for Modern Hebrew (he). Append /{book}/{chapter} to read a chapter.
bible://mh
Book list for A Mensagem (pt-br). Append /{book}/{chapter} to read a chapter.
bible://msgpt
Book list for The Message (en). Append /{book}/{chapter} to read a chapter.
bible://msg
Book list for Nova Almeida Atualizada (pt-br). Append /{book}/{chapter} to read a chapter.
bible://naa
Book list for Nova Bíblia Viva (pt-br). Append /{book}/{chapter} to read a chapter.
bible://nbv
Book list for New International Version (en). Append /{book}/{chapter} to read a chapter.
bible://niv
Book list for New King James Version (en). Append /{book}/{chapter} to read a chapter.
bible://nkjv
Book list for New Living Translation (en). Append /{book}/{chapter} to read a chapter.
bible://nlt
Book list for Nuova Riveduta (it). Append /{book}/{chapter} to read a chapter.
bible://nri
Book list for Nova Tradução na Linguagem de Hoje (pt-br). Append /{book}/{chapter} to read a chapter.
bible://ntlh
Book list for Nueva Traducción Viviente (es). Append /{book}/{chapter} to read a chapter.
bible://ntv
Book list for Nova Versão Internacional (pt-br). Append /{book}/{chapter} to read a chapter.
bible://nvi
Book list for Nueva Versión Internacional (es). Append /{book}/{chapter} to read a chapter.
bible://nvies
Book list for Nova Vulgata (la). Append /{book}/{chapter} to read a chapter.
bible://nvl
Book list for Nova Versão Transformadora (pt-br). Append /{book}/{chapter} to read a chapter.
bible://nvt
Book list for Open Scriptures Morphological Hebrew (he). Append /{book}/{chapter} to read a chapter.
bible://osmh
Book list for Reina-Valera 1960 (es). Append /{book}/{chapter} to read a chapter.
bible://rvr1960
Book list for Textus Receptus (gr). Append /{book}/{chapter} to read a chapter.
bible://tr
Book list for Biblia Sacra Vulgata (la). Append /{book}/{chapter} to read a chapter.
bible://vulg
Book list for Westminster Leningrad Codex (he). Append /{book}/{chapter} to read a chapter.
bible://wlc
Prompts · 4
Builds a sermon outline from a passage: context, structure, the thread of the argument, and where it lands.
A short daily reading on a passage: what it says, what it asks, and a prayer.
Traces a word through the original language: its Strong's entry, its senses, and how the passage uses it.
Puts a passage side by side across versions and reports what actually differs.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bible_by_midvash": {
"url": "https://mcp.midvash.com/mcp/registry",
"transport": "streamable-http"
}
}
}