← Registry

Data Collection

nausika.app

Provides marine forecasts, tide data, and nautical place information for Mediterranean locations.

1 endpoint19 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.nausika.app

No auth detected

MCP server metadata

Name
nausika-mcp-server
Version
1.0.0
Capabilities
tools.listChangedprompts.listChanged
Server instructions

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_forecast

Marine + atmospheric forecast at (latitude, longitude in decimal degrees).

Inferred read-only
nausika_seasonal_forecast

Fetch 1-7 month ECMWF SEAS5 seasonal forecast for one Mediterranean point.

Inferred read-only
nausika_tides

Tide predictions or station discovery at a coordinate (latitude, longitude).

Inferred read-only
nausika_search_places

Mediterranean nautical place search by proximity.

Inferred read-only
nausika_get_place

Fetch full detail for a single place given its 'id'.

Inferred read-only
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 coordinates to the nearest marina/anchorage/port.

Inferred read-only
nausika_calculator

Evaluate a math expression and return the numeric result.

Inferred read-only
nausika_geocode

Resolve a place 'query' to coordinates (forward) or find nearest places to 'latitude'+'longitude' (reverse).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
nausika_convert_coordinates

Convert nautical coordinates between decimal degrees, DMS, and DM.

Inferred read-only
nausika_manage_boat_profile

Manage boat profile (multi-boat per account, keyed by name).

Inferred read-only
nausika_get_boat_profile

Get your saved boat profile(s).

Inferred read-only
nausika_manage_favorite

Add or remove a place from your favorites list.

Potential side effects
nausika_get_favorites

List your favorite places with details and personal notes.

Inferred read-only
nausika_manage_rating

Rate a place (1-5 stars) with an optional private comment.

Inferred read-only
nausika_get_ratings

View ratings for a place (aggregate + your own) or list all your ratings.

Inferred read-only
nausika_manage_route

Save a sailing route or multi-day itinerary; legs may link to places.

Inferred read-only
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.

Inferred read-only

CONNECT 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.

Trust status Trusted

nausika.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.