N
Nausika
/nausika_manage_favorite
Manage Favorite
Add or remove a place from your favorites list. Examples: - Add: action="add", place_id="a1b2c3d4", note="Great anchorage for overnight" - Remove: action="
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_favorite for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (add | remove) | Add or remove a favorite |
| place_id* | string | Place id — full UUID or 8+ char hex prefix from nausika_search_places ([xxxxxxxx]) |
| note | string | Personal note (only for add) |
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_favorite","input":{"action":"add","place_id":"..."}}'cli
npx cracked-ai run -p mcp-app-nausika-mcp -e /nausika_manage_favorite -i '{"action":"add","place_id":"..."}'mcp
run_tool({ provider: "mcp-app-nausika-mcp", endpoint: "/nausika_manage_favorite", input: {"action":"add","place_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.