← soapboxsuperapp.com

INDIVIDUAL MCP TOOL

get_verse

Look up a public-domain KJV Bible verse by book, chapter, and verse.

soapboxsuperapp.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

soapboxsuperapp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.soapbox-faith]
url = "https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "soapbox-faith": {
      "type": "http",
      "url": "https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: soapbox-faith
Remote MCP URL: https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "soapbox-faith": {
      "url": "https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "soapbox-faith": {
      "type": "http",
      "url": "https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "soapbox-faith",
  "transport": "streamable-http",
  "url": "https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • verify_scripture — Verify whether a quote is real Scripture and cited correctly (anti-hallucination).
  • lookup_strongs — Look up a Strong's Greek/Hebrew lexicon entry (lemma, transliteration, gloss, definition).
  • find_churches — Find churches near a location from SoapBox's public church directory.
  • submit_prayer_request — Post a prayer request to SoapBox's prayer wall ON BEHALF OF A USER, so their community can pray for it.
  • check_prayer_status — Check how many people are praying for a prayer request previously submitted for a user (and whether it's been marked answered).
  • give_to_church — Make a one-time donation to a church ON BEHALF OF A USER, within the spending caps they pre-authorized.
  • ask_ora — Ask ORA, SoapBox's Scripture study aid, a Bible or faith question.
  • search_sermons — Semantically search real sermons on SoapBox that pastors have explicitly opted in to share with AI agents.