GrabMaps
Provides access to GrabMaps API services, including places and routes functionality, through AWS Location Service.
关于
This tool serves as a Model Context Protocol (MCP) server designed to integrate with the GrabMaps API, offering seamless access to its services via AWS Location Service. It facilitates various geospatial operations such as forward and reverse geocoding, place suggestions, detailed place information retrieval, and comprehensive route calculations. The server is specifically optimized for GrabMaps' coverage, supporting eight countries in Southeast Asia, ensuring accurate results within these regions.
主要功能
- Perform forward geocoding (SearchPlaceIndexForText)
- Calculate a matrix of routes between multiple origins and destinations (CalculateRouteMatrix)
- 0 GitHub stars
- Get place suggestions as you type (SearchPlaceIndexForSuggestions)
- Calculate routes between points with waypoints (CalculateRoute)
- Perform reverse geocoding (SearchPlaceIndexForPosition)
使用案例
- Develop applications requiring geocoding or routing services for Southeast Asia
- Integrate GrabMaps places and routes functionality into AI models
- Test GrabMaps API functionalities via a local MCP server and Smithery playground