目录 / Bible by Midvash
Bible by Midvash
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](https://github.com/midvash/bible-mcp) · Docs: [mcp.midvash.com](https://mcp.midvash.com)
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://bible--midvash.run.tools
{
"mcpServers": {
"Bible by Midvash": {
"url": "https://bible--midvash.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。