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.
将地址解析为对应的位置坐标. 参数: address (string) 地址信息. 输出: location (coordinates)
根据纬经度坐标获取对应位置的地址描述. 参数: latitude (float) 纬度坐标, longitude (float) 经度坐标. 输出: formatted_address, uid, addressComponent等信息
支持检索城市内的地点信息或圆形区域内的周边地点信息. 参数: query (string), tag (optional string), region (optional string), location (optional string), radius (optional number). 输出: POI列表
根据POI的uid检索其相关的详情信息. 参数: uid (string) POI的唯一标识. 输出: POI详情
根据起点和终点坐标计算路线规划距离和行驶时间. 参数: origins (string), destinations (string), model (optional string). 输出: 每条路线的耗时和距离
根据起终点位置名称或经纬度坐标规划出行路线和耗时. 参数: origin (string), destination (string), model (optional string). 输出: 路线详情
通过行政区划或经纬度坐标查询实时天气信息及未来5天天气预报. 参数: district_id (string), location (string). 输出: 天气信息
通过所给IP获取具体位置信息和城市名称. 参数: ip (optional string). 输出: 当前所在城市和城市中点
查询实时交通拥堵情况. 参数: model (optional string), road_name (string), city (string), bounds (string), vertexes (string), center (string), radius (number). 输出: 路况信息
根据所给文本内容提取相关POI信息. 参数: text_content (string) 用于提取POI的文本描述信息. 输出: 相关的POI信息
No reviews yet. Be the first to review!
Sign in to join the conversation