N
Nausika
/nausika_manage_route
Manage Route
Save a sailing route or multi-day itinerary; legs may link to places. Typical flow: compute legs with nausika_sea_route, then save here. Examples: - Single:
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_manage_route for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (upsert | delete) | Create/update or delete |
| id | string | Route id for update/delete — full UUID or 8+ char hex prefix from nausika_get_routes |
| name | string | Route name |
| description | string | Route description |
| route_type | string (single | itinerary) | single leg or multi-leg itinerary |
| legs | array | Route legs, replaces all existing on update |
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_manage_route","input":{"action":"upsert"}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_manage_route -i '{"action":"upsert"}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_manage_route", input: {"action":"upsert"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.