{
  "schema_version": "1.0",
  "name": "FlightQueue",
  "description": "Real-time airport intelligence: TSA wait times, FAA delays, security-wait predictions, historical patterns, and airline baggage stats for 8,000+ airports.",
  "mcp": {
    "endpoint": "https://mcp.flightqueue.com/mcp",
    "transport": "streamable-http",
    "authentication": [
      "oauth2"
    ]
  },
  "self_serve_registration": {
    "endpoint": "https://flightqueue.com/api/agent/register",
    "method": "POST",
    "body_schema": {
      "agent_name": "string (optional)",
      "contact_email": "string (optional)"
    },
    "returns": "fqagent_ API key usable as Authorization: Bearer on the REST API and CLI",
    "cost": "free"
  },
  "rest_api": {
    "base_url": "https://flightqueue.com/api/v1",
    "authentication": "api_key"
  },
  "cli": {
    "package": "@flightqueue/cli",
    "install": "npx @flightqueue/cli",
    "authentication": "api_key"
  },
  "docs": "https://flightqueue.com/mcp",
  "pricing": "https://flightqueue.com/pricing"
}