N
Nausika
/nausika_get_routes
Get Routes
Look up your saved sailing-route library: direct fetch by id, or paginated search by name fragment via query, with limit and offset for pagination. Examples:
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_get_routes for me.
Input
| Field | Type | Description |
|---|---|---|
| id | string | Fetch single route — full UUID or 8+ char hex prefix from nausika_get_routes |
| query | string | Search by name fragment, case-insensitive |
| route_type | string (single | itinerary) | Filter by type |
| limit | integer | Max results, 1–50 default 20 |
| offset | integer | Offset for pagination default 0 |
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_get_routes","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_get_routes -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_get_routes", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.