Plug Nausika into Claude Code, Cursor, Windsurf or Zed. Your coding agent becomes sea-aware — perfect for building nautical apps, weather dashboards, fleet tools.
Later: extend Nausika itself — publish your own tools, data feeds and plugins.
// .mcp.json at your repo root
{
"mcpServers": {
"nausika": {
"url": "https://nausika.app/mcp",
"transport": "http"
}
}
}
$ claude /mcp
✓ nausika · 21 tools: forecast, tides, routes…Same 21 tools your chat AI has — now in your IDE. Scoped API keys permit read and write (propose_edit, propose_place). Use cases: weather-routing apps, anchorage discovery UIs, fleet dashboards, marine VRP solvers, chart-aware RAG.
Public API to contribute new MCP tools, data sources and plugins back into the engine. Build on Nausika from both sides: consume as a user, extend as an author.
POST /api/v1/tools — register a custom MCP tool with schema + handler URL.POST /api/v1/feeds — push new places, observations, AIS tracks.GET /api/v1/marketplace — discover community-authored tools; opt-in per user.Timeline: tracked in the blog changelog. Beta users get first API-key access to the Extend endpoints when they ship.