VineVerse — Bible Knowledge Graph
VB
VineVerse — Bible Knowledge Graph
/find_places_near

Find places near a location

Biblical places within a radius, nearest first, with the distance in kilometres. Anchor it on a place already in the knowledge base, or on a bare latitude and l

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_places_near for me.

Input

FieldTypeDescription
placestringAnchor place path, e.g. "places/jerusalem"
latnumberAnchor latitude, if no place is given.
lonnumberLongitude in decimal degrees. Must be given together with `lat`, and instead of `place`.
radiusintegerKilometres. 50 by default.
limitintegerHow many places to return, nearest first. Defaults to 25, capped at 200.
offsetintegerFor paging; compare with `total` in the response. A wide radius holds far more than one pa

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_places_near","input":{}}'
cli
npx cracked-ai run -p mcp-bible-vineverse-vineverse -e /find_places_near -i '{}'
mcp
run_tool({ provider: "mcp-bible-vineverse-vineverse", endpoint: "/find_places_near", input: {} })

Try it

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