Context API

Myriad Context API

Scripture-grounded context for AI agents: Christ-centered Gospel graph, verbatim Scripture, and integrity checks for invented verses and misquotes.

Context API

What the API Gives You

Scripture Is The Authority

AI is not the authority. Scripture is.

Infrastructure can be metered: hosting, evals, curation, and generation. The Word is not sold. Verse lookups and graph reads stay free.

What's Free, What's Metered

  • Free — verbatim Scripture, graph search, related nodes, and Gospel path.
  • Paid — Berean integrity checks and Witness Packet drafts. Metered per key.

Create a key under your account (sign in first). New keys start free.

MCP Server

Gospel context tools for AI agents. Point any MCP client (e.g. Claude Desktop) at the Myriad Context adapter with your key:

MYRIAD_API_KEY=myr_live_... \
MYRIAD_API_BASE=https://myriadgospel.network \
  python -m myriad.mcp_server

Tools: get_verse search_scripture_graph get_related_nodes get_gospel_path berean_check create_witness_packet

REST API

Base: /api/v1  ·  Auth: Authorization: Bearer myr_live_...  ·  Read-only / draft-only (never posts, DMs, or mutates the public graph).

# free — verbatim Scripture
curl -H "Authorization: Bearer $KEY" \
  "$BASE/api/v1/scripture/verse?ref=John+3:16"

# free — search the Gospel graph
curl -H "Authorization: Bearer $KEY" \
  "$BASE/api/v1/graph/search?q=guilt+and+repentance"

# paid — Berean integrity check (catches invented refs + misquotes)
curl -X POST -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{"content":"As Hezekiah 4:9 says...","refs":["John 3:16"]}' \
  "$BASE/api/v1/checks/berean"

A berean_check returns {status, invented_references, misquotes, notes} — a deterministic guarantee that no fabricated or misquoted Scripture slips through.

Build something that points people to Christ.

Create a free API key → Not a developer? Have us build it →