Baidu Map
JSON →A Location-Based Service (LBS) providing geospatial APIs for geocoding, POI search, route planning, and more.
Install
pip install mcp-server-baidu-maps Tools · 10
- map_geocode Convert address to geographic coordinates.
- map_reverse_geocode Get address, region, and POI info from coordinates.
- map_search_places Search for global POIs by keyword, type, region, or within a radius.
- map_place_details Get detailed info for a POI by its unique ID.
- map_directions_matrix Batch route planning for multiple origins/destinations (driving, walking, cycling).
- map_directions Plan routes between two points (driving, walking, cycling, transit).
- map_weather Query real-time and forecast weather by region or coordinates.
- map_ip_location Locate city and coordinates by IP address.
- map_road_traffic Query real-time traffic conditions for roads or regions.
- map_poi_extract Extract POI info from free text (requires advanced permission).
Environment variables
BAIDU_MAPS_API_KEYYOUR_API_KEYBAIDU_MAP_API_KEY
Links
★ 427 GitHub stars