MCP.so
登录
A

Amap - (高德地图)

@JavaAIDev

关于 Amap - (高德地图)

MCP Server for Amap (高德地图).

基本信息

分类

其他

传输方式

stdio

发布者

JavaAIDev

提交者

Fu Cheng

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "amap": {
      "command": "java",
      "args": [
        "-jar",
        "amap-mcp-server.jar"
      ],
      "env": {
        "AMAP_API_KEY": "YOUR_AMAP_API_KEY"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Amap - (高德地图)?

Amap - (高德地图) is an MCP server that wraps the Amap (高德地图) Web API, providing tools for location, mapping, and geographic data queries. It is intended for developers using the Model Context Protocol who need access to Amap's mapping and location services.

How to use Amap - (高德地图)?

Download the latest JAR file (requires Java 11) or a native executable from the releases page. Set your Amap API key as the environment variable AMAP_API_KEY, then configure the server in your MCP client using the provided mcpServers JSON block, with the command pointing to java -jar amap-mcp-server.jar or the native binary.

Key features of Amap - (高德地图)

  • IP location lookup
  • Geocoding and reverse geocoding
  • Static map image generation
  • Weather query
  • Administrative district query
  • Point of Interest (POI) search 2.0
  • Route planning 2.0
  • Coordinate conversion
  • Input prompt suggestions

Use cases of Amap - (高德地图)

  • Integrate Amap geocoding and POI search into an AI assistant via MCP
  • Build MCP-based tools that display static maps or weather data from Amap
  • Enable an AI agent to plan routes or convert coordinates through Amap's API

FAQ from Amap - (高德地图)

What tools does Amap - (高德地图) offer?

It offers 9 tools: IP定位, 地理/逆地理编码, 静态地图, 天气查询, 行政区域查询, 搜索POI 2.0, 路径规划 2.0, 坐标转换, and 输入提示.

How do I get an Amap API key?

This is required; details are not provided in the README — refer to the Amap documentation linked at https://lbs.amap.com/.

What runtime is needed to run the JAR version?

The JAR file requires Java 11 or later.

What platforms are supported?

Native executable files are available for Windows, macOS, and Linux.

Where is the API key configured?

The API key must be set as the environment variable AMAP_API_KEY.

评论

其他 分类下的更多 MCP 服务器