catholic-bible-mcp-server
Verified Safeby thsmale
Overview
An LLM agent server designed to provide access to the BibleGet I/O API for quoting Sacred Scriptures via the Model Context Protocol (MCP).
Installation
uv run server.pyEnvironment Variables
- OPENAI_API_KEY
- LOG_LEVEL
- MCP_SERVER_HOST
- MCP_SERVER_PORT
Security Notes
The server fetches its OpenAPI specification from an external GitHub URL (raw.githubusercontent.com) at startup. A compromise of this external source could lead to changes in the tools presented to the LLM. However, no 'eval' or direct obfuscation is found, and sensitive configurations are handled via environment variables.
Similar Servers
chuk-mcp-math-server
Provides a highly configurable, high-performance server for a wide range of mathematical computations via the Mathematical Computation Protocol (MCP).
translation_helps_mcp_proxy
Acts as a proxy server to bridge MCP clients with the translation-helps-mcp HTTP API, handling JSON-RPC 2.0 protocol translation and response formatting for translation resources.
MCP-Book-Project
Exposes tools for an MCP-compatible client to search a books database by author or title via an external API.
solaguard-mcp-server
Provides a Micro-Copilot (MCP) server for AI applications, offering Bible-anchored theological infrastructure with tools for scripture lookup, search, word studies, and contextual interpretation.