Stadia Maps MCP Server (TypeScript)
This is a Model Context Protocol (MCP) server that provides AI assistants with access to Stadia Maps APIs for location services, geocoding, routing, and mapping capabilities.
Capabilities
- Time information anywhere on earth
- Current time
- Time zone info (ID, UTC offset, and whether a special offset like daylight saving/summer time is in effect)
- Geocoding
- Address lookup
- Place search (POIs like restaurants, cafes, etc.)
- Static map image generation (including markers and route overlays)
- Routing & travel time
- Isochrones (reachable range; both time and distance contours)
Use cases
Here are just a few of the ways you can prompt an LLM to make use of the tools:
- "What time is it in Tokyo?"
- "Make me a map showing the walking route from Depoo Turg to the Põhjala Tap Room."
- "Is the Põhjala Tap Room open right now? Use Stadia Maps to get this information."
- "Geocode the addresses in the attached spreadsheet."
Quickstart
Building
We'll use bun for all of our instructions,
but you can use npm too.






