{
    "name": "obo-travel",
    "title": "OBO Travel Trip Search",
    "description": "Live hotel availability, real USD prices and trip ideas across 822,000+ hotels in 5,800+ cities, with direct booking links on onebookingonline.com. Read-only trip search; booking happens on the website via the booking_url links returned by the tools.",
    "version": "1.1.0",
    "endpoint": "https://onebookingonline.com/mcp",
    "transport": "streamable-http",
    "protocol": "JSON-RPC 2.0",
    "protocolVersions": [
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
    ],
    "authentication": "none",
    "capabilities": [
        "tools"
    ],
    "tools": [
        {
            "name": "search_hotels",
            "description": "Live hotel availability for a destination and dates with filters, sort, USD totals and booking links"
        },
        {
            "name": "get_hotel_offers",
            "description": "Room-level live offers for one hotel and dates"
        },
        {
            "name": "find_deals",
            "description": "Cheapest live-priced stays across the next two months for a destination"
        },
        {
            "name": "get_trip_ideas",
            "description": "Curated destination ideas by theme with coverage stats"
        },
        {
            "name": "search_destinations",
            "description": "Covered cities with verified-bookable hotel counts"
        }
    ],
    "rateLimits": {
        "requestsPerMinute": 30,
        "requestsPerDay": 500,
        "liveSearchesPerMinute": 10,
        "liveSearchesPerDay": 150
    },
    "setup": {
        "claude_code": "claude mcp add --transport http obo-travel https://onebookingonline.com/mcp",
        "json_config": {
            "mcpServers": {
                "obo-travel": {
                    "type": "http",
                    "url": "https://onebookingonline.com/mcp"
                }
            }
        }
    },
    "documentation": "https://onebookingonline.com/llms-full.txt",
    "landingPage": "https://onebookingonline.com/mcp",
    "provider": {
        "name": "OBO Travel",
        "url": "https://onebookingonline.com"
    }
}