Skip to main content
Glama

Bible Korean MCP Server

by oksure

get-verses

Retrieve specific Bible verses from Korean translations by providing book name, chapter, and verse numbers. Access multiple Korean Bible versions including GAE, NIR, KOR, and CEV for scripture study and comparison.

Instructions

Get specific verse(s) from a chapter

Input Schema

NameRequiredDescriptionDefault
bookYesBook name (English or Korean) or code
chapterYesChapter number
verseEndNoEnding verse number (optional, defaults to verseStart)
verseStartYesStarting verse number
versionNoBible translation version (default: GAE)GAE

Input Schema (JSON Schema)

{ "properties": { "book": { "description": "Book name (English or Korean) or code", "type": "string" }, "chapter": { "description": "Chapter number", "type": "number" }, "verseEnd": { "description": "Ending verse number (optional, defaults to verseStart)", "type": "number" }, "verseStart": { "description": "Starting verse number", "type": "number" }, "version": { "default": "GAE", "description": "Bible translation version (default: GAE)", "enum": [ "GAE", "GAE1", "NIR", "KOR", "CEV" ], "type": "string" } }, "required": [ "book", "chapter", "verseStart" ], "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