{
  "schema_version": "1.0",
  "name": "UmrahTransit Agent",
  "description": "Open MCP server for AI assistants and 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": "none",
    "instructions": "No token needed — connect directly. Anonymous access is rate-limited (30 requests/min, 10 drafts/day per IP). High-volume partners can request a bearer token that lifts these limits at b2b@umrahtransit.com or see https://umrahtransit.com/ai"
  },
  "session": "stateless",
  "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 — no payment is taken."
    }
  ],
  "usage": {
    "connect": "POST JSON-RPC to https://umrahtransit.com/api/mcp/agent with Accept: application/json, text/event-stream. The server is stateless: initialize, then call tools directly — no session id required.",
    "flow": "1) search_routes(origin, destination) → route ID. 2) get_quote(route_id, travel_date) → fixed SAR prices. 3) create_draft(...) → hand the customer to https://umrahtransit.com/booking or WhatsApp +966 50 443 5616."
  },
  "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"
  }
}
