# Listen to Sadhu MCP server

Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures.

## Links
- Registry page: https://www.getdrio.com/mcp/app-listentosadhu-corpus
- Website: https://listentosadhu.app

## Install
- Endpoint: https://mcp.listentosadhu.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.listentosadhu.app/mcp

## Tools
- author_list - List all authors. Endpoint: https://mcp.listentosadhu.app/mcp
- author_resolve - Find a author by name (fuzzy). Endpoint: https://mcp.listentosadhu.app/mcp
- document_get - Get a document (commentary/prose_chapter/letter) by id. Endpoint: https://mcp.listentosadhu.app/mcp
- document_list - List documents at a reference / in a book. A verse's purport = document_list(source, tokens, kind:"commentary"). Endpoint: https://mcp.listentosadhu.app/mcp
- excerpt_prepare - 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 should use excerpt_render to show the player, not call this directly. Idempotent: same track+window returns the same cached clip. Endpoint: https://mcp.listentosadhu.app/mcp
- excerpt_render - 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. Renders an inline audio player that generates the clip on demand (public share-audio, max 10 minutes). Endpoint: https://mcp.listentosadhu.app/mcp
- location_list - List all locations. Endpoint: https://mcp.listentosadhu.app/mcp
- location_resolve - Find a location by name (fuzzy). Endpoint: https://mcp.listentosadhu.app/mcp
- media_render - 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. Endpoint: https://mcp.listentosadhu.app/mcp
- search - 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, document_id→document_get, track_id+start_ms/end_ms→transcript_window; media_id→media_render to play the clip). Every filter is optional. Use min_score to drop weak matches. Endpoint: https://mcp.listentosadhu.app/mcp
- source_get - Get one book by id or code ("source_…" or "BG"/"БГ"). Endpoint: https://mcp.listentosadhu.app/mcp
- source_list - List all books (Caitanya-caritāmṛta is three sources). Endpoint: https://mcp.listentosadhu.app/mcp
- source_resolve - Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya". Endpoint: https://mcp.listentosadhu.app/mcp
- track_get - Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability. Endpoint: https://mcp.listentosadhu.app/mcp
- track_list - List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang. No filter ⇒ recent tracks (date desc). Endpoint: https://mcp.listentosadhu.app/mcp
- transcript_window - Read a track's transcript around a time window (from a search track hit or track_list). Widen with pad_ms. Endpoint: https://mcp.listentosadhu.app/mcp
- verse_get - 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 canonical translation inline plus an `alternatives` manifest of other translation kinds in that language (fetch their text with verse_translation, word-by-word with verse_synonyms). Address by ref ("BG 2.13"), source+tokens, or verse id. Endpoint: https://mcp.listentosadhu.app/mcp
- verse_list - List the verses of a book / chapter. Skips .0 chapter summaries; collapses merged verses into one item with a covers span. Endpoint: https://mcp.listentosadhu.app/mcp
- verse_render - 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, and the translation — all at once. Use this whenever the user asks to see, read, open, or quote a specific verse ("покажи БГ 2.13", "read Bhagavad-gita 2.13"). The other verse_* tools are for fetching raw data; for DISPLAY prefer this one. Address by ref ("BG 2.13"), source+tokens, or id; lang sets the script + translation language. Endpoint: https://mcp.listentosadhu.app/mcp
- verse_synonyms - 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; pass `kind` for an alternative. Endpoint: https://mcp.listentosadhu.app/mcp
- verse_translation - 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` manifest to fetch a specific rendering. Endpoint: https://mcp.listentosadhu.app/mcp

## Resources
- ui://corpus/excerpt-player.html - Inline audio player that generates a lecture-passage clip on demand. MIME type: text/html;profile=mcp-app
- ui://corpus/verse-card.html - Inline card for a scripture verse: original, transliteration, word-by-word, translation. MIME type: text/html;profile=mcp-app
- ui://corpus/media-player.html - Inline video player for a corpus media clip. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: app.listentosadhu
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 4, 2026
- Source: https://registry.modelcontextprotocol.io
