Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

fojin — Buddhist Canon Tools

REMOTE · MCP.FOJIN.AI · SCANNED AUG 9

Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.

Available components

52 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 800 tokens (~114/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.fojin.ai

# add to Claude Code
claude mcp add --transport http app-fojin-fojin-mcp https://mcp.fojin.ai/mcp
# ~/.codex/config.toml
[mcp_servers.app-fojin-fojin-mcp]
url = "https://mcp.fojin.ai/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-fojin-fojin-mcp": {
      "type": "remote",
      "url": "https://mcp.fojin.ai/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add app-fojin-fojin-mcp --url https://mcp.fojin.ai/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  app-fojin-fojin-mcp:
    url: "https://mcp.fojin.ai/mcp"
// mcp.json
{
  "mcpServers": {
    "app-fojin-fojin-mcp": {
      "type": "http",
      "url": "https://mcp.fojin.ai/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 9 Aug 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 9 Aug 2026 · Probed https://mcp.fojin.ai/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=fojin.ai CN=YE1,O=Let's Encrypt,C=US 13 Jul 2026 11 Oct 2026 ECDSA 256 ECDSA-SHA384 5774a45acbc18448e6d48f99e32c5d0c596
SANs: *.fojin.ai, fojin.ai
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of mcp.fojin.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
fojin.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
x-content-type-options nosniff
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.fojin.ai/mcp Verified 200
http (plaintext) http://mcp.fojin.ai/mcp Inconclusive 406
MCP tools · 7 exposed · ~690 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_parallels ~89

Cross-canon parallel passages aligned to a fascicle. fojin's alignment moat: given a Chinese fascicle, returns the aligned Pali/Tibetan/Sanskrit parallels (each with its own `urn`) so you can compare how a passage is rendered across traditions.

NameTypeReqDescription
juan_numintegeryes
text_idintegeryes

No output schema declared.

No examples provided.

lookup_dictionary ~39

Look up a Buddhist term across fojin's dictionaries (748K+ entries).

NameTypeReqDescription
limitinteger
termstringyes

No output schema declared.

No examples provided.

lookup_entity ~47

Search fojin's knowledge graph for entities — people, places, works, doctrinal terms — matching `query`.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

read_passage ~82

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 memory.

NameTypeReqDescription
juan_numintegeryes
text_idintegeryes

No output schema declared.

No examples provided.

resolve_urn ~62

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.

NameTypeReqDescription
urnstringyes

No output schema declared.

No examples provided.

search_corpus ~107

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 by language code (lzh=Classical Chinese, pi=Pali, sa=Sanskrit, bo=Tibetan, en=English).

NameTypeReqDescription
lang
limitinteger
querystringyes

No output schema declared.

No examples provided.

verify_quote ~264

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 `verbatim` (bool), where it was found (`matches`, each with a resolvable `urn`), or the closest near-miss window when it wasn't. `cite` optionally narrows the search — a CBETA id ("T0374") or fojin URN ("fojin:cbeta/T0374.13") — and `cite_matched` reports honestly whether the quote is where you claimed (a hit in a different fascicle does NOT confirm your citation). Quote must be ≥4 CJK chars after normalisation; Classical Chinese only. Short quotes are answered but say less: a four-character phrase recurs across the canon, so read `cite_matched` rather than `verbatim`, and check `matches_capped` before treating the list as complete. Each match carries an absolute `reader_url` — cite that, not a reconstructed third-party link.

NameTypeReqDescription
cite
juan
quotestringyes

No output schema declared.

No examples provided.