Content Tools
hebrewbible.app
Provides access to the Hebrew Bible (Tanach) with full text chapters, verses, book listings, and subject browsing for study.
ENDPOINT 1
https://hebrewbible.app/mcp
MCP server metadata
- Name
- hebrew-bible
- Version
- 1.0.0
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_chapterReturn the full text of a chapter (every verse) from the Hebrew Bible / Tanach.
Inferred read-onlyget_verseReturn the text of one specific verse from the Hebrew Bible / Tanach, e.g.
Inferred read-onlylist_booksList every book available in this corpus with its English name, localized name, and the link to its first chapter.
Inferred read-onlylist_subjectsList the subjects (categories) you can browse, such as the Weekly Torah Portion, Holidays, Daily Study, Psalms (Tehillim), Bible Stories, and Characters.
Inferred read-onlyget_planGet 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-onlyCONNECT 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.
hebrewbible.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.