maps-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP listen port. | 8328 |
| MAPS_REGION | No | Optional ccTLD geocoding bias (e.g. au). Empty lets Google decide. | |
| MAPS_API_KEY | No | Google Maps Platform API key. Tools error clearly when unset. | |
| MAPS_LANGUAGE | No | Optional BCP-47 language for Places responses (e.g. en-AU). | |
| MCP_BEARER_TOKEN | No | Required in HTTP mode; server refuses to start without it. Not used in --stdio mode. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geocodeA | Resolve a free-form address or place name to coordinates, a canonical formatted address, and a place_id. region is a ccTLD bias (e.g. 'au'; default from the MAPS_REGION env var) — results elsewhere still resolve, just rank lower. |
| reverse_geocodeC | Resolve coordinates to the nearest street address(es). |
| place_searchA | Find businesses/points of interest by free-text query (e.g. 'vet near Potts Point', 'best coffee Surry Hills'). Returns name, address, rating, open-now, phone, and place_id per result. latitude/longitude (+ optional radius_meters, default 5 km) bias results toward a point — or just put the suburb in the query. open_now=True filters to places currently open. |
| place_detailsA | Full detail for one place by place_id (from place_search or geocode): weekly opening hours, phone, website, rating, price level, editorial summary. |
| travel_timeA | Route duration and distance between two points — traffic-aware for driving, step-by-step for transit. THE tool for "when do I need to leave?". origin/destination: address, 'lat,lng', or 'place_id:'. mode: drive (default) / walk / bicycle / transit / two_wheeler. departure_time: RFC3339 (e.g. '2026-07-05T08:30:00+10:00'), must be now-or-future; empty means now. For driving, the result includes the delay vs the no-traffic baseline. arrival_time: RFC3339 "be there by" time — transit mode only (the Routes API restriction). The transit answer lists each leg: line, stops, and clock times, so "leave by" falls straight out. include_tolls: for drive/two_wheeler, adds an estimated toll cost (requests an extra computation — off by default). |
| place_search_nearbyA | Find places around a point by TYPE ('what's near me') — the typed complement to place_search's free-text queries. latitude/longitude: center of the search circle. included_types: comma-separated place types, e.g. 'pharmacy', 'restaurant,cafe', 'ev_charging_station' (Places API type table); empty returns prominent places of any type. radius_meters: search radius (default 1500, max 50000). max_results: max places (default 5, max 20). rank_by_distance: True ranks nearest-first instead of by prominence. |
| time_zoneA | IANA time zone + UTC offset (incl. DST) at coordinates. timestamp (unix epoch seconds) evaluates DST at a specific moment; 0 = now. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/snickery/maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server