VineVerse — Bible Knowledge Graph
VB
VineVerse — Bible Knowledge Graph
/find_cross_references

Find cross references

Cross references for a verse or chapter, ordered by crowd support. The underlying corpus records THAT two passages are connected but never WHY, so these carry n

liveverifiedunknown~5s typical
mcpprobedvineversebible
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-bible-vineverse-vineverse /find_cross_references for me.

Input

FieldTypeDescription
osis*stringOSIS reference, e.g. "John.3.16"
minVotesintegerMinimum crowd support. 20 is the bundle floor.
limitintegerHow many references to return, highest-voted first. Defaults to 100, capped at 500.
offsetintegerFor paging; compare with `total` in the response.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-bible-vineverse-vineverse","endpoint":"/find_cross_references","input":{"osis":"..."}}'
cli
npx cracked-ai run -p mcp-bible-vineverse-vineverse -e /find_cross_references -i '{"osis":"..."}'
mcp
run_tool({ provider: "mcp-bible-vineverse-vineverse", endpoint: "/find_cross_references", input: {"osis":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.