Listen to Sadhu
listentosadhu/corpusListen to Sadhu exposes a searchable corpus of Vedic scripture and recorded lectures. Look up verses by reference (e.g. "BG 2.13", "SB 5.5.3", "CC Madhya 8.128") with original Devanagari/Bengali, IAST transliteration and translations; read commentaries, prose chapters and letters; and search transcribed talks with semantic + lexical retrieval. Inline audio/video players let you hear a lecture passage or watch a clip. Read-only, no auth, no writes.
Tools · 21
List all authors.
Find a author by name (fuzzy).
Get a document (commentary/prose_chapter/letter) by id.
List documents at a reference / in a book. A verse's purport = document_list(source, tokens, kind:"commentary").
Generate (or fetch, if cached) the audio clip for a lecture passage and return its playable URL. This is the excerpt player's Play action — it is called for you by the player UI on demand. Agents shou…
Let the user HEAR a lecture passage inline. Call this when the user wants to LISTEN to a specific moment in a track — e.g. from a search(types:["track"]) hit, pass its track_id plus start_ms/end_ms. R…
List all locations.
Find a location by name (fuzzy).
Show/play an existing corpus VIDEO clip inline. Call this when the user wants to WATCH a clip found via search(types:["media"]) — pass the hit's media_id. Renders an inline video player.
Semantic + lexical search over the corpus. Returns verses, documents, track passages and titles matching a natural-language query, each with the id needed to fetch the full record (verse_id→verse_get,…
Get one book by id or code ("source_…" or "BG"/"БГ").
List all books (Caitanya-caritāmṛta is three sources).
Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya".
Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability.
List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang. No filter ⇒ recent tracks (date desc).
Read a track's transcript around a time window (from a search track hit or track_list). Widen with pad_ms.
Fetch a verse's raw fields for your own reasoning (NOT for display — to show a verse to the user, use verse_render). Returns original script + transliteration as line arrays; with lang, also the canon…
List the verses of a book / chapter. Skips .0 chapter summaries; collapses merged verses into one item with a covers span.
Show a verse to the user. THE DEFAULT way to display/read a scripture verse: renders an inline card with the original script (centered), transliteration in the requested language, the word-by-word, an…
Fetch 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). Defaults to the canonical rendering; …
Fetch the text of ONE translation of a verse (data, not a card — to display a verse use verse_render). Defaults to the canonical (kind=canonical); pass a `kind` from verse_get's `alternatives` manifes…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"listen_to_sadhu": {
"url": "https://mcp.listentosadhu.app/mcp",
"transport": "http"
}
}
}