translation-helps-mcp
Verified Safeby 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
cd ui && npm install && npm run devEnvironment 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
stock_intelligence_mcp
This MCP server enables AI agents to access and analyze Yahoo Finance stock data, providing real-time information, technical analysis, and recommendations.
expenselm-mcp-server
This server likely functions as a backend API for an expense management system, potentially integrating with or serving an expense-specific language model.
mcp-server-ux-writing
This server provides a RESTful API and real-time updates for managing UX content (text, status, versions) across different projects, with authentication and persistence in MongoDB.
environment-config-mcp
This MCP server enables AI applications to manage Cloudinary environment configurations, including transformations, upload presets, streaming profiles, webhooks (triggers), and upload mappings.