mcpserver.lol
registry/tripitaka-mcp
Connection check check failed · 1 of 3

tripitaka-mcp

MCP server for the full Pāli Canon — search, cite, compare translations. Offered as Dhamma Dāna.

Tools 14
GitHub stars 8
Installs / wk
Licence
Transport streamable-http, sse
Last checked 27h ago

Tools & capabilities

14 tools

Read from the running server on 27h ago.

compare_translations read-only segment_id*
Compare every available translation for a single segment. 💡 **Use this tool when:** - The user asks about the meaning/translation of a single Pāli line and wants to see multipl…
define_from_suttas read-only term*limitinclude_similes
Find how the **suttas and Vinaya define a Pāli term in their own words**. The canon defines its own terms with fixed formulas — "Katamañca … dukkhaṁ?" (what is X?) … "ayaṁ vuccati…
get_reference read-only sutta_id*
Build a proper citation string for a sutta. 💡 **Use this tool when:** - The user wants a citation for academic work, an article, or a reference. - You need to know the canonical…
get_sutta read-only modelimitaroundoffsetwindowedition +3
Fetch a sutta's content — OR its table of contents (`mode="outline"`). ⚡ **Decide which mode BEFORE calling — don't fetch the whole sutta and parse it yourself:** - The user wants…
get_word_definition read-only word*languagelimit_context
Look up the dictionary meaning of a Pāli word, with sutta context. Serves as a Pāli Dictionary Bridge — pairs the "definition" with the "context where the Buddha actually used the…
list_editions read-only
List the translation editions available, with coverage stats. 💡 **Use this tool when:** - Before calling `compare_translations` or `get_sutta(edition=...)`, so you know which e…
list_structure read-only
Show the structure of all three pitakas with coverage statistics. 💡 **Use this tool when:** - The user asks for an overview of the Tipiṭaka (what's in it / which collections).…
open_sutta_viewer read-only aroundoffsetwindowsutta_id*translationstranslation_language +1
Open an interactive sutta viewer inside the chat — Pāli + English, plus an optional third row in the user's own language translated BY YOU. Renders each segment as: Pāli on top (c…
parse_pali_word read-only word*
Strip Pāli inflectional suffixes to find the root form (basic stem). 💡 **Use this tool when:** - You find an inflected Pāli word (e.g. `dukkhassa`, `bhikkhūnaṁ`) and `get_word_…
search_by_keyword read-only limitpitakaeditionkeyword*language
Keyword search across the Pāli Tipiṭaka (trigram word-similarity). Searches the configured enabled language(s) on the server. Filterable by pitaka and translation edition. 💡 **H…
search_hybrid read-only limitquery*language
Hybrid search — combines keyword + semantic search via RRF. Uses Reciprocal Rank Fusion (RRF) to merge exact-word results with meaning-based results. **This is the recommended too…
search_semantic read-only limitquery*languagethreshold
Semantic search — match by meaning, not exact words. Uses vector similarity (cosine distance) over `text_pali` embedded with a multilingual MiniLM model. 🤔 **In most cases you s…
survey_corpus read-only modecursorpitakakeyword*languagepage_size +3
Exhaustively survey the WHOLE Tipiṭaka for a term — guaranteed complete. Use this (not `search_by_keyword`) when the question is about **coverage or counting** rather than "show m…
verify_quote read-only text*limit
Verify, check, or confirm a Buddha quote — does the canon really say it? Fact-check a quotation attributed to the Buddha. Catches fake, misquoted, misattributed and misremembered…