Back to Home
klappy icon

translation-helps-mcp

Verified Safe

by klappy

Overview

An AI-powered platform for Bible study and translation assistance, leveraging a multi-agent system to aggregate and query diverse translation resources via a Model Context Protocol (MCP) server.

Installation

Run Command
cd ui && npm install && npm run dev

Environment Variables

  • AI
  • TRANSLATION_HELPS_CACHE
  • ZIP_FILES
  • CF_ACCOUNT_ID
  • AI_SEARCH_INDEX_ID
  • API_BASE_URL

Security Notes

The codebase demonstrates strong security practices including extensive input validation (Zod, `parseParams`), environment variable usage for secrets, circuit breakers and timeouts for external API calls, and consistent error handling. Cross-Origin Resource Sharing (CORS) is broadly enabled (`Access-Control-Allow-Origin: '*'`), which is a design choice suitable for public APIs but requires careful consideration in restricted contexts. No 'eval' or obvious obfuscation detected.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens2600
Stars4
Forks2
Last Update2025-12-13

Tags

AI AssistantBible StudyTranslation ToolsMulti-Agent SystemRAG (Retrieval-Augmented Generation)Cloudflare WorkersModel Context Protocol