MCPServers
Baidu Maps - MCP server logo

Baidu Maps

269
0

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

将地址解析为对应的位置坐标, 地址结构越完整, 地址内容越准确, 解析的坐标精度越高. 参数: address (string) - 地址信息. 输出: location (coordinates).

map_reverse_geocode

根据纬经度坐标, 获取对应位置的地址描述, 所在行政区划, 道路以及相关POI等信息. 参数: latitude (float) - 纬度坐标, longitude (float) - 经度坐标. 输出: formatted_address, uid, addressComponent.

map_search_places

支持检索城市内的地点信息(最小到city级别), 也可支持圆形区域内的周边地点信息检索. 参数: query (string), tag (string), region (string), location (string), radius (int). 输出: POI列表, 包含name, location, address等.

map_place_details

根据POI的uid,检索其相关的详情信息, 如评分、营业时间等. 参数: uid (string) - POI的唯一标识. 输出: POI详情, 包含name, location, address, brand, price等.

map_directions_matrix

根据起点和终点坐标计算路线规划距离和行驶时间,支持驾车、骑行、步行. 参数: origins (string), destinations (string), model (string). 输出: 每条路线的耗时和距离, 包含distance, duration等.

map_directions

根据起终点位置名称或经纬度坐标规划出行路线和耗时, 可指定驾车、步行、骑行、公交等出行方式. 参数: origin (string), destination (string), model (string). 输出: 路线详情, 包含steps, distance, duration等.

map_weather

通过行政区划或是经纬度坐标查询实时天气信息及未来5天天气预报. 参数: district_id (string), location (string). 输出: 天气信息, 包含temperature, weather, wind等.

map_ip_location

通过所给IP获取具体位置信息和城市名称, 可用于定位IP或用户当前位置. 参数: ip (string, optional). 输出: 当前所在城市和城市中点location.

map_road_traffic

查询实时交通拥堵情况, 可通过指定道路名和区域形状进行实时路况查询. 参数: model (string, optional), road_name (string), city (string), bounds (string), vertexes (string), center (string), radius (int). 输出: 路况信息, 包含road_name, traffic_condition等.

map_poi_extract

根据所给文本内容提取其中的相关POI信息. 参数: text_content (string) - 用于提取POI的文本描述信息. 输出: 相关的POI信息,包含name, location等.

Last Updated: May 30, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그