Zetian Bmap
About
MCP server for Zetian Bmap.
Details
- Author
- perMAIN
- Downloads
- 112
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Zetian BmapCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "api_key"
}
}
}
}
maps_regeocode
将一个高德经纬度坐标转换为行政区划地址信息
maps_geo
将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标
maps_ip_location
IP 定位根据用户输入的 IP 地址,定位 IP 的所在位置
maps_weather
根据城市名称或者标准adcode查询指定城市的天气
maps_search_detail
查询关键词搜或者周边搜获取到的POI ID的详细信息
maps_bicycling
骑行路径规划用于规划骑行通勤方案,规划时会考虑天桥、单行线、封路等情况。最大支持 500km 的骑行路线规划
maps_direction_walking
步行路径规划 API 可以根据输入起点终点经纬度坐标规划100km 以内的步行通勤方案,并且返回通勤方案的数据
maps_direction_driving
驾车路径规划 API 可以根据用户起终点经纬度坐标规划以小客车、轿车通勤出行的方案,并且返回通勤方案的数据。
maps_direction_transit_integrated
公交路径规划 API 可以根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市
maps_distance
距离测量 API 可以测量两个经纬度坐标之间的距离,支持驾车、步行以及球面距离测量
maps_text_search
关键词搜,根据用户传入关键词,搜索出相关的POI
maps_around_search
周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"zetian bmap": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "api_key"
}
}
}
}
}
McpServers
{
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": "api_key"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



