{
  "protocolVersion": "0.3.0",
  "name": "AplusZ flight fares",
  "description": "I want to fly from <city A> to <city B> - what is the cheapest fare, what was the 6-month low, and which date is cheapest to book?",
  "url": "https://aplusz.app/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "AplusZ (A+Z).app",
    "url": "https://aplusz.app"
  },
  "version": "1.0.0",
  "documentationUrl": "https://aplusz.app/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "flight-fare-lookup",
      "name": "Flight fare lookup",
      "description": "Cheapest observed fare, currency, six-month low and best departure date for one directional city pair.",
      "tags": [
        "flights",
        "fares",
        "travel",
        "prices"
      ],
      "examples": [
        "What is the cheapest flight from Paris to Bangkok, and was it ever cheaper in the last six months?",
        "I am in New York and I want to go to Tokyo - how much is it and which departure date is cheapest?"
      ]
    },
    {
      "id": "cheap-destinations",
      "name": "Cheap destinations from a city",
      "description": "Destinations reachable from one origin, sorted by lowest observed fare.",
      "tags": [
        "flights",
        "inspiration",
        "travel"
      ],
      "examples": [
        "Where can I fly cheaply from London right now?",
        "List the ten cheapest places to fly out of Dubai."
      ]
    }
  ]
}