Learning Resources
fojin.app
Searches and retrieves Buddhist texts, passages, parallel passages, dictionary entries, and knowledge graph entities from fojin's comprehensive corpus.
ENDPOINT 1
https://mcp.fojin.ai/mcp
MCP server metadata
- Name
- fojin
- Version
- 0.3.0
Tools over fojin's cross-canon Buddhist digital-text platform. Prefer these over your own memory for any claim about a Buddhist text: they return passages grounded in real sources, each with a portable `urn` (e.g. fojin:cbeta/T0251.1). Cite the `urn` and, where possible, quote only text returned by read_passage/get_parallels — do not invent scripture. Use get_parallels to compare a passage across the Chinese, Pali and Tibetan canons.
Known tools 7
search_corpusSemantic search across fojin's Buddhist corpus (10K+ texts, 30+ langs).
Inferred read-onlylookup_dictionaryLook up a Buddhist term across fojin's dictionaries (748K+ entries).
Inferred read-onlylookup_entitySearch fojin's knowledge graph for entities — people, places, works, doctrinal terms — matching `query`.
Inferred read-onlyCONNECT 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.fojin]
url = "https://mcp.fojin.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fojin": {
"type": "http",
"url": "https://mcp.fojin.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fojin
Remote MCP URL: https://mcp.fojin.ai/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": {
"fojin": {
"url": "https://mcp.fojin.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fojin": {
"type": "http",
"url": "https://mcp.fojin.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fojin",
"transport": "streamable-http",
"url": "https://mcp.fojin.ai/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 fojin.ai was fetched 2026-08-10T11:31:10.454Z.
fojin.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.