Skip to main content
Glama
README.md


A lightweight **Model Context Protocol (MCP)** server that powers MakeYourTripโ€™s next-gen **Cab Service Platform**.  
This project combines **Google Maps** and a custom **Cab Booking** system to help users plan trips, explore routes, and book rides โ€” all through natural conversation with tools like **Claude Desktop**.

---

## ๐Ÿง  Overview

The Cab Service MCP acts as the cab-management layer in a travel-planning assistant.  
It connects with a pre-built **Google Maps MCP** to understand routes, estimate travel times, and help users move efficiently between destinations.

With this server running, you can:

- ๐Ÿ™๏ธ **Book cabs** to any destination  
- โŒ **Cancel bookings** when plans change  
- ๐Ÿš— **View driver details** for confirmed rides  
- ๐Ÿ—บ๏ธ **Combine it with Google Maps MCP** to plan full itineraries automatically  

Example natural-language prompts you can use inside Claude Desktop:  
> โ€œPlan an 8-hour trip from Vadodara to Ahmedabad with 3 must-visit places and book the cabs.โ€  
> โ€œIโ€™m visiting Delhi for the weekend โ€” create a sightseeing route and arrange rides between landmarks.โ€  
> โ€œFind the best street-food spots in Lucknow and book cabs between them.โ€

---

## ๐Ÿงฉ How It Works

Claude (or any MCP-compatible LLM) communicates with two servers:

```
Claude / LLM
โ”‚
โ”œโ”€โ”€ Google Maps MCP โ†’ Handles routes, ETA, and destinations  
โ””โ”€โ”€ Cab Service MCP โ†’ Handles cab booking, cancellation, and driver info
```

Together, they make your AI assistant capable of real-time travel planning and booking.