{"name":"com.sednasystem/genesis","slug":"sednasystem-genesis","title":"Sedna Genesis","description":"Customer-facing yacht search and charter request MCP server by Sedna System.","url":"https://mcp.market/server/sednasystem-genesis","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:50:58.156Z","last_ok_at":"2026-09-20T20:50:58.156Z","latency_ms":1290},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/eitsedna/genesis","website":"https://genesis.sednasystem.com/landing","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.sednasystem.com/mcp"}],"packages":[],"tools":[{"name":"Base_list","description":"**Sedna System Rules & Available Bases**\n\nThis tool provides the OFFICIAL rules and the COMPLETE list of available\nbases grouped by country for boat searching.\n\n**AI GUIDELINES (MUST FOLLOW):**\n1.  **Sedna-Only Data:** Use ONLY data from Sedna tools. NO internet searches.\n2.  **Fleet Neutrality:** Remain 100% neutral. DO NOT favor any fleet.\n3.  **Customer-Led Decision:** Present facts objectively. Let the customer decide.\n4.  **ID Accuracy:** MUST use exact `id_tbf1` and `id_boat` from `search_boats` results. NEVER guess.\n5.  **Current Year Default:** If no year is specified, use the CURRENT year, not next year.\n6.  **CHECK BASE FIRST:** ALWAYS use this tool (`Base_list`) to find the exact base name BEFORE calling `search_boats`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"boat_details","description":"Return yacht details and CDN-backed public URLs for yacht media.\n\nThis is the primary tool to call after search_boats whenever the customer\nasks to see yacht photos, a gallery, plans, videos or documents, or asks\nabout layout, capacity, dimensions, equipment, description, crew or\nitinerary. Display the public URLs returned under media.header,\nmedia.photos, media.plans, media.images, media.videos and media.documents.\nAll media in this public tool comes through Sedna's CdnManager; missing CDN\nmedia is returned as an empty field and never replaced by a legacy DB URL.\nid_boat must be copied exactly from search_boats. This tool does not return\ndate-specific prices, extras or availability; use booking_detail for those.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_boat":{"type":"integer","description":"Exact yacht ID returned by search_boats. Never guess it."},"sheet_type":{"default":"bareboat","type":"string","description":"bareboat or crewed. Use crewed for crew and itinerary data."},"language":{"default":"en","type":"string","description":"ISO language code supported by Sedna, for example en or fr."}},"required":["id_boat"],"additionalProperties":false}},{"name":"booking_create","description":"Submits a request for a booking or a request for an option.\n\nThis action re-prices and submits the request. ``booking_detail_mod`` is a\nstateless preview: selections made there are not stored automatically.\nTherefore selected_extras MUST repeat every extra the customer selected,\nusing the exact id_opt and quantity. Pass an empty list only when the\ncustomer selected no optional extras. Never report an extra as selected\nunless this tool's saved_extras verification confirms it.\n\nFull client details (name, email, phone) are required to submit the request.\n **** strong rule: AI should not guess or input customer information on its own. It must ask customers to input it on its own.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"client_name":{"type":"string","description":"The client's full name."},"client_email":{"type":"string","description":"The client's valid email address."},"client_phone":{"type":"string","description":"The client's contact phone number."},"id_tbf1":{"type":"integer","description":"The TBF1 identifier for the booking."},"id_boat":{"type":"integer","description":"The unique boat identifier."},"dateStart":{"type":"string","description":"The start date (DD/MM/YYYY)."},"dateEnd":{"type":"string","description":"The end date (DD/MM/YYYY)."},"pax":{"type":"integer","description":"Number of passengers."},"selected_extras":{"items":{"additionalProperties":true,"type":"object"},"type":"array","description":"Required complete selection. Example:\n[{\"id_opt\": 123, \"selected\": true, \"quantity\": 1}].\nUse [] only when no optional extra was selected."},"mode":{"anyOf":[{"type":"string"},{"type":"null"}],"default":"booking","description":"The type of creation, 'booking' or 'option' (defaults to 'booking')."},"currency_id_devise":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"departure_selected":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"arrival_selected":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null},"departure_port_pay_option":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"arrival_port_pay_option":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null}},"required":["client_name","client_email","client_phone","id_tbf1","id_boat","dateStart","dateEnd","pax","selected_extras"],"additionalProperties":false}},{"name":"booking_detail","description":"Return date-specific availability, pricing, extras and booking choices.\n\nUse id_boat and id_tbf1 exactly as returned by search_boats. This tool is\nfor a selected yacht and charter period. Do not call this tool only to see\nyacht photos or media; call boat_details with the exact id_boat instead.\nAny Images included here are supplemental booking-context images, while\nboat_details is the canonical source for the complete public media URLs.\n\nShow all optional extras. After the customer changes extras, passenger\ncount, currency, ports or payment options, call booking_detail_mod and use\nonly its server-calculated totals. Finally, offer a request for an option\nor a request for a booking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_tbf1":{"type":"integer","description":"Exact pricing ID returned by search_boats."},"id_boat":{"type":"integer","description":"Exact yacht ID returned by search_boats."},"dateStart":{"type":"string","description":"Start date in DD/MM/YYYY format."},"dateEnd":{"type":"string","description":"End date in DD/MM/YYYY format."},"pax":{"type":"integer","description":"Number of passengers."}},"required":["id_tbf1","id_boat","dateStart","dateEnd","pax"],"additionalProperties":false}},{"name":"booking_detail_mod","description":"Apply customer selections and return server-recalculated booking details.\n\nCopy id_boat and id_tbf1 from search_boats. Sedna is the only source of\ntruth for prices: never calculate totals in the LLM. Send selected extras,\npassenger count, currency, ports and payment options here, then present the\ncomplete updated summary returned by the server. This is a stateless price\npreview and does not save the selection. If the customer proceeds, repeat\nthe complete selected_extras list in booking_create.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id_tbf1":{"type":"integer","description":"Exact pricing ID returned by search_boats."},"id_boat":{"type":"integer","description":"Exact yacht ID returned by search_boats."},"dateStart":{"type":"string","description":"Start date in DD/MM/YYYY format."},"dateEnd":{"type":"string","description":"End date in DD/MM/YYYY format."},"pax":{"type":"integer","description":"Number of passengers."},"selected_extras":{"anyOf":[{"items":{"additionalProperties":true,"type":"object"},"type":"array"},{"type":"null"}],"default":null,"description":"Selected extras with id_opt, selected and quantity."},"currency_id_devise":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Currency ID present in booking_detail rates."},"departure_selected":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Selected departure port ID."},"arrival_selected":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":null,"description":"Selected arrival port ID."},"departure_port_pay_option":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"base or now."},"arrival_port_pay_option":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"base or now."}},"required":["id_tbf1","id_boat","dateStart","dateEnd","pax"],"additionalProperties":false}},{"name":"compare_boats","description":"Compare 2 to 4 boats side by side: specs, indicative price and availability.\n- boat_ids: list of 2..4 boat ids\n- currency: EUR, USD, CNY (default EUR)\n- start_date/end_date: optional availability window (YYYY-MM-DD)","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"boat_ids":{"items":{"type":"integer"},"type":"array"},"currency":{"default":"EUR","type":"string"},"start_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null},"end_date":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null}},"required":["boat_ids"],"additionalProperties":false}},{"name":"readme","description":"Official Sedna rules for every public yacht-search conversation.\n\n1. Use only information returned by Sedna tools. Do not supplement yacht,\n   fleet, availability or price data with an internet search.\n2. Stay neutral between fleets. Present factual differences and let the\n   customer decide; never promote one fleet as the best.\n3. Call Base_list before search_boats so the search uses an official base.\n4. Use id_boat and id_tbf1 exactly as returned by search_boats. Never guess IDs.\n5. When the customer does not state a year, clarify the date or use the\n   current year. Never silently choose the following year.\n6. When the customer asks to see yacht photos or other yacht media, call\n   boat_details with the exact id_boat from search_boats. Display the public\n   URLs returned in media.header, media.photos, media.plans or media.images.\n   search_boats intentionally returns no gallery. Use booking_detail only\n   for date-specific availability, prices, extras and booking choices.\n7. A search result is available only for the requested dates reported by\n   Sedna. Never generalize that availability to different dates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"search_boats","description":"Search Sedna for yachts available for the exact requested dates.\n\nCall Base_list first and use an official base name. Results have passed\nSedna planning/block and pricing checks for start_date plus nights. If\nmore than 10 yachts match, state the count and fleets and ask for a fleet,\nmodel or year preference. If 10 or fewer match, show every result with its\nfleet name. If none match, offer alternative bases or dates.\n\nSearch results intentionally contain no yacht images. If the customer asks\nto see photos, a gallery, plans, videos or documents for a selected yacht,\ncall boat_details with its exact id_boat and display the returned public\nmedia URLs. Use booking_detail for date-specific prices, extras, ports and\nbooking choices.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"base":{"type":"string","description":"Exact base name returned by Base_list."},"start_date":{"type":"string","description":"Future charter start date in YYYY-MM-DD format."},"nights":{"type":"integer","description":"Number of charter nights."},"boat_type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional exact yacht type."},"boat_model":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional yacht model."},"fleet_name":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional fleet preference."},"pax":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional passenger filter (exact, range or comparator)."},"boat_year":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional build-year filter (exact, range or comparator)."},"double_cabin":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional double-cabin filter."},"bathroom":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional bathroom filter."},"price":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"description":"Optional price filter in the currency returned by Sedna."},"option":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"default":null,"description":"Additional supported Sedna filters."},"page":{"anyOf":[{"type":"integer"},{"type":"null"}],"default":1,"description":"Result page starting at 1."}},"required":["base","start_date","nights"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T20:28:33.449Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:28:33.409Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1619ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.sednasystem.com/mcp","reachable":true,"authRequired":false,"latencyMs":1619,"serverInfo":{"name":"Sedna_Cruise_Search_MCP","version":"3.4.7"}}],"packages":[],"repo":{"found":false,"owner":"eitsedna","repo":"genesis","error":"repo not found"},"icon":{"url":"https://genesis.sednasystem.com/favicon.ico","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}