{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_wv6d63j7k2u5","handle":"waysway","url":"https://wellknown.network/agents/waysway","links":{"self":"https://wellknown.network/agents/waysway/record.json","html":"https://wellknown.network/agents/waysway","markdown":"https://wellknown.network/agents/waysway/record.md","api":"https://wellknown.network/api/v1/agents/waysway","status":"https://wellknown.network/api/v1/agents/waysway/status","claim":"https://wellknown.network/agents/waysway/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/waysway/claim.json","badge":"https://wellknown.network/agents/waysway/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:api.waysway.com:server:waysway","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"waysway","summary":"Waysway AI travel MCP for hotels, live prices, restaurants, flights, and activities.","description":"Waysway AI travel MCP for hotels, live prices, restaurants, flights, and activities.","publisher":{"name":"Waysway-app","url":null},"homepage":null,"repository":"https://github.com/Waysway-app/waysway-mcp","version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://api.waysway.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-04-27T03:57:00.708117Z","publishedAt":"2026-04-27T03:57:00.708117Z","registryName":"io.github.Waysway-app/waysway"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.travel","name":"Travel & Booking","confidence":1,"provenance":"derived"}],"categories":["commerce"]},"observed":{"status":"unknown","statusReason":"Not checked yet.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[{"at":"2026-09-06T10:25:49.609Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":163,"error":null,"detail":{"tools":[{"name":"get_user_profile_schema","description":"\n    Return the strict standard schema for user_profile.\n\n    IMPORTANT:\n    - Only these standard UserProfile fields are allowed.\n    - No alias mapping is sup"},{"name":"start_session","description":"\n    Create or replace a session.\n\n    PURPOSE:\n    - Initialize conversation state\n    - Optionally store stable user profile fields\n\n    DO:\n    - pass stable"},{"name":"get_session_state","description":"\n    Get a compact summary of the current session state.\n    "},{"name":"clear_session","description":"\n    Clear the entire session.\n    "},{"name":"list_sessions","description":"\n    List all in-memory session summaries.\n    Useful for debugging only.\n    "},{"name":"update_user_profile","description":"\n    Update session.user_profile using standard UserProfile fields only.\n\n    USE THIS WHEN:\n    - the caller already has structured profile fields\n\n    DO NOT "},{"name":"update_user_profile_from_model","description":"\n    Preferred path for profile extraction.\n\n    The external model should:\n    - read the user's natural language message\n    - decide which STANDARD UserProfi"},{"name":"extract_user_profile_from_text","description":"\n    Lightweight fallback extraction from raw text.\n\n    This is mainly for debugging and fallback use.\n    It is NOT the preferred production path.\n    Preferr"},{"name":"ingest_user_message","description":"\n    Store raw user message into session context.\n\n    IMPORTANT:\n    This tool is no longer the main profile extraction path.\n\n    RECOMMENDED USE:\n    - store"},{"name":"normalize_stay_dates","description":"\n    Parse stay dates without using session state.\n\n    user_profile here is optional and only accepts standard profile fields.\n    city is not required here.\n "},{"name":"update_stay_dates","description":"\n    Update session stay dates.\n\n    USE THIS TOOL FOR:\n    - check-in date\n    - check-out date\n    - nights-based date calculation\n\n    DO NOT:\n    - do NOT p"},{"name":"search_hotels","description":"\n    Search and recommend hotels.\n\n    USE THIS TOOL FOR:\n    - city-based hotel search\n    - main search intent\n    - direct numeric search constraints such as"},{"name":"get_hotel_details","description":"\n    Get detailed information for a hotel.\n\n    Use this after search_hotels when the user asks for more details\n    about a recommended option.\n    "},{"name":"check_stay_price","description":"\n    Check live stay price for a previously recommended hotel.\n\n    REQUIREMENT:\n    - update_stay_dates must already have been called\n    "},{"name":"get_booking_offers","description":"\n    Get available hotel offers for the current session dates.\n\n    REQUIREMENT:\n    - update_stay_dates should already be set\n    - hotel should come from prev"},{"name":"search_restaurants_near_hotel","description":"\n    Search restaurants near a hotel.\n    "},{"name":"search_activities_in_city","description":"\n    Search activities in a city.\n\n    If city is omitted, use session.city from prior hotel search.\n    "},{"name":"search_flight_content","description":"\n    Search airline-related content.\n    "},{"name":"search_homestays_in_city","description":"\n    Search homestays in a city.\n\n    If city is omitted, use session.city from prior hotel search.\n    "},{"name":"health_check","description":"\n    Health check for the MCP server.\n    "}],"toolCount":20,"serverName":"booking-hotel-mcp","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.22.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"get_user_profile_schema","description":"\n    Return the strict standard schema for user_profile.\n\n    IMPORTANT:\n    - Only these standard UserProfile fields are allowed.\n    - No alias mapping is sup"},{"name":"start_session","description":"\n    Create or replace a session.\n\n    PURPOSE:\n    - Initialize conversation state\n    - Optionally store stable user profile fields\n\n    DO:\n    - pass stable"},{"name":"get_session_state","description":"\n    Get a compact summary of the current session state.\n    "},{"name":"clear_session","description":"\n    Clear the entire session.\n    "},{"name":"list_sessions","description":"\n    List all in-memory session summaries.\n    Useful for debugging only.\n    "},{"name":"update_user_profile","description":"\n    Update session.user_profile using standard UserProfile fields only.\n\n    USE THIS WHEN:\n    - the caller already has structured profile fields\n\n    DO NOT "},{"name":"update_user_profile_from_model","description":"\n    Preferred path for profile extraction.\n\n    The external model should:\n    - read the user's natural language message\n    - decide which STANDARD UserProfi"},{"name":"extract_user_profile_from_text","description":"\n    Lightweight fallback extraction from raw text.\n\n    This is mainly for debugging and fallback use.\n    It is NOT the preferred production path.\n    Preferr"},{"name":"ingest_user_message","description":"\n    Store raw user message into session context.\n\n    IMPORTANT:\n    This tool is no longer the main profile extraction path.\n\n    RECOMMENDED USE:\n    - store"},{"name":"normalize_stay_dates","description":"\n    Parse stay dates without using session state.\n\n    user_profile here is optional and only accepts standard profile fields.\n    city is not required here.\n "},{"name":"update_stay_dates","description":"\n    Update session stay dates.\n\n    USE THIS TOOL FOR:\n    - check-in date\n    - check-out date\n    - nights-based date calculation\n\n    DO NOT:\n    - do NOT p"},{"name":"search_hotels","description":"\n    Search and recommend hotels.\n\n    USE THIS TOOL FOR:\n    - city-based hotel search\n    - main search intent\n    - direct numeric search constraints such as"},{"name":"get_hotel_details","description":"\n    Get detailed information for a hotel.\n\n    Use this after search_hotels when the user asks for more details\n    about a recommended option.\n    "},{"name":"check_stay_price","description":"\n    Check live stay price for a previously recommended hotel.\n\n    REQUIREMENT:\n    - update_stay_dates must already have been called\n    "},{"name":"get_booking_offers","description":"\n    Get available hotel offers for the current session dates.\n\n    REQUIREMENT:\n    - update_stay_dates should already be set\n    - hotel should come from prev"},{"name":"search_restaurants_near_hotel","description":"\n    Search restaurants near a hotel.\n    "},{"name":"search_activities_in_city","description":"\n    Search activities in a city.\n\n    If city is omitted, use session.city from prior hotel search.\n    "},{"name":"search_flight_content","description":"\n    Search airline-related content.\n    "},{"name":"search_homestays_in_city","description":"\n    Search homestays in a city.\n\n    If city is omitted, use session.city from prior hotel search.\n    "},{"name":"health_check","description":"\n    Health check for the MCP server.\n    "}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"io.github.Waysway-app/waysway","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.Waysway-app%2Fwaysway","firstSeenAt":"2026-09-06T07:20:24.446Z","fetchedAt":"2026-09-06T07:20:24.446Z","normalizedAt":"2026-09-06T07:20:24.446Z"}]},"firstSeenAt":"2026-09-06T07:20:24.446Z","updatedAt":"2026-09-06T07:20:46.425Z"}