Skip to main content
Glama

Bible Korean MCP Server

by oksure

compare-translations

Compare Bible verses across multiple Korean translations to understand different interpretations and wording variations in scripture.

Instructions

Compare a verse across different Korean translations

Input Schema

NameRequiredDescriptionDefault
bookYesBook name (English or Korean) or code
chapterYesChapter number
verseYesVerse number
versionsNoArray of version codes to compare (default: all versions)

Input Schema (JSON Schema)

{ "properties": { "book": { "description": "Book name (English or Korean) or code", "type": "string" }, "chapter": { "description": "Chapter number", "type": "number" }, "verse": { "description": "Verse number", "type": "number" }, "versions": { "description": "Array of version codes to compare (default: all versions)", "items": { "type": "string" }, "type": "array" } }, "required": [ "book", "chapter", "verse" ], "type": "object" }

Other Tools from Bible Korean MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/oksure/bible-ko-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server