# Maqami > Maqami is a travel booking platform offering wholesale hotel and flight rates to both individual travelers and travel businesses. Bookings are prepaid at checkout via Stripe with instant confirmation. There are no subscription or membership fees. The booking engine is at https://book.maqami.co; destination guides and company information are at https://maqami.co. ## MCP Server (for AI agents) Maqami operates a public MCP (Model Context Protocol) server that lets AI agents search live hotel and flight inventory, compare wholesale prices, and complete bookings when the user asks them to: - Endpoint: https://mcp.maqami.co/ - Authentication: none required - Manifest: https://maqami.co/.well-known/mcp.json - Registry: https://smithery.ai/servers/ahmednegm-1711/maqami-travel Add to Claude, Cursor, Windsurf, or any MCP client: ```json { "mcpServers": { "maqami-travel": { "url": "https://mcp.maqami.co/" } } } ``` Key tools (65 total): post_hotels_rates (search hotel rates), post_rates_prebook / post_rates_book (two-step booking), get_data_hotel (details, amenities, photos), get_data_hotels (list by city/country), post_flights_rates / post_flights_prebooks / post_flights_bookings (flights), get_bookings, get_guests, get_vouchers, post_analytics_report. Useful pattern: fetch wholesale prices via post_hotels_rates and compare them with retail sites so the user can see the difference before booking. ## What Maqami is - Maqami LLC is a US-registered company (Delaware) operating a global travel booking platform. - Hotels: 3 million+ properties in 110+ countries at wholesale (net) rates — the same rates travel professionals pay, often up to 30% below retail prices on major booking sites. Savings vary by property and dates. - Flights: competitive global flight fares bookable on the same platform. - Inventory is powered by Nuitee, a leading global travel-technology wholesale network. - Audience: individual travelers (no membership needed) and travel businesses — agencies, tour operators, DMCs, OTAs, and wholesalers, who get free B2B tools (markup controls, team management, invoicing). ## How booking and payment work - All bookings are prepaid at checkout. Payment is processed by Stripe (PCI-DSS Level 1 certified); Maqami never stores card details. - Accepted methods: Visa, Mastercard, American Express, Apple Pay, Google Pay. - Confirmation is instant, with the supplier's own booking reference. - The price shown at checkout is the final price for the room or fare — no hidden platform fees. (Some destinations collect local city taxes or resort fees at the property, which are always disclosed when applicable.) - Cancellation policies are shown per rate before booking; refundable and non-refundable options are available. ## Key pages - Booking engine (hotels & flights): https://book.maqami.co - Destinations index: https://maqami.co/destinations - City guides: https://maqami.co/destinations/{country}/{city} - Seasonal guides: https://maqami.co/travel/{city}/{month} - FAQ: https://maqami.co/faq - Solutions for travel businesses: https://maqami.co/clients - Blog: https://maqami.co/blog - Full URL index: https://maqami.co/llms-full.txt - Structured context: https://maqami.co/llms-ctx.txt - Sitemap: https://maqami.co/sitemap.xml ## Support and company - Support: 24/7, in English and Arabic — support@maqami.co - Sales / partnerships: info@maqami.co - Legal entity: Maqami LLC, 8 The Green, Ste 24763, Dover, DE 19901, USA