Skip to main content

Doxa MCP

Plug Doxa into the AI tools you already use.

Christian encouragement and Bible lookup, on tap for any Model Context Protocol client. Free, hosted at https://doxa.app/mcp/v1, install in 60 seconds.

Free · 50/day per IP BYOL · unlimited No signup MCP 2024-11-05

Install in 60 seconds

Copy-paste a config block into your MCP client. Restart. Done.

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "doxa": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
    }
  }
}

Restart Claude. Three Doxa tools appear in the tool list.

Cursor

Cursor → Settings → MCP → Add server:

{
  "doxa": {
    "url": "https://doxa.app/mcp/v1",
    "transport": "streamableHttp"
  }
}

Cline (VS Code)

{
  "doxa": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://doxa.app/mcp/v1"]
  }
}

BYOL — unlimited with your own Anthropic key

Add X-Anthropic-Key as a header. Your key is used for that single request and never stored.

{
  "mcpServers": {
    "doxa": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote", "https://doxa.app/mcp/v1",
        "--header", "X-Anthropic-Key: sk-ant-<your-key>"
      ]
    }
  }
}

Snippets for every client + JSON schemas + example fixtures live in the public schema repo: github.com/The-Doxa-Way/doxa-mcp-schema

Doxa is not an AI companion.

The Doxa prompt is hardened against the well-known dangers of AI-companion design — anthropomorphism, parasocial attachment, simulated friendship, first-person persona. There is no Doxa-the-friend.

Responses are third-person. The voice never says "I feel for you" or "I'm here for you." It points toward Jesus and Scripture, not toward the assistant itself. 141 KB of edge-case-tested rules behind every reply.

Three tools

doxa_encourage(situation)

Short, screenshot-shareable encouragement in the Doxa voice, with embedded Scripture references. Free tier caps output at 250 tokens; BYOL at 1500.

doxa_scripture(reference)

Bible verse lookup against the Berean Standard Bible (BSB), hosted in Doxa's own database. Single verses and ranges (e.g., "Psalm 23:1-3"). Includes a deep link into the Doxa Bible reader.

doxa_way_movement(movement?)

The Doxa Way framework — the 9 movements that anchor the voice. Static data, no LLM call, no rate limit cost.

The Doxa Way

Encouragement for your whole journey.

The next mile, not the next step.

Nine movements anchor every Doxa response:

  1. Hear / Recognise — receive what God is saying
  2. Discern — wisdom about its source and shape
  3. Test / Weigh — measure it against Scripture
  4. Record — capture before it fades
  5. Remember — return to what was said when the road gets hard
  6. Engage — act on it, live into it
  7. Trust — lean on it when nothing else is solid
  8. Fight the good fight — contend for what was promised
  9. Endure / Persevere — keep walking when it costs

The 5-verb daily practice in the Doxa appHear · Discern · Record · Remember · Trust — is the entry path into the same framework.

Try it now (no install)

Hit the endpoint with curl:

curl -sX POST https://doxa.app/mcp/v1 \
  -H 'content-type: application/json' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "doxa_encourage",
      "arguments": {"situation": "I am tired and tempted to give up."}
    }
  }' | jq

Two ways to use it

Mode Auth Daily limit LLM cost
Free anonymous None 50/day per IP We pay
BYOL X-Anthropic-Key header Unlimited You pay Anthropic

Every response includes a — Doxa · doxa.app attribution footer. Free-tier attribution is mandatory; a paid white-label tier is on the roadmap.

More from Doxa