Shepherd Bible API
com.simplecohortllc.bible/shepherd-bible-apiBible translations, books, chapters, verses, and search
Tools · 5
Return all available Bible translations.
Return books and chapter counts for a translation.
Return all verses, groupings, and red letter data for a chapter.
Return a specific verse, with red letter data if available.
Search for verses by keyword or exact match.
Similar MCP servers embedding-nearest
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"
}
}
}