← Back to tools
N

Nausika

19 endpointslive

Mediterranean marine forecasts, tides, sea routes, anchorages and POIs for AI assistants. (MCP server app.nausika/mcp, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Nausika.
EndpointWhat it doesPriceHealth
Marine + Atmospheric Forecast
/nausika_marine_forecast
Marine + atmospheric forecast at (latitude, longitude in decimal degrees). Returns waves, swell, currents, SST, wind, gusts, pressure, weather_code, visibility,$0.0020 per callunknown
Seasonal Forecast
/nausika_seasonal_forecast
Fetch 1-7 month ECMWF SEAS5 seasonal forecast for one Mediterranean point. Returns ensemble-mean DAILY + MONTHLY aggregates of wind, SST, temperature, precipita$0.0020 per callunknown
Tides
/nausika_tides
Tide predictions or station discovery at a coordinate (latitude, longitude). Default: predictions from the nearest NOAA station; outside US waters falls back to$0.0020 per callunknown
Search Places
/nausika_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$0.0020 per callunknown
Get Place
/nausika_get_place
Fetch full detail for a single place given its 'id'. Accepts either a full UUID or the 8-char [xxxxxxxx] short-id shown by nausika_search_places. Returns canoni$0.0020 per callunknown
Sea Route & Distance
/nausika_sea_route
Maritime routing via pgRouting Dijkstra on the MARNET sea-lane graph (Mediterranean only; errors out elsewhere), 6 kn sailing-yacht default, snaps land coordina$0.0020 per callunknown
Calculator
/nausika_calculator
Evaluate a math expression and return the numeric result. Useful for fuel, range/autonomy, unit conversions, and ad-hoc arithmetic. Supported (exhaustive): +, $0.0020 per callunknown
Geocode Place Names
/nausika_geocode
Resolve a place 'query' to coordinates (forward) or find nearest places to 'latitude'+'longitude' (reverse). Mediterranean-focused curated DB; forward falls bac$0.0020 per callunknown
Describe Place Schema
/nausika_describe_place_schema
Returns the expected attributes for a given place 'type' (the only input parameter: marina, port, bay, fuel_station, city, island, etc.). Useful to understand w$0.0020 per callunknown
Is Water
/nausika_is_water
Check whether a coordinate (latitude, longitude in decimal degrees) is on water or land, and how far it is from the coast. Returns: - is_water: boolean (true if$0.0020 per callunknown
Convert Coordinates
/nausika_convert_coordinates
Convert nautical coordinates between decimal degrees, DMS, and DM. Inputs: latitude, longitude — each accepts decimal (44.4), DMS ("44°24'00\"N"), or DM ("44°2$0.0020 per callunknown
Manage Boat Profile
/nausika_manage_boat_profile
Manage boat profile (multi-boat per account, keyed by name). Inputs: action, name, type, loa_m, beam_m, draft_m, displacement_kg, engine_type, engine_hp, fuel_$0.0020 per callunknown
Get Boat Profile
/nausika_get_boat_profile
Get your saved boat profile(s). Omit name for the default boat, or use name="*" to list all boats. Tip: use boat speed/consumption with nausika_sea_route and n$0.0020 per callunknown
Manage Favorite
/nausika_manage_favorite
Add or remove a place from your favorites list. Examples: - Add: action="add", place_id="a1b2c3d4", note="Great anchorage for overnight" - Remove: action="$0.0020 per callunknown
Get Favorites
/nausika_get_favorites
List your favorite places with details and personal notes. Ordered by most recently added. Inputs: limit, offset. Tip: use place coordinates with nausika_sea_$0.0020 per callunknown
Manage Rating
/nausika_manage_rating
Rate a place (1-5 stars) with an optional private comment. One rating per user per place. Examples: - Rate: action="upsert", place_id="a1b2c3d4", score=4, co$0.0020 per callunknown
Get Ratings
/nausika_get_ratings
View ratings for a place (aggregate + your own) or list all your ratings. Inputs: place_id, my_only, limit, offset. Examples: - Place ratings: place_id="a1b$0.0020 per callunknown
Manage Route
/nausika_manage_route
Save a sailing route or multi-day itinerary; legs may link to places. Typical flow: compute legs with nausika_sea_route, then save here. Examples: - Single:$0.0020 per callunknown
Get Routes
/nausika_get_routes
Look up your saved sailing-route library: direct fetch by id, or paginated search by name fragment via query, with limit and offset for pagination. Examples: $0.0020 per callunknown
Cracked: connect your agent to every tool it needs