← 返回
未分类 中文

Pipeworx bible

Fetch Bible verses, passages, and random scripture from bible-api.com — multiple translations supported
从 bible-api.com 获取圣经章节、经文和随机经文 — 支持多种译本
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 263
下载
💾 0
安装
1
版本
#latest

概述

Bible

Retrieve specific verses, multi-verse passages, or a random scripture selection from bible-api.com. Supports multiple translations and returns structured text with book name, chapter, and verse numbers.

Tools

  • get_verse — Fetch a specific verse by reference (e.g., "John 3:16")
  • get_passage — Fetch a range of verses (e.g., "Genesis 1:1-5") with optional translation selection
  • random_verse — Pull a random verse from the entire Bible

Practical uses

  • Displaying a daily verse in a devotional app
  • Looking up a passage someone referenced in conversation
  • Building a Bible study tool with structured verse data
  • Generating scripture-based content for newsletters or social posts

Example

Fetching Psalm 23:1-6 in the default (KJV) translation:

curl -s -X POST https://gateway.pipeworx.io/bible/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_passage","arguments":{"reference":"psalm 23:1-6"}}}'

Returns the full text split by verse, with the translation name and book metadata.

Connect

{
  "mcpServers": {
    "pipeworx-bible": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/bible/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 22:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 655
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 453 📥 106,335
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 105 📥 172,895