{
  "schema_version": "1.0",
  "name": "UmrahTransit Agent",
  "description": "Scoped MCP server for AI travel agents: search private transfer routes across Saudi Arabia, get fixed vehicle prices (Ramadan/Hajj-aware), and save draft bookings for the UmrahTransit team. Operated by Fakhama Groups LLC (TGA-licensed), serving Umrah/Hajj pilgrims, tourists, and business travelers in Makkah, Madinah, Jeddah, Taif, Riyadh, AlUla, and Yanbu.",
  "endpoint": "https://umrahtransit.com/api/mcp/agent",
  "transport": "streamable-http",
  "protocol_version": "2025-06-18",
  "authentication": {
    "type": "bearer",
    "instructions": "Access tokens are issued to vetted partners. Request one at b2b@umrahtransit.com or see https://umrahtransit.com/ai"
  },
  "tools": [
    {
      "name": "search_routes",
      "description": "Find valid transfer route IDs between two Saudi locations (e.g. Jeddah Airport to Makkah)."
    },
    {
      "name": "get_quote",
      "description": "Fixed per-vehicle prices in SAR for a route, seasonal (Ramadan/Hajj) surcharge applied when a travel date is given."
    },
    {
      "name": "create_draft",
      "description": "Save a customer's trip as a draft booking for the UmrahTransit team to follow up. Not a confirmed booking."
    }
  ],
  "alternatives": {
    "quote_api": {
      "description": "Public read-only quote API — no authentication required.",
      "endpoint": "https://umrahtransit.com/api/quote",
      "openapi": "https://umrahtransit.com/openapi.json"
    },
    "llms_txt": "https://umrahtransit.com/llms.txt",
    "llms_full_txt": "https://umrahtransit.com/llms-full.txt"
  },
  "documentation": "https://umrahtransit.com/ai",
  "contact": "b2b@umrahtransit.com",
  "provider": {
    "name": "UmrahTransit",
    "legal_name": "Fakhama Groups LLC",
    "url": "https://umrahtransit.com",
    "whatsapp": "+966504435616"
  }
}
