{
    "name": "fluege.de",
    "mcp": {
        "endpoint": "https://www.fluege.de/mcp",
        "transport": "streamable-http",
        "protocolVersion": "2025-03-26"
    },
    "license": {
        "terms": "https://www.fluege.de/llms.txt",
        "contentReuse": "cite-with-attribution",
        "aiTraining": "allowed"
    },
    "tools": [
        {
            "name": "search_flights",
            "description": "Search for flights and return available price offers. Departure/arrival must be 3-letter IATA codes; if you only have place names, call resolve_airport first. Omit end_date for a one-way search."
        },
        {
            "name": "recommendation",
            "description": "Get personalized destination recommendations based on user location. Returns up to 4 destinations with best-price flight offers."
        },
        {
            "name": "resolve_airport",
            "description": "Resolve a free-text city or airport name to IATA codes. Call this first when the user gives a place name instead of a 3-letter IATA code, then pass the returned code to search_flights."
        }
    ]
}