batson-j_kairos_codex_mcp_server

batson-j_kairos_codex_mcp_server

3.2

If you are the rightful owner of batson-j_kairos_codex_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Kairos Codex MCP Server provides standardized access to Bible data resources using the Model Context Protocol (MCP).

The Kairos Codex MCP Server is a specialized server designed to facilitate standardized access to Bible data resources through the Model Context Protocol (MCP). It serves as a tool provider for Large Language Models (LLMs), enabling them to query Bible translations, books, and verses efficiently. The server is implemented in Python and acts as a wrapper around the Bible API at https://bible.helloao.org. It offers comprehensive error handling and optional authentication support to ensure secure and reliable access to Bible data. The server is built using the FastMCP framework and utilizes the `httpx` library for HTTP client operations. It supports JSON responses with structured error handling and can be containerized using Docker for easy deployment. The server provides several MCP tools for accessing Bible translations, books, chapters, and verses, making it a versatile resource for developers and researchers working with biblical texts.

Features

  • Standardized access to Bible data resources
  • Comprehensive error handling and optional authentication
  • Built using FastMCP framework and `httpx` library
  • Supports JSON responses with structured error handling
  • Docker support for easy deployment

Tools

  1. get_translations

    Get list of available Bible translations with optional language filtering

  2. get_books

    Get list of books available in a specific Bible translation

  3. get_verses

    Get specific verse(s) from a chapter in a given translation

  4. get_chapter

    Get an entire chapter from a book in a given translation