← thewholetorah.ai

INDIVIDUAL MCP TOOL

search_lessons

Search TheWholeTorah.

thewholetorah.ainone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_lessons 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

thewholetorah.ai

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.

Related tools

  • get_lesson — Fetch one lesson by its slug (from search_lessons).
  • get_source_text — Fetch the classical source text a lesson is built on (Mishnah, Shulchan Aruch, Tanya), vocalized, in full.
  • get_daily — The Hayom Yom entry for a civil date (default: today in Jerusalem).
  • list_books — The catalog: every book and collection on TheWholeTorah.
  • 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.
  • 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.
  • ask — Ask a question and get an answer grounded ONLY in TheWholeTorah.