← Registry

General Tools

soapboxsuperapp.com

Provides biblical reference tools including verse lookup, scripture verification, and church directory search.

1 endpoint19 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp

No auth detected

MCP server metadata

Name
soapbox-faith
Version
1.1.1
Capabilities
toolsresources
Server instructions

Grounded, public-domain (KJV) Scripture tools. Call verify_scripture before presenting any Bible quote to avoid hallucinated/misattributed verses.

Known tools 19

verify_scripture

Verify whether a quote is real Scripture and cited correctly (anti-hallucination).

Inferred read-only
get_verse

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

Inferred read-only
lookup_strongs

Look up a Strong's Greek/Hebrew lexicon entry (lemma, transliteration, gloss, definition).

Inferred read-only
find_churches

Find churches near a location from SoapBox's public church directory.

Inferred read-only
submit_prayer_request

Post a prayer request to SoapBox's prayer wall ON BEHALF OF A USER, so their community can pray for it.

Potential side effects
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).

Inferred read-only
give_to_church

Make a one-time donation to a church ON BEHALF OF A USER, within the spending caps they pre-authorized.

Inferred read-only
ask_ora

Ask ORA, SoapBox's Scripture study aid, a Bible or faith question.

Inferred read-only
search_sermons

Semantically search real sermons on SoapBox that pastors have explicitly opted in to share with AI agents.

Inferred read-only
get_sermon

Fetch full metadata and (optionally) the transcript for ONE sermon by its id — typically a sermon_id returned by search_sermons.

Inferred read-only
purchase_sermon

Buy permanent access to a paid sermon using your prepaid marketplace credits.

Inferred read-only
purchase_bundle

Buy a bundle (a sermon series — multiple sermons sold together at one price) using prepaid marketplace credits.

Inferred read-only
pay_with_x402

Pay for a paid sermon or bundle per-call in USDC on Base using the x402 protocol — the AGENT-NATIVE rail, no SoapBox account, API key, or prepaid credits required (https://github.

Potential side effects
get_credit_balance

Check how many marketplace credits your API key has (in cents) for buying paid sermon access, plus your tier and daily rate limit.

Inferred read-only
browse_catalog

Browse purchasable faith-content products on SoapBox (currently consented sermons; reading-plan and devotional bundles coming).

Inferred read-only
score_doctrinal_fit

Assess how well a statement aligns with a named Christian tradition's historic doctrinal positions (e.

Inferred read-only
get_lectionary

Get the Western (Revised Common Lectionary / Roman) liturgical season, liturgical color, RCL year (A/B/C), and any major feast for a date (defaults to today).

Inferred read-only
synthesize_speech

Generate spoken-audio (text-to-speech) for a verse, prayer, or devotional in 50+ languages, and get back a playable audio URL.

Inferred read-only
get_faith_context

Read a user's portable 'faith context' to personalize your responses — their denomination, preferred language, faith journey, and ministry interests — shared WITH THE USER'S EXPLICIT CONSENT.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-07-25T06:29:47.803Z.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.