← Registry

Learning Resources

thewholetorah.ai

Provides access to Torah lessons, source texts, daily entries, and book catalog from TheWholeTorah.

1 endpoint8 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://www.thewholetorah.ai/api/mcp

No auth detected

MCP server metadata

Name
thewholetorah
Version
1.2.0
Capabilities
toolsresourcesprompts
Server instructions

Torah lessons in six languages with audio, from TheWholeTorah.ai. Answers and excerpts are grounded in this site's own lessons and the classical texts they teach. Always keep the links when quoting, so readers can reach the full lesson. Closed on Shabbat.

Known tools 8

search_lessons

Search TheWholeTorah.

Inferred read-only
get_lesson

Fetch one lesson by its slug (from search_lessons).

Inferred read-only
get_source_text

Fetch the classical source text a lesson is built on (Mishnah, Shulchan Aruch, Tanya), vocalized, in full.

Inferred read-only
get_daily

The Hayom Yom entry for a civil date (default: today in Jerusalem).

Inferred read-only
list_books

The catalog: every book and collection on TheWholeTorah.

Inferred read-only
search_sources

Hybrid search over the classical text corpora themselves (Mishnah, Talmud, Rashi, Rambam, Shulchan Aruch, Tanya, the commentaries and more), separate from our lessons.

Inferred read-only
get_audio

Narration links for a lesson by slug: one MP3 URL per language that has a published recording, so the lesson can be listened to, not just read.

Inferred read-only
ask

Ask a question and get an answer grounded ONLY in TheWholeTorah.

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.thewholetorah]
url = "https://www.thewholetorah.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thewholetorah": {
      "type": "http",
      "url": "https://www.thewholetorah.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: thewholetorah
Remote MCP URL: https://www.thewholetorah.ai/api/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": {
    "thewholetorah": {
      "url": "https://www.thewholetorah.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thewholetorah": {
      "type": "http",
      "url": "https://www.thewholetorah.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thewholetorah",
  "transport": "streamable-http",
  "url": "https://www.thewholetorah.ai/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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