← nausika.app

INDIVIDUAL MCP TOOL

nausika_manage_boat_profile

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

nausika.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nausika.app

No auth detected

Connect to this endpoint to inspect the live schema for nausika_manage_boat_profile and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nausika.app

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.

Related tools

  • nausika_marine_forecast — Marine + atmospheric forecast at (latitude, longitude in decimal degrees).
  • nausika_seasonal_forecast — Fetch 1-7 month ECMWF SEAS5 seasonal forecast for one Mediterranean point.
  • nausika_tides — Tide predictions or station discovery at a coordinate (latitude, longitude).
  • nausika_search_places — Mediterranean nautical place search by proximity.
  • nausika_get_place — Fetch full detail for a single place given its 'id'.
  • 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.
  • nausika_calculator — Evaluate a math expression and return the numeric result.
  • nausika_geocode — Resolve a place 'query' to coordinates (forward) or find nearest places to 'latitude'+'longitude' (reverse).