Bible by Midvash
Read and compare Scripture across 86 Bible translations in 32 languages — no API key, no signup.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Get Verse: 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 "Joh
- Get Chapter: 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.
- Get Passage: Fetches a Bible passage from a natural-language reference such as "John 3:16-18", "João 3:16", "Romans 8:1-11", or "Psalm 23". This is the primary lookup tool when the user gives a citati
What data it sees
Do you need an account
No: the server works without sign-in
Read and compare Scripture across 86 Bible translations in 32 languages — no API key, no signup.
Tools
get_passage— fetch a passage from a natural reference in any language ("John 3:16", "João 3:16", "Psalm 23")get_verse— one exact verse or a contiguous rangeget_chapter— a full chapter, formatted in Markdownsearch_bible— find verses by keyword or phrasecompare_passage— the same passage side by side across versionslist_versions/list_books— discover what is available
All tools are read-only.
Filtering a connection
Append ?v= and ?lang= to the server URL to restrict a connection to specific versions or languages — for example ?v=nvi,kjv&lang=pt-br,en. Without them, every version is available.
Source: github.com/midvash/bible-mcp · Docs: mcp.midvash.com
Server tool list (7)
Raw names from tools/list. Only developers need these.
| get_verse | 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", prefer get_passage. |
| get_chapter | 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. |
| get_passage | Fetches a Bible passage from a natural-language reference such as "John 3:16-18", "João 3:16", "Romans 8:1-11", or "Psalm 23". This is the primary lookup tool when the user gives a citation instead of structured book/chapter/verse fields. |
| search_bible | Searches for a keyword or exact phrase in one Bible version and returns matching verse references in Markdown. Use this for discovery questions like "find verses about love in KJV". For direct citation lookup, use get_passage or get_verse. |
| compare_passage | 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 single version, use get_passage. |
| list_versions | 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 has not specified a version. |
| list_books | 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 before calling lookup tools. |