# Hebrew Bible (Tanakh) (remote · hebrewbible.app)

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

- Trust score: 68/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `hebrewbible.app`: 68/100 (this document), [markdown](https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible.md), [page](https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible)

## Channel facts

- Endpoint: `https://hebrewbible.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 697 tokens (~116/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http moshecohen90-hebrew-bible https://hebrewbible.app/mcp
```

### Codex

```toml
[mcp_servers.moshecohen90-hebrew-bible]
url = "https://hebrewbible.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "moshecohen90-hebrew-bible": {
      "type": "remote",
      "url": "https://hebrewbible.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add moshecohen90-hebrew-bible --url https://hebrewbible.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  moshecohen90-hebrew-bible:
    url: "https://hebrewbible.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "moshecohen90-hebrew-bible": {
      "type": "http",
      "url": "https://hebrewbible.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 65)

First indexed and scored.

## MCP tools (6)

### `get_chapter` (~105 tokens)

Get a Bible 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.

Input parameters:

- `book` (string, required): English book name, e.g. "Genesis", "Psalms", "Isaiah".
- `chapter` (integer, required): Chapter number (1-based).
- `language` (string): ISO language code (default "en"). Use "he" for Hebrew.

### `get_verse` (~103 tokens)

Get a single Bible 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.

Input parameters:

- `book` (string, required): English book name, e.g. "Genesis".
- `chapter` (integer, required): Chapter number (1-based).
- `language` (string): ISO language code (default "en"). Use "he" for Hebrew.
- `verse` (integer, required): Verse number (1-based).

### `list_books` (~65 tokens)

List the 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.

Input parameters:

- `language` (string): ISO language code for the localized names (default "en").

### `list_subjects` (~85 tokens)

List browseable 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. Call this to discover what is available before browsing.

Input parameters:

- `language` (string): ISO language code (default "en"). Subject browsing is curated per language.

### `browse_subject` (~128 tokens)

Browse a 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", "psalm 23"). Results are paginated; pass the returned cursor to get more.

Input parameters:

- `cursor` (string): Pagination cursor returned by a previous browse_subject call.
- `language` (string): ISO language code (default "en").
- `subject` (string, required): Subject code from list_subjects, or any topic tag.

### `get_plan` (~127 tokens)

Get a study 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, e.g. "jonah_and_the_whale").

Input parameters:

- `language` (string): ISO language code (default "en").
- `plan` (string, required): Plan id, e.g. "daily_chapter" or "parashat-korach-weekly-torah-portion-study-11a6e434" (the final segment of a plan link).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 66
- 2026-07-29: 67
- 2026-07-28: 66
- 2026-07-27: 66
- 2026-07-26: 65

## Links

- Remote endpoint: https://hebrewbible.app/mcp
- Repository: https://github.com/moshecohen90/hebrew-bible-mcp
- Changelog RSS feed: https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible/changelog.json
- HTML version of this page: https://verifymcp.io/servers/moshecohen90-hebrew-bible/hebrewbible
