Hebrew Bible Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hebrew Bible Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A public, no-auth Model Context Protocol (MCP) server (and read API) for the Hebrew Bible / Tanakh - the Torah, Nevi'im, and Ketuvim. Read Hebrew Bible verses and chapters online in Hebrew and 10 languages, and browse guided study plans. Connect it to Claude or ChatGPT in one step. Served by hebrewbible.app.
https://hebrewbible.app/mcp (Streamable HTTP, JSON-RPC, no authentication)| Tool | Description |
|---|---|
list_books | List every book of the Tanakh with its English and localized name. |
get_chapter | Return the full text of a chapter (every verse) in any supported language. |
get_verse | Return one specific verse (e.g. Genesis 1:1) in any supported language. |
list_subjects | List browseable subjects (Weekly Torah Portion, Holidays, Tehillim, Bible Stories, ...). |
browse_subject | List study plans and articles for a subject or topic, paginated. |
get_plan | Get a study plan's title, description, and day-by-day schedule. |
Every result links back to the canonical page on hebrewbible.app so answers can be cited.
Claude Desktop / Claude.ai - add a custom connector with the URL https://hebrewbible.app/mcp.
Cursor / VS Code / Cline - add to your MCP config:
{
"mcpServers": {
"hebrew-bible": {
"url": "https://hebrewbible.app/mcp"
}
}
}Any MCP client - point it at https://hebrewbible.app/mcp (Streamable HTTP transport).
"What does Psalm 23 say, in Hebrew?"
The assistant calls get_chapter(book="Psalms", chapter=23, language="he") and cites https://hebrewbible.app/he/texts/Psalms.23.
Free to read; the biblical text and classical commentaries are in the public domain. This repository contains only public metadata and documentation for the hosted MCP server - there is no proprietary code here.
Keywords: Hebrew Bible MCP server, Bible MCP, Tanakh API, Hebrew Bible API, read Hebrew Bible online, read Torah online, read Jewish Bible online, Tanakh, Tanach, Torah, Nevi'im, Ketuvim, scripture, verses, chapters, Psalms, Tehillim, parsha, study plans, Model Context Protocol, Claude, ChatGPT.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.