N
Nausika
/nausika_manage_boat_profile
Manage Boat Profile
Manage boat profile (multi-boat per account, keyed by name). Inputs: action, name, type, loa_m, beam_m, draft_m, displacement_kg, engine_type, engine_hp, fuel_
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_boat_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (upsert | delete | set_default) | Create/update, delete, or set a boat as default |
| name | string | Boat name (required for create, identifies boat for update/delete) |
| type | string (sail | motor | multihull) | Boat type |
| loa_m | number | Length overall in meters |
| beam_m | number | Maximum beam in meters |
| draft_m | number | Draft in meters |
| displacement_kg | integer | Displacement in kg |
| engine_type | string (inboard | outboard | none) | Engine type |
| engine_hp | integer | Engine power in HP |
| fuel_capacity_l | integer | Fuel tank capacity in liters |
| motor_consumption_l_per_h | number | Average motor fuel consumption at cruising RPM, in litres per hour |
| water_capacity_l | integer | Water tank capacity in liters |
| cruising_speed_kts | number | Cruising speed in knots |
| max_speed_kts | number | Maximum speed in knots |
| safety_equipment | string | Safety equipment description |
| certifications | string | Certifications |
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_boat_profile","input":{"action":"upsert"}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_manage_boat_profile -i '{"action":"upsert"}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_manage_boat_profile", input: {"action":"upsert"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.