What Nausika is
Nausika is an MCP server that grounds an AI assistant in real maritime data: weather, tides, places, sea routes, and geocoding, for recreational navigation in the Mediterranean basin.
The server is hosted at mcp.nausika.app. Sign-in uses OAuth 2.1 via GitHub or Google. The transport is Streamable HTTP per the Model Context Protocol specification.
Connect in three steps
Five minutes inside Claude.ai. No API keys, no SDK. A longer walkthrough with a copy-to-clipboard URL lives on the homepage.
-
Open the connector dialog
From your profile menu in Claude.ai, go to Customize → Connectors and click Add custom connector.
Stylized, not a screenshot. Or use the direct link to skip straight to the modal. -
Add Nausika and authenticate
Set a display name and paste
https://mcp.nausika.appas the remote MCP server URL. Click Add, then Connect to run the OAuth handshake with GitHub or Google. -
Turn it on in a chat and ask
In any chat, open the + menu, choose Connectors, toggle Nausika on, and ask something concrete. Nausika's tools are invoked automatically when the question is maritime.
Verify the integration
Five prompts a sailor can paste verbatim. Each card shows the tool chain Nausika expects the assistant to walk.
Passage planning
Plan a passage from Genoa to Bastia for tomorrow and tell me the conditions.
nausika_geocode nausika_marine_forecast nausika_sea_route nausika_calculator
POI search
Find sheltered anchorages near Portofino with at least three meters of depth.
nausika_geocode nausika_search_places
Tides, US and Mediterranean
Compare tomorrow's tides at San Francisco Bay with tides off Cagliari.
NOAA station path for San Francisco Bay; Open-Meteo fallback for Cagliari.
nausika_geocode nausika_tides
Geocoding outside the Mediterranean
Where is Lisbon, and is the coordinate over water?
Geocode falls back to OpenStreetMap Nominatim outside the curated atlas.
nausika_geocode nausika_is_water
Place contribution
I want to add a small marina I visited in southern Sardinia. What attributes should I provide?
nausika_describe_place_schema nausika_is_water nausika_submit_proposal
Tool catalogue
Twenty tools to authenticated users: 9 anonymous-safe and 11 that require sign-in. Schema names are canonical; pass them verbatim from any client.
-
nausika_marine_forecastMarine and atmospheric forecast for any coordinate. -
nausika_tidesTide predictions and NOAA station discovery. -
nausika_search_placesProximity, text, and ID search with filters. -
nausika_sea_routeMaritime routing on the MARNET graph. -
nausika_geocodeForward and reverse geocoding for places. -
nausika_calculatorOffline math evaluator for fuel and distance. -
nausika_describe_place_schemaSchema introspection for a given place type. -
nausika_is_waterCheck whether a coordinate is over water. -
nausika_convert_coordinatesConvert between decimal, DMS, and DM formats.
-
nausika_manage_boat_profileCreate, update, or delete a boat profile. -
nausika_get_boat_profileFetch the default or a named boat profile. -
nausika_manage_favoriteAdd or remove a place from favorites. -
nausika_get_favoritesList saved favorite places with notes. -
nausika_manage_ratingRate a place from one to five stars. -
nausika_get_ratingsView aggregate or your own place ratings. -
nausika_manage_routeSave a single route or a multi-leg itinerary. -
nausika_get_routesList or fetch saved routes by ID. -
nausika_submit_proposalSubmit a new place or place-edit proposal. -
nausika_get_proposalsList proposal status for the calling user. -
nausika_withdraw_proposalWithdraw a still-pending proposal.
Coverage scope
- The curated dataset is the Mediterranean basin: points of interest, ratings, routes, and contributor data.
- Forecast, tides, coastline check, and geocoding accept any coordinate and fall back to global third-party sources (Open-Meteo, NOAA, OpenStreetMap) outside the Mediterranean.
- Place searches outside the Mediterranean typically return empty until contributors expand the atlas.
Domain conventions
- Distances: nautical miles (nm)
- Speed: knots (kt)
- Depths and heights: meters
- Coordinates: decimal degrees, (latitude, longitude)
- Defaults: 3-day forecast, 50 km search radius, 6 kt cruising speed
Service limits
- Search radius: max 200 km, default 50 km.
- Search results: max 100 per call, default 30.
- Forecast horizon: 16 days on the Forecast endpoint, 8 days on the Marine endpoint; default preset is 3 days.
- Tide range: configurable. NOAA station distance threshold is around 200 nm before Nausika falls back to Open-Meteo modeled tides.
- Rate limiting: handled at the platform layer. Under sustained load the server returns
HTTP 429withRetry-After. Be polite.
Attribution and provenance
Every tool response includes a machine-readable _attribution array on the structuredContent payload and a human-readable Sources: footer in the text content, so the assistant can surface credit to the end user. Per-source license details are listed at /credits.
Issues, support, security
- General: [email protected]
- Privacy and data subject requests: [email protected]
- License take-down: [email protected]
- Security: [email protected]
- Background reading: /log