Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Shepherd Bible API

com.simplecohortllc.bible/shepherd-bible-api

Bible translations, books, chapters, verses, and search

Uptime
5.9%
51 probes
Response
484ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

bible_translations

Return all available Bible translations.

bible_books

Return books and chapter counts for a translation.

bible_chapter

Return all verses, groupings, and red letter data for a chapter.

bible_verse

Return a specific verse, with red letter data if available.

bible_search

Search for verses by keyword or exact match.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "shepherd_bible_api": {
      "url": "https://bible.simplecohortllc.com/mcp",
      "transport": "streamable-http"
    }
  }
}