Content Tools
listentosadhu.app
Provides access to documents and authors, and generates audio clips for lecture passages.
ENDPOINT 1
https://mcp.listentosadhu.app/mcp
MCP server metadata
- Name
- lectorium-corpus-mcp
- Version
- 164e873d29
Listen to Sadhu — public, read-only access to the Lectorium corpus of Vedic scripture and recorded lectures. Scripture: verses (original Devanagari/Bengali + IAST transliteration + translations) and documents (commentaries/purports, prose chapters, letters). Lectures: transcribed talks and conversations with metadata and references. Addressing: a reference is a book code plus a position, e.g. "BG 2.13", "SB 5.5.3", "CC Madhya 8.128" (Cyrillic codes like "ШБ 5.5.3" also work). Tools that take a reference accept either the "ref" string or a resolved source id + tokens. In the tokens filter (search / track_list / verse_list), a BARE CHAPTER number covers the whole chapter — use "7" for all of chapter 7, "7.1" only for that one verse. How to use the tools: - search: semantic + lexical search over verses, documents, tracks and titles. - source_get/list/resolve, author_list/resolve, location_list/resolve: turn a name into an id used by the filters. - verse_get/list, document_get/list: read scripture. verse_get(lang) returns the original + IAST (line arrays) + the canonical translation inline, plus an alternatives manifest of other translation kinds. verse_translation(lang, kind) fetches a specific translation; verse_synonyms(lang, kind) gives the word-by-word ("Synonyms") array. A verse's purport is document_list(source, tokens, kind:"commentary"). - track_get/list, transcript_window: read lectures. Find the spoken moment of a verse with search(types:["track"]) then transcript_window. Inline components (render an interactive UI, not just text): - To SHOW a scripture verse as a card — call verse_render(ref/source+tokens/id, lang). It renders the original script, transliteration (in that language), word-by-word and translation inline. - To SHOW a video clip the user wants to WATCH — from a search(types:["media"]) hit — call media_render(id) with the hit's media_id. It renders an inline video player. - To let the user HEAR a lecture passage — from a search(types:["track"]) hit — call excerpt_render(track_id, start_ms, end_ms). It renders an inline audio player that generates and plays that exact passage (max 10 minutes).
Known tools 21
excerpt_prepareGenerate (or fetch, if cached) the audio clip for a lecture passage and return its playable URL.
Inferred read-onlytrack_getGet a track (lecture/conversation): metadata, cited references, transcript/pdf availability.
Inferred read-onlytrack_listList tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang.
Inferred read-onlytranscript_windowRead a track's transcript around a time window (from a search track hit or track_list).
Inferred read-onlyverse_getFetch a verse's raw fields for your own reasoning (NOT for display — to show a verse to the user, use verse_render).
Inferred read-onlyverse_synonymsFetch the word-by-word ("Synonyms") as a raw {word, meaning} array for one verse translation (data — verse_render already shows the word-by-word inside the card).
Inferred read-onlyverse_translationFetch the text of ONE translation of a verse (data, not a card — to display a verse use verse_render).
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.lectorium-corpus-mcp]
url = "https://mcp.listentosadhu.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lectorium-corpus-mcp": {
"type": "http",
"url": "https://mcp.listentosadhu.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lectorium-corpus-mcp
Remote MCP URL: https://mcp.listentosadhu.app/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": {
"lectorium-corpus-mcp": {
"url": "https://mcp.listentosadhu.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lectorium-corpus-mcp": {
"type": "http",
"url": "https://mcp.listentosadhu.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lectorium-corpus-mcp",
"transport": "streamable-http",
"url": "https://mcp.listentosadhu.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for listentosadhu.app was fetched 2026-08-29T19:14:42.116Z.
listentosadhu.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.