Bible by Midvash

Read and compare Scripture across 86 Bible translations in 32 languages — no API key, no signup.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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 range
  • get_chapter — a full chapter, formatted in Markdown
  • search_bible — find verses by keyword or phrase
  • compare_passage — the same passage side by side across versions
  • list_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

Список инструментов сервера (7)

Технические названия из tools/list. Нужны только разработчикам.

get_verseFetches 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_chapterFetches 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_passageFetches 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_bibleSearches 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_passageCompares 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_versionsLists 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_booksLists 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.