N
Nausika
/nausika_search_places
Search Places
Mediterranean nautical place search by proximity. latitude+longitude are ALWAYS required — this is not a standalone text search. 'query' is only a name filter a
liveunknown~5s typical
mcpnausika
$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-app-nausika-mcp /nausika_search_places for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude | number | Center latitude for proximity search |
| longitude | number | Center longitude for proximity search |
| radius_km | number | Search radius in km (default 50, max 200) default 50 |
| query | string | Fuzzy text filter on place name, applied WITHIN the proximity search — requires latitude/l |
| type | string | Filter by place type (ignored if 'types' is provided) |
| types | array | Filter by multiple place types (takes precedence over 'type') |
| category | string (poi | location) | Filter by category |
| shelter_from | string (N | NE | E | SE | S | SW) | Compass direction to filter shelter (e.g. 'NW') |
| bottom_type | string (sand | mud | rock | gravel | clay | coral) | Bottom type filter (e.g. 'sand') |
| names_lang | string | ISO 639-1 lang code. When set, response `name` is replaced with attributes.i18n.names[lang |
| min_coverage_score | integer | Minimum coverage score 0-100 — filter places by data completeness |
| max_coverage_score | integer | Maximum coverage score 0-100 — filter to low-coverage places that need enrichment |
| limit | integer | Max results, default 30, max 100 default 30 |
| offset | integer | Offset for pagination default 0 |
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-app-nausika-mcp","endpoint":"/nausika_search_places","input":{"radius_km":50,"limit":30,"offset":0}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_search_places -i '{"radius_km":50,"limit":30,"offset":0}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_search_places", input: {"radius_km":50,"limit":30,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.