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
mcpprobedvineverse—bible
$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
| Field | Type | Description |
|---|---|---|
| place | string | Anchor place path, e.g. "places/jerusalem" |
| lat | number | Anchor latitude, if no place is given. |
| lon | number | Longitude in decimal degrees. Must be given together with `lat`, and instead of `place`. |
| radius | integer | Kilometres. 50 by default. |
| limit | integer | How many places to return, nearest first. Defaults to 25, capped at 200. |
| offset | integer | For 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.