Google Maps (Travel Planner)
Summary
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.
Available Actions(4)
searchPlaces
Search for places using Google Places API. Input: query (string), location (optional), radius (optional)
getPlaceDetails
Get detailed information about a specific place. Input: placeId (string)
calculateRoute
Calculate route between two locations. Input: origin (string), destination (string), mode (optional)
getTimeZone
Get timezone information for a location. Input: location (latitude and longitude), timestamp (optional)
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください