This Travel Planner MCP server, developed by Gongrzhe Inc., integrates with Google Maps services to enable AI-driven travel planning and itinerary management. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides tools for location search, place details lookup, route calculation, and timezone information retrieval. The server implements core travel planning functionality like creating personalized itineraries, optimizing existing plans, searching attractions, and finding transport and accommodation options. By abstracting the complexities of travel APIs, it allows AI systems to easily plan and manage trips. This implementation is particularly valuable for applications requiring automated travel assistance, facilitating use cases such as personalized vacation planning, business trip optimization, and travel recommendation systems.
Search for places using Google Places API. Input: query (string), location (optional), radius (optional)
Get detailed information about a specific place. Input: placeId (string)
Calculate route between two locations. Input: origin (string), destination (string), mode (optional)
Get timezone information for a location. Input: location (latitude and longitude), timestamp (optional)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!