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)
根据纬经度坐标, 获取对应位置的地址描述, 所在行政区划, 道路以及相关POI等信息. 参数: latitude (float), longitude (float)
支持检索城市内的地点信息(最小到city级别), 也可支持圆形区域内的周边地点信息检索. 参数: query (string), tag (optional string), region (optional string), location (optional string), radius (optional float)
根据POI的uid,检索其相关的详情信息, 如评分、营业时间等. 参数: uid (string)
根据起点和终点坐标计算路线规划距离和行驶时间,批量算路目前支持驾车、骑行、步行. 参数: origins (string), destinations (string), mode (optional string)
根据起终点坐标规划出行路线和耗时, 可指定驾车、步行、骑行、公交等出行方式. 参数: origin (string), destination (string), model (optional string)
通过行政区划或是经纬度坐标查询实时天气信息及未来5天天气预报. 参数: district_id (string), location (string)
根据请求的IP获取当前请求的位置 (定位到城市). 参数: 无实际参数
查询实时交通拥堵情况, 可通过指定道路名和区域形状进行实时路况查询. 参数: model (optional string), road_name (optional string), city (optional string), bounds (optional string), vertexes (optional string), center (optional string), radius (optional float)
根据所给文本内容提取其中的相关POI信息. 参数: text_content (string)
No reviews yet. Be the first to review!
Sign in to join the conversation