Learning Resources
thewholetorah.ai
Provides access to Torah lessons, source texts, daily entries, and book catalog from TheWholeTorah.
ENDPOINT 1
https://www.thewholetorah.ai/api/mcp
MCP server metadata
- Name
- thewholetorah
- Version
- 1.2.0
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
get_source_textFetch the classical source text a lesson is built on (Mishnah, Shulchan Aruch, Tanya), vocalized, in full.
Inferred read-onlysearch_sourcesHybrid search over the classical text corpora themselves (Mishnah, Talmud, Rashi, Rambam, Shulchan Aruch, Tanya, the commentaries and more), separate from our lessons.
Inferred read-onlyget_audioNarration 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.