← Registry

Content Tools

hebrewbible.app

Provides access to the Hebrew Bible (Tanach) with full text chapters, verses, book listings, and subject browsing for study.

1 endpoint6 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://hebrewbible.app/mcp

No auth detected

MCP server metadata

Name
hebrew-bible
Version
1.0.0
Capabilities
tools
Server instructions

Tools to read the Hebrew Bible / Tanach (and related corpora) and browse its study plans and articles. To read text: call list_books for valid book names, then get_chapter or get_verse. To browse: call list_subjects, then browse_subject, then get_plan for one plan's day-by-day schedule. Every result links back to the source page; cite that link.

Known tools 6

get_chapter

Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach.

Inferred read-only
get_verse

Return the text of one specific verse from the Hebrew Bible / Tanach, e.g.

Inferred read-only
list_books

List every book available in this corpus with its English name, localized name, and the link to its first chapter.

Inferred read-only
list_subjects

List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters.

Inferred read-only
browse_subject

List study plans and articles for a subject or topic.

Inferred read-only
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).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hebrew-bible]
url = "https://hebrewbible.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hebrew-bible": {
      "type": "http",
      "url": "https://hebrewbible.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hebrew-bible
Remote MCP URL: https://hebrewbible.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hebrew-bible": {
      "url": "https://hebrewbible.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hebrew-bible": {
      "type": "http",
      "url": "https://hebrewbible.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hebrew-bible",
  "transport": "streamable-http",
  "url": "https://hebrewbible.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for hebrewbible.app was fetched 2026-09-01T09:03:33.665Z.

Trust status Trusted

hebrewbible.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.