Nausika
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

FieldTypeDescription
action*string (upsert | delete | set_default)Create/update, delete, or set a boat as default
namestringBoat name (required for create, identifies boat for update/delete)
typestring (sail | motor | multihull)Boat type
loa_mnumberLength overall in meters
beam_mnumberMaximum beam in meters
draft_mnumberDraft in meters
displacement_kgintegerDisplacement in kg
engine_typestring (inboard | outboard | none)Engine type
engine_hpintegerEngine power in HP
fuel_capacity_lintegerFuel tank capacity in liters
motor_consumption_l_per_hnumberAverage motor fuel consumption at cruising RPM, in litres per hour
water_capacity_lintegerWater tank capacity in liters
cruising_speed_ktsnumberCruising speed in knots
max_speed_ktsnumberMaximum speed in knots
safety_equipmentstringSafety equipment description
certificationsstringCertifications

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.