Nausika
mcp.nausika.app
· Nausika
Recreational marine navigation agent for the Mediterranean: marine forecasts, tides, sea routes, ports and anchorages.
mcp.nausika.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 47/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://mcp.nausika.app/.well-known/agent-card.json |
| Provider | https://nausika.app |
| Docs | https://nausika.app/docs |
Skills · 6 declared · mapped to canonical taxonomy
Wind, wave and weather forecast at any coordinate (3-day default, up to 10).
ECMWF SEAS5 ensemble outlook 1–7 months ahead — wind, temperature, precipitation.
Tide heights and times at coastal stations (Mediterranean and worldwide).
Search ports, marinas, anchorages and coastal POIs across the Mediterranean.
Routable sea route between two coordinates with waypoints, distance and ETA.
Resolve a place name to coordinates (sea-aware: prefers nearby coastline).
Health · last 26 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.nausika.app) [](https://agenstry.com/agents/mcp.nausika.app) [](https://agenstry.com/agents/mcp.nausika.app) [](https://agenstry.com/agents/mcp.nausika.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Nausika",
"description": "Recreational marine navigation agent for the Mediterranean: marine forecasts, tides, sea routes, ports and anchorages.",
"version": "0.1.2",
"provider": {
"organization": "Nausika",
"url": "https://nausika.app"
},
"iconUrl": "https://mcp.nausika.app/favicon-32x32.png",
"documentationUrl": "https://nausika.app/docs",
"supportedInterfaces": [
{
"url": "https://mcp.nausika.app",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"oauth2": {
"oauth2SecurityScheme": {
"oauth2MetadataUrl": "https://mcp.nausika.app/.well-known/oauth-authorization-server",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://mcp.nausika.app/api/auth/mcp/authorize",
"tokenUrl": "https://mcp.nausika.app/api/auth/mcp/token",
"refreshUrl": "https://mcp.nausika.app/api/auth/mcp/token",
"scopes": {
"openid": "OpenID Connect",
"profile": "Basic profile",
"email": "Email address",
"offline_access": "Refresh tokens"
},
"pkceRequired": true
}
}
}
}
},
"security": [
{
"oauth2": [
"openid",
"profile",
"email"
]
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "marine-forecast",
"name": "Marine Forecast",
"description": "Wind, wave and weather forecast at any coordinate (3-day default, up to 10).",
"tags": [
"marine",
"weather",
"forecast"
],
"examples": [
"Forecast for 43.7, 7.3 tomorrow",
"What's the wind like off Bonifacio this weekend?"
]
},
{
"id": "seasonal-forecast",
"name": "Seasonal Forecast",
"description": "ECMWF SEAS5 ensemble outlook 1\u20137 months ahead \u2014 wind, temperature, precipitation.",
"tags": [
"marine",
"weather",
"seasonal",
"long-range"
],
"examples": [
"What's the seasonal outlook for the Tyrrhenian in July?"
]
},
{
"id": "tides",
"name": "Tides",
"description": "Tide heights and times at coastal stations (Mediterranean and worldwide).",
"tags": [
"tides",
"marine"
],
"examples": [
"Tides in Venice next week"
]
},
{
"id": "search-places",
"name": "Search Places",
"description": "Search ports, marinas, anchorages and coastal POIs across the Mediterranean.",
"tags": [
"places",
"ports",
"marinas",
"anchorages"
],
"examples": [
"Anchorages near Bonifacio",
"Marinas in Croatia with fuel"
]
},
{
"id": "sea-route",
"name": "Sea Route",
"description": "Routable sea route between two coordinates with waypoints, distance and ETA.",
"tags": [
"routing",
"navigation"
],
"examples": [
"Route from Nice to Calvi at 6 knots"
]
},
{
"id": "geocode",
"name": "Geocode",
"description": "Resolve a place name to coordinates (sea-aware: prefers nearby coastline).",
"tags": [
"geocoding"
],
"examples": [
"Where is Cala di Volpe?"
]
}
]
}