README.mdβ’1.71 kB
This is exactly i copied and pasted but still no preview # π Cab Service MCP Server
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.