← tripitaka-mcp.com

INDIVIDUAL MCP TOOL

compare_translations

Compare every available translation for a single segment.

tripitaka-mcp.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tripitaka-mcp.com

CONNECT 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.tripitaka]
url = "https://mcp.tripitaka-mcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tripitaka": {
      "type": "http",
      "url": "https://mcp.tripitaka-mcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tripitaka
Remote MCP URL: https://mcp.tripitaka-mcp.com/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": {
    "tripitaka": {
      "url": "https://mcp.tripitaka-mcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tripitaka": {
      "type": "http",
      "url": "https://mcp.tripitaka-mcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tripitaka",
  "transport": "streamable-http",
  "url": "https://mcp.tripitaka-mcp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_by_keyword — Keyword search across the Pāli Tipiṭaka (trigram word-similarity).
  • survey_corpus — Exhaustively survey the WHOLE Tipiṭaka for a term — guaranteed complete.
  • get_sutta — Fetch a sutta's content — OR its table of contents (`mode="outline"`).
  • search_semantic — Semantic search — match by meaning, not exact words.
  • search_hybrid — Hybrid search — combines keyword + semantic search via RRF.
  • list_structure — Show the structure of all three pitakas with coverage statistics.
  • get_reference — Build a proper citation string for a sutta.
  • list_editions — List the translation editions available, with coverage stats.