← Registry

Content Tools

listentosadhu.app

Provides access to documents and authors, and generates audio clips for lecture passages.

1 endpoint21 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.listentosadhu.app/mcp

No auth detected

MCP server metadata

Name
lectorium-corpus-mcp
Version
164e873d29
Capabilities
resourcestools.listChanged
Server instructions

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

author_list

List all authors.

Inferred read-only
author_resolve

Find a author by name (fuzzy).

Inferred read-only
document_get

Get a document (commentary/prose_chapter/letter) by id.

Inferred read-only
document_list

List documents at a reference / in a book.

Inferred read-only
excerpt_prepare

Generate (or fetch, if cached) the audio clip for a lecture passage and return its playable URL.

Inferred read-only
excerpt_render

Let the user HEAR a lecture passage inline.

Inferred read-only
location_list

List all locations.

Inferred read-only
location_resolve

Find a location by name (fuzzy).

Inferred read-only
media_render

Show/play an existing corpus VIDEO clip inline.

Inferred read-only
search

Semantic + lexical search over the corpus.

Inferred read-only
source_get

Get one book by id or code ("source_…" or "BG"/"БГ").

Inferred read-only
source_list

List all books (Caitanya-caritāmṛta is three sources).

Inferred read-only
source_resolve

Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya".

Inferred read-only
track_get

Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability.

Inferred read-only
track_list

List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang.

Inferred read-only
transcript_window

Read a track's transcript around a time window (from a search track hit or track_list).

Inferred read-only
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).

Inferred read-only
verse_list

List the verses of a book / chapter.

Inferred read-only
verse_render

Show a verse to the user.

Inferred read-only
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).

Inferred read-only
verse_translation

Fetch the text of ONE translation of a verse (data, not a card — to display a verse use verse_render).

Inferred read-only

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.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.

Trust status Trusted

listentosadhu.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.