fojin — Buddhist Canon Tools
app.fojin/fojin-mcpBuddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
Tools · 8
Semantic search across fojin's Buddhist corpus (10K+ texts, 30+ langs). Returns the most relevant passages, each with a `urn`, title, snippet and similarity score. `lang` optionally filters b…
Read the full content of one fascicle (卷) of a text, with its `urn`. Use the `text_id`/`juan_num` from a search_corpus hit. Returns the actual canonical text — quote from this, not from memor…
Cross-canon parallel passages aligned to a fascicle. fojin's alignment moat: given a Chinese fascicle, returns the aligned Pali/Tibetan/Sanskrit parallels so you can compare how a passage is …
Look up a Buddhist term across fojin's dictionaries (748K+ entries).
Search fojin's knowledge graph for entities — people, places, works, doctrinal terms — matching `query`.
Resolve a fojin URN (e.g. fojin:cbeta/T0001.1) to a reader URL and confirm it exists in the corpus. Use to verify or dereference a citation.
Verify that a Buddhist-canon quote exists VERBATIM in the corpus. Call this before presenting any quoted scripture to a reader: LLMs routinely invent plausible-looking quotes. Returns `verbat…
What the historical commentators said about a passage of Buddhist scripture. Give a line of a sūtra and get back the classical commentaries that gloss it — each with the commentator's own wor…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fojin_—_buddhist_canon_tools": {
"url": "https://mcp.fojin.ai/mcp",
"transport": "streamable-http"
}
}
}