{
  "name": "Air Agent",
  "description": "AI-powered flight search engine using split-ticketing, hidden-city routing, flex-date arbitrage, and refund prediction to find the absolute cheapest flights.",
  "url": "https://aiflightsearch.lovable.app",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "batch": true,
    "protocols": ["openapi", "mcp", "ai-plugin"]
  },
  "endpoints": {
    "search": {
      "url": "https://msbhlwrimkrbvxczlkhf.supabase.co/functions/v1/flight-agent",
      "method": "POST",
      "content_type": "application/json",
      "accepts": ["text/event-stream", "application/json"],
      "description": "Natural language flight search. Returns SSE stream by default, JSON if Accept: application/json."
    },
    "mcp": {
      "url": "https://msbhlwrimkrbvxczlkhf.supabase.co/functions/v1/mcp-flight-agent",
      "method": "POST",
      "protocol": "mcp",
      "description": "MCP-compatible endpoint for tool-use agents (Claude Desktop, Cursor, etc.)"
    }
  },
  "discovery": {
    "openapi": "https://aiflightsearch.lovable.app/openapi.json",
    "ai_plugin": "https://aiflightsearch.lovable.app/.well-known/ai-plugin.json",
    "llms_txt": "https://aiflightsearch.lovable.app/llms.txt",
    "mcp_config": "https://aiflightsearch.lovable.app/mcp.json"
  },
  "contact": "hello@aiflightsearch.lovable.app",
  "tags": ["flights", "travel", "arbitrage", "split-ticketing", "hidden-city", "AI", "agent-to-agent"]
}
