General Tools
soapboxsuperapp.com
Provides biblical reference tools including verse lookup, scripture verification, and church directory search.
ENDPOINT 1
https://foyekanoxpnkydoibaas.supabase.co/functions/v1/faith-mcp
MCP server metadata
- Name
- soapbox-faith
- Version
- 1.1.1
Grounded, public-domain (KJV) Scripture tools. Call verify_scripture before presenting any Bible quote to avoid hallucinated/misattributed verses.
Known tools 19
verify_scriptureVerify whether a quote is real Scripture and cited correctly (anti-hallucination).
Inferred read-onlylookup_strongsLook up a Strong's Greek/Hebrew lexicon entry (lemma, transliteration, gloss, definition).
Inferred read-onlyfind_churchesFind churches near a location from SoapBox's public church directory.
Inferred read-onlysubmit_prayer_requestPost a prayer request to SoapBox's prayer wall ON BEHALF OF A USER, so their community can pray for it.
Potential side effectscheck_prayer_statusCheck how many people are praying for a prayer request previously submitted for a user (and whether it's been marked answered).
Inferred read-onlygive_to_churchMake a one-time donation to a church ON BEHALF OF A USER, within the spending caps they pre-authorized.
Inferred read-onlysearch_sermonsSemantically search real sermons on SoapBox that pastors have explicitly opted in to share with AI agents.
Inferred read-onlyget_sermonFetch full metadata and (optionally) the transcript for ONE sermon by its id — typically a sermon_id returned by search_sermons.
Inferred read-onlypurchase_sermonBuy permanent access to a paid sermon using your prepaid marketplace credits.
Inferred read-onlypurchase_bundleBuy a bundle (a sermon series — multiple sermons sold together at one price) using prepaid marketplace credits.
Inferred read-onlypay_with_x402Pay 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 effectsget_credit_balanceCheck how many marketplace credits your API key has (in cents) for buying paid sermon access, plus your tier and daily rate limit.
Inferred read-onlybrowse_catalogBrowse purchasable faith-content products on SoapBox (currently consented sermons; reading-plan and devotional bundles coming).
Inferred read-onlyscore_doctrinal_fitAssess how well a statement aligns with a named Christian tradition's historic doctrinal positions (e.
Inferred read-onlyget_lectionaryGet 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-onlysynthesize_speechGenerate spoken-audio (text-to-speech) for a verse, prayer, or devotional in 50+ languages, and get back a playable audio URL.
Inferred read-onlyget_faith_contextRead 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.