MCP Server to request Bible Scripture.
https://bible-mcp.faith.tools/mcp
The MCP server provides two tools:
get_available_translations
: Fetches available Bible translations for a given
languageget_verse
: Fetches Bible verses (single or range)get_chapter
: Fetches a complete Bible chapterSupported books: All 66 Protestant Bible books (Genesis through Revelation)
Default translation: BSB (Berean Study Bible)
Book name normalization: Converts full book names to standard abbreviations (e.g., Genesis -> GEN)
Uses Hono framework for the HTTP server:
/mcp
endpoint: Handles MCP communication using StreamableHTTPServerTransport/
endpoint: Returns "Hello World"Stack: