← hebrewbible.app

INDIVIDUAL MCP TOOL

list_books

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

hebrewbible.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://hebrewbible.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_books and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hebrewbible.app

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.

Related tools

  • get_chapter — Return the full text of a chapter (every verse) from the Hebrew Bible / Tanach.
  • get_verse — Return the text of one specific verse from the Hebrew Bible / Tanach, e.g.
  • list_subjects — List the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters.
  • browse_subject — List study plans and articles for a subject or topic.
  • 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).