Data Collection
nausika.app
Provides marine forecasts, tide data, and nautical place information for Mediterranean locations.
ENDPOINT 1
https://mcp.nausika.app
MCP server metadata
- Name
- nausika-mcp-server
- Version
- 1.0.0
Nausika — Recreational Marine Navigation MCP Server SCOPE: Mediterranean basin is the curated coverage area (POIs, ratings, routes, contributor data). Forecast, tide, coastline, and geocode tools accept any coordinate worldwide. Place search results outside the Mediterranean will typically be empty until contributors expand the dataset. DOMAIN: Distances in nautical miles (nm). Speed in knots (kt). Depths/heights in meters. Coordinates as decimal degrees (lat, lon). Defaults: 3-day forecast, 50 km search radius, 6 kt cruising speed. TOOL CHAINING: - Location lookup: nausika_geocode -> nausika_marine_forecast / nausika_search_places / nausika_tides - Trip planning: nausika_geocode -> nausika_marine_forecast -> nausika_sea_route -> nausika_search_places (near destination) -> nausika_calculator (fuel/time) - Quick distance: nausika_geocode -> nausika_sea_route (use include_waypoints: false for distance-only) - Conditions check: nausika_geocode -> nausika_marine_forecast + nausika_tides - Seasonal outlook: nausika_geocode -> nausika_seasonal_forecast (1–7 month ECMWF SEAS5 ensemble outlook; complement to marine_forecast for short-term) AUTH SCOPE: All access requires OAuth 2.1 authentication (or M2M API key). Authenticated users get marine forecast, tides, POI search, sea route, geocode, calculator, schema introspection, plus boat profiles, places, favorites, ratings, and routes.
Known tools 19
nausika_marine_forecastMarine + atmospheric forecast at (latitude, longitude in decimal degrees).
Inferred read-onlynausika_seasonal_forecastFetch 1-7 month ECMWF SEAS5 seasonal forecast for one Mediterranean point.
Inferred read-onlynausika_tidesTide predictions or station discovery at a coordinate (latitude, longitude).
Inferred read-onlynausika_sea_routeMaritime routing via pgRouting Dijkstra on the MARNET sea-lane graph (Mediterranean only; errors out elsewhere), 6 kn sailing-yacht default, snaps land coordinates to the nearest marina/anchorage/port.
Inferred read-onlynausika_geocodeResolve a place 'query' to coordinates (forward) or find nearest places to 'latitude'+'longitude' (reverse).
Inferred read-onlynausika_describe_place_schemaReturns the expected attributes for a given place 'type' (the only input parameter: marina, port, bay, fuel_station, city, island, etc.
Inferred read-onlynausika_is_waterCheck whether a coordinate (latitude, longitude in decimal degrees) is on water or land, and how far it is from the coast.
Inferred read-onlynausika_convert_coordinatesConvert nautical coordinates between decimal degrees, DMS, and DM.
Inferred read-onlynausika_manage_boat_profileManage boat profile (multi-boat per account, keyed by name).
Inferred read-onlynausika_get_ratingsView ratings for a place (aggregate + your own) or list all your ratings.
Inferred read-onlynausika_manage_routeSave a sailing route or multi-day itinerary; legs may link to places.
Inferred read-onlynausika_get_routesLook up your saved sailing-route library: direct fetch by id, or paginated search by name fragment via query, with limit and offset for pagination.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nausika-mcp-server]
url = "https://mcp.nausika.app"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nausika-mcp-server": {
"type": "http",
"url": "https://mcp.nausika.app"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nausika-mcp-server
Remote MCP URL: https://mcp.nausika.app
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nausika-mcp-server": {
"url": "https://mcp.nausika.app"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nausika-mcp-server": {
"type": "http",
"url": "https://mcp.nausika.app"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nausika-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.nausika.app"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nausika.app was fetched 2026-08-05T00:28:36.935Z and is being refreshed.
nausika.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.