Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Hebrew Bible (Tanakh)

io.github.moshecohen90/hebrew-bible

Read Hebrew Bible (Tanakh) verses & chapters in 10 languages, plus guided study plans.

Uptime
100.0%
1 direct probes · 30d
Response
823ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_chapter

Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach. Use list_books first to get valid English book names; see the language enum for available languages.

get_verse

Return the text of one specific verse from the Hebrew Bible / Tanach, e.g. Genesis 1:1. Use list_books for valid English book names.

list_books

List every book available in this corpus with its English name, localized name, and the link to its first chapter. Call this to discover valid book names for get_chapter / get_verse.

list_subjects

List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters. Each returns a code to pass to browse_subject.…

browse_subject

List study plans and articles for a subject or topic. Pass a subject code from list_subjects (for example "parsha", "holidays", "tehillim", "stories"), or any topic tag (for example "jonah", "purim", …

get_plan

Get the full detail of one study plan: its title, description, total length, and the day-by-day study schedule (first 7 days shown). Pass a plan id from a browse_subject link (the final path segment, …

How to use

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

{
  "mcpServers": {
    "hebrew_bible_(tanakh)": {
      "url": "https://hebrewbible.app/mcp",
      "transport": "streamable-http"
    }
  }
}