mcpserver.lol
registry/corpus
Connection check verified live · 20h ago

corpus

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

Tools 21
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

21 tools

Read from the running server on 20h ago.

author_list can modify data read-only langlimitcursor
List all authors.
author_resolve can modify data read-only langlimitquery*
Find a author by name (fuzzy).
document_get can modify data read-only id*lang
Get a document (commentary/prose_chapter/letter) by id.
document_list can modify data read-only kindlanglimitcursorsource*tokens +1
List documents at a reference / in a book. A verse's purport = document_list(source, tokens, kind:"commentary").
excerpt_prepare can modify data end_ms*start_ms*track_id*
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…
excerpt_render can modify data langend_ms*start_ms*track_id*
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 plu…
location_list can modify data read-only langlimitcursor
List all locations.
location_resolve can modify data read-only langlimitquery*
Find a location by name (fuzzy).
media_render can modify data read-only id*lang
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 p…
search can modify data read-only kindlanglimitquery*typessource +6
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…
source_get can modify data read-only idcodelang
Get one book by id or code ("source_…" or "BG"/"БГ").
source_list can modify data read-only langlimitcursor
List all books (Caitanya-caritāmṛta is three sources).
source_resolve can modify data read-only langlimitquery*
Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya".
track_get can modify data read-only langtrack_id*
Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability.
track_list can modify data read-only kindlanglimitcursorsourcetokens +4
List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang. No filter ⇒ recent tracks (date desc).
transcript_window can modify data read-only langlimitend_ms*pad_msstart_ms*track_id*
Read a track's transcript around a time window (from a search track hit or track_list). Widen with pad_ms.
verse_get can modify data read-only idreflangsourcetokens
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…
verse_list can modify data read-only langlimitcursorsource*tokens
List the verses of a book / chapter. Skips .0 chapter summaries; collapses merged verses into one item with a covers span.
verse_render can modify data read-only idrefkindlang*sourcetokens
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,…
verse_synonyms can modify data read-only idrefkindlang*sourcetokens
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 c…
verse_translation can modify data read-only idrefkindlang*sourcetokens
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 `a…