N
Nausika
/nausika_tides
Tides
Tide predictions or station discovery at a coordinate (latitude, longitude). Default: predictions from the nearest NOAA station; outside US waters falls back to
liveunknown~5s typical
mcpnausika
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-nausika-mcp /nausika_tides for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | Latitude in decimal degrees (WGS84, -90 to 90) |
| longitude* | number | Longitude in decimal degrees (WGS84, -180 to 180) |
| stations_only | boolean | If true, return nearby stations without fetching predictions (station discovery mode). Def default false |
| limit | integer | Max stations to return in stations_only mode (default 5, max 10). default 5 |
| begin_date | string | Start date in YYYYMMDD format (defaults to today UTC). |
| range_hours | integer | Duration in hours (default 48, max 744 = ~31 days). default 48 |
| datum | string (MLLW | MLW | MSL | MHW | MHHW | NAVD) | Tidal datum reference (default MLLW) default "MLLW" |
| units | string (metric | english) | Units: metric (meters) or english (feet) default "metric" |
| interval | string (h | hilo) | Interval: 'hilo' for high/low only (default), 'h' for hourly predictions default "hilo" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-nausika-mcp","endpoint":"/nausika_tides","input":{"latitude":1,"longitude":1,"stations_only":false,"limit":5,"range_hours":48,"datum":"MLLW","units":"metric","interval":"hilo"}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_tides -i '{"latitude":1,"longitude":1,"stations_only":false,"limit":5,"range_hours":48,"datum":"MLLW","units":"metric","interval":"hilo"}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_tides", input: {"latitude":1,"longitude":1,"stations_only":false,"limit":5,"range_hours":48,"datum":"MLLW","units":"metric","interval":"hilo"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.