Back to search
100
MCP live v1.3.0 streamable-http

Tripitaka MCP

io.github.dhamma-seeker/tripitaka-mcp

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

Uptime
10.0%
10 probes
Response
1718ms
last probe
Tools
10
callable

Tools · 10

search_by_keyword

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. 💡 **Hints for the AI clien…

get_sutta

Fetch the full content of a sutta/section by ID — returns every segment. Uses standard SuttaCentral IDs, e.g.: - `mn1` = Majjhima Nikāya sutta 1 (Mūlapariyāyasutta, 334 segments) - `dn22` = Dīgha Nik…

search_semantic

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 should use `search_hyb…

search_hybrid

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 tool for "discourses ab…

list_structure

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). - You need to check c…

get_reference

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 location of a sutta (…

list_editions

List the translation editions available, with coverage stats. 💡 **Use this tool when:** - Before calling `compare_translations` or `get_sutta(edition=...)`, so you know which edition values are val…

compare_translations

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 multiple translators side-by…

get_word_definition

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 word". 📖 **About t…

parse_pali_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_definition` doesn't f…

Similar MCP servers embedding-nearest

Tripitaka
Search and cite the full Pāli Canon across 444,000 segments with hybrid keyword and semantic search.
0 tools
tripitaka mcp
Metadata-only Glama MCP server.
0 tools
DeepSeek MCP Server
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
0 tools
DeepSeek MCP Server
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
0 tools
walids35/mcp-paper-finder
MCP server for searching, downloading, and reading academic papers from multiple sources.
0 tools
mcpcommunity/adityak74-mcp-scholarly
A MCP server to search for accurate academic articles.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tripitaka_mcp": {
      "url": "https://mcp.tripitaka-mcp.com/mcp",
      "transport": "streamable-http"
    }
  }
}