
map-traveler MCP Server
The map-traveler MCP Server enables AI assistants and workflows to interact with virtual maps, simulate travel, retrieve geographic information, and provide spa...
Empower your AI agents with real-time travel planning, location discovery, and route calculation using the Travel Planner MCP Server for FlowHunt.
The Travel Planner MCP Server is a Model Context Protocol (MCP) server designed to bridge AI assistants with travel-related external services, primarily leveraging the Google Maps API. It empowers LLMs (Large Language Models) to perform essential travel planning functions such as searching for places, retrieving detailed location information, and calculating travel routes or times. By exposing these capabilities as tools over the MCP, it enables seamless integration of real-time location data, mapping, and route planning into AI-driven workflows. This server streamlines tasks like itinerary creation, trip optimization, and travel assistance, making it a valuable asset for developers building AI agents that require up-to-date and actionable travel information.
No prompt templates are mentioned in the available repository content.
No explicit MCP resources are listed or described in the available repository content.
searchPlaces
Search for places using the Google Places API. Accepts a search query and optional location/radius for more targeted results.
getPlaceDetails
Retrieve detailed information about a specific place using its Google Place ID.
calculateRoute
Calculate a route between two locations, enabling route planning and travel time estimates.
mcpServers
section:{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"]
}
}
}
Securing API Keys:
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "{YOUR_API_KEY}"
},
"inputs": {}
}
}
}
mcpServers
:{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"]
}
}
}
Securing API Keys:
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "{YOUR_API_KEY}"
},
"inputs": {}
}
}
}
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"]
}
}
}
Securing API Keys:
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "{YOUR_API_KEY}"
},
"inputs": {}
}
}
}
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"]
}
}
}
Securing API Keys:
{
"mcpServers": {
"travel-planner": {
"command": "npx",
"args": ["@gongrzhe/server-travelplanner-mcp"],
"env": {
"GOOGLE_MAPS_API_KEY": "{YOUR_API_KEY}"
},
"inputs": {}
}
}
}
Note: Replace
{YOUR_API_KEY}
with your actual Google Maps API key. Always use environment variables to protect sensitive credentials.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"travel-planner": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “travel-planner” to your preferred name and update the URL to your deployed MCP server.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Describes purpose, features, and integrations. |
List of Prompts | ⛔ | No prompt templates found. |
List of Resources | ⛔ | No explicit MCP resources described. |
List of Tools | ✅ | searchPlaces, getPlaceDetails, calculateRoute |
Securing API Keys | ✅ | Usage of environment variable GOOGLE_MAPS_API_KEY documented. |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support in docs. |
Roots support is not mentioned in the repository.
I would rate this MCP server a 6/10. It provides useful travel tools and solid setup docs, but lacks prompt templates, resource definitions, and info on advanced MCP features like Roots or Sampling.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 20 |
Number of Stars | 55 |
It is an MCP server that allows AI agents to access real-time travel data and tools via Google Maps. It enables features like location search, place details, and route calculation for conversational workflows and bots.
The server exposes three main tools: searchPlaces (to find places using Google Places API), getPlaceDetails (for detailed info on a location), and calculateRoute (for route planning and travel time estimates).
The Travel Planner MCP Server enables itinerary generation, location discovery, live travel assistance, place information lookup, and optimal route calculation for AI-driven flows and chatbots.
Always use environment variables to store sensitive credentials. Configure your MCP server with the GOOGLE_MAPS_API_KEY in the 'env' section of your configuration to keep it secure.
Yes, this MCP server is open source and licensed under the MIT license.
No prompt templates or explicit MCP resources are included in the current repository content.
Integrate real-time travel insights and smart itinerary features into your AI flows. Start building travel-savvy bots and assistants today.
The map-traveler MCP Server enables AI assistants and workflows to interact with virtual maps, simulate travel, retrieve geographic information, and provide spa...
The Tripadvisor MCP Server connects AI assistants with the Tripadvisor Content API, providing standardized tools for accessing rich travel data including locati...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...