Skip to main content
Glama

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.”


Related MCP server: Beckn Mobility MCP Server

🧩 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.

Related MCP Connectors

Related MCP Servers