
Doxa MCP
Wire a faith-grounded Christian AI and Berean Study Bible context into Claude Code or any MCP client for pastoral, devotional, or ministry-product answers.
Overview
Doxa MCP is an MCP server for the build phase that connects coding agents to a remote Christian AI service grounded in the Berean Study Bible.
What is this MCP server?
- Remote MCP at https://doxa.app/mcp/v1 (streamable-http)—no npm package in server.json
- Christian AI positioning: grace and truth framing with Berean Study Bible (BSB) grounding
- Listed on faith.tools with a 5/5 rating per publisher description
- Server schema version 1.0.3; schema repo The-Doxa-Way/doxa-mcp-schema
- Website and docs at https://doxa.app/mcp
- Published server version 1.0.3
- 1 remote endpoint (streamable-http)
- faith.tools rating cited as 5/5 in listing description
Community signal: 1 GitHub stars.
What problem does it solve?
Generic LLMs in your agent lack consistent scripture grounding and a faith-aligned voice when you are building Christian products or answering ministry questions in the IDE.
Who is it for?
Indie builders of faith apps, newsletters, or agent assistants who want a turnkey Christian AI MCP remote without self-hosting models.
Skip if: Teams that need secular-only assistants, on-prem model control, or offline/air-gapped environments without outbound HTTPS to doxa.app.
What do I get? / Deliverables
After you register the remote MCP URL, your agent can query Doxa for Bible-informed, grace-and-truth oriented answers alongside your normal dev workflow.
- Live MCP tool calls to Doxa’s Christian AI from your agent session
- Scripture-informed answers usable in prototypes and content drafts
- Reduced need to build a custom faith RAG pipeline for early builds
Recommended MCP Servers
Journey fit
MCP servers that extend what your coding agent can call belong on the build shelf under agent tooling—the canonical place solo builders register new agent capabilities. Doxa is consumed as a remote streamable-HTTP MCP endpoint, not a standalone app feature, so agent-tooling is the right subphase for install and config.
How it compares
Hosted faith LLM MCP remote, not a local npm skill or general web-scraping automation server.
Common Questions / FAQ
Who is Doxa MCP for?
Solo and small-team builders who use Claude Code or other MCP clients and want Christian, BSB-grounded AI responses while they ship faith-oriented or pastoral tools.
When should I use Doxa MCP?
Use it during build when you are prototyping copy, study helpers, chat features, or internal research that should reflect grace, truth, and scripture context rather than generic chat.
How do I add Doxa MCP to my agent?
Add a remote MCP entry in your client config pointing at https://doxa.app/mcp/v1 (streamable-http), following your editor’s MCP docs; no npx package is declared in the published server.json.