CA
Camping Australia
/find_nearest_toilets
Find nearest public toilets
Find the nearest PUBLIC TOILETS to a location (from the National Public Toilet Map). Use this for questions like 'where's the closest toilet to me', 'nearest pu
liveverifiedunknown~5s typical
mcpprobedcampingaustralia
$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-au-com-trip-planner-camping-australia /find_nearest_toilets for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | Latitude of the search location. |
| limit | integer | Max results to return (default 5, max 25). |
| longitude* | number | Longitude of the search location. |
| radius_km | number | Search radius in km (default 15). If none are within radius, the closest are returned anyw |
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-au-com-trip-planner-camping-australia","endpoint":"/find_nearest_toilets","input":{"latitude":1,"longitude":1}}'cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /find_nearest_toilets -i '{"latitude":1,"longitude":1}'mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/find_nearest_toilets", input: {"latitude":1,"longitude":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.