Stadia Maps Location API MCP Server
Related Servers
Alternatives to Stadia Maps Location API MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that provides standardized access to Google Maps, Flights, Hotels, and other search services, enabling AI assistants to perform various searches.MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.30985MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides location-based services using Amap APIs, enabling AI assistants to answer navigation queries by resolving addresses, converting coordinates, and comparing walking, driving, and transit routes.8MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI assistants to search for rental cars, query prices, and access map services using the AMAP API.141MIT
- AlicenseNot gradedqualityCmaintenanceA geospatial MCP server that provides tools for geocoding, routing, elevation profiles, and spatial analysis. It enables AI agents to process GIS file formats like GeoJSON and Shapefiles while performing complex coordinate transformations and distance calculations.4MIT
- AlicenseAqualityCmaintenanceProduction-ready MCP server for Google Maps Platform APIs, providing 11 tools for directions, places, geocoding, traffic, and road data to empower AI agents with location intelligence.114Apache 2.0
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose with no overlap: geocode and bulk-geocode handle address/POI lookups (with bulk for batch operations), isochrone generates reachability contours, route-overview provides routing information, static-map creates map images, and time-and-zone-info gives temporal data. The descriptions clearly differentiate their functions, eliminating any ambiguity.
The naming is mostly consistent with a clear snake_case pattern (e.g., bulk-geocode, static-map) and descriptive verb-noun combinations, but 'geocode' deviates slightly as a single word while others use hyphens. This minor inconsistency does not hinder readability or predictability.
With 6 tools, the count is well-scoped for a location API server, covering core functionalities like geocoding, routing, mapping, and time data. Each tool earns its place without redundancy, and the set feels complete for typical location-based tasks.
The tool surface is complete for the location API domain, offering full coverage: geocoding (single and bulk), routing, isochrone analysis, map visualization, and time/zone information. There are no obvious gaps, and agents can handle common workflows like finding places, calculating routes, and displaying maps without dead ends.