Skip to main content
Glama
ettysekhon

google-maps-mcp-server

by ettysekhon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)INFO
MAX_RESULTSNoMaximum results to return (1-60)20
MAX_RETRIESNoMaximum retry attempts for failed requests3
RETRY_MAX_WAITNoMaximum wait between retries (seconds)10.0
RETRY_MIN_WAITNoMinimum wait between retries (seconds)1.0
MAX_RADIUS_METERSNoMaximum allowed search radius50000
GOOGLE_MAPS_API_KEYYesGoogle Maps Platform API key
DEFAULT_RADIUS_METERSNoDefault search radius in meters5000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_placesA

Search for nearby places based on location and keywords. Returns place names, addresses, ratings, and other details.

get_place_detailsA

Get detailed information about a specific place using its Place ID. Returns address, phone number, website, opening hours, and other details.

get_directionsA

Get route directions between origin and destination with real-time traffic data. Returns routes with distance, duration, steps, and traffic information.

geocode_addressB

Convert a street address to geographic coordinates (latitude/longitude).

reverse_geocodeB

Convert geographic coordinates (latitude/longitude) to a street address.

calculate_distance_matrixB

Calculate travel distances and times between multiple origins and destinations. Useful for route optimization and fleet management.

snap_to_roadsA

Snap GPS coordinates to the nearest road. Useful for cleaning noisy GPS data from vehicle tracking systems.

get_speed_limitsA

Get speed limit data for road segments. Requires place IDs from snap_to_roads. Critical for fleet safety and compliance monitoring.

get_traffic_conditionsA

Analyze real-time traffic conditions between origin and destination. Returns duration in traffic, delay estimates, and congestion level.

calculate_route_safety_factorsA

Calculate safety assessment for a route. Analyzes traffic congestion, road types, and speed limits to identify risk factors.

get_route_elevation_gainA

Calculate elevation gain and retrieve elevation profile for a route. Useful for cycling, hiking, or fuel efficiency analysis.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ettysekhon/google-maps-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server