Baidu Maps
Summary
Baidu Map MCP Server provides a standardized interface for accessing Baidu Maps API services, available in both Node.js and Python implementations. The server enables location-based operations through the Model Context Protocol, allowing applications to interact with Baidu's mapping services without directly managing API credentials or implementation details. Useful for applications requiring geocoding, route planning, location search, and other geospatial functionalities within the Baidu Maps ecosystem.
Available Actions(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).
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论