{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "flightlogic",
    "title": "FlightLogic",
    "version": "1.0.0",
    "description": "Independent UK travel intelligence: editorial airline and airport ratings, a ~10,000-airport reference index, live flight positions and global travel-disruption feeds.",
    "websiteUrl": "https://flightlogic.co.uk",
    "documentationUrl": "https://flightlogic.co.uk/api/#mcp"
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://flightlogic.co.uk/mcp"
  },
  "authentication": {
    "type": "none",
    "description": "All tools read data FlightLogic already publishes openly. There is nothing to authenticate against and no per-client state is kept."
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_airports",
      "description": "Search ~10,000 airports worldwide by name, city or IATA code."
    },
    {
      "name": "find_nearest_airports",
      "description": "Find airports nearest a UK postcode or a latitude/longitude pair."
    },
    {
      "name": "get_airline_scores",
      "description": "FlightLogic editorial airline ratings — overall, safety, star band and six category scores."
    },
    {
      "name": "get_live_flights",
      "description": "Live aircraft positions near a coordinate."
    },
    {
      "name": "get_travel_disruptions",
      "description": "Open natural events that plausibly disrupt flying, from NASA EONET."
    },
    {
      "name": "read_page",
      "description": "Fetch any flightlogic.co.uk page as clean Markdown."
    }
  ],
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "privacyPolicy": "https://flightlogic.co.uk/privacy/",
  "termsOfService": "https://flightlogic.co.uk/terms/",
  "publisher": {
    "name": "Elite Digital AI Solutions Ltd",
    "url": "https://flightlogic.co.uk/about/"
  }
}
