# Amap Mcp Server

> Amap MCP server (高德地图 MCP 服务器)

- **Type:** MCP server
- **Install:** `agentstack add mcp-javaaidev-amap-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JavaAIDev](https://agentstack.voostack.com/s/javaaidev)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [JavaAIDev](https://github.com/JavaAIDev)
- **Source:** https://github.com/JavaAIDev/amap-mcp-server
- **Website:** https://javaaidev.com/docs/projects/amap-mcp-server

## Install

```sh
agentstack add mcp-javaaidev-amap-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Amap MCP Server （高德地图 MCP 服务器）

MCP Server for [Amap](https://lbs.amap.com/)

使用 Kotlin 开发的高德地图 MCP 服务器

## Tools available

- [IP定位](https://lbs.amap.com/api/webservice/guide/api/ipconfig)
- [地理/逆地理编码](https://lbs.amap.com/api/webservice/guide/api/georegeo)
- [静态地图](https://lbs.amap.com/api/webservice/guide/api/staticmaps)
- [天气查询](https://lbs.amap.com/api/webservice/guide/api-advanced/weatherinfo)
- [行政区域查询](https://lbs.amap.com/api/webservice/guide/api/district)
- [搜索POI 2.0](https://lbs.amap.com/api/webservice/guide/api-advanced/newpoisearch)
- [路径规划 2.0](https://lbs.amap.com/api/webservice/guide/api/newroute)
- [坐标转换](https://lbs.amap.com/api/webservice/guide/api/convert)
- [输入提示](https://lbs.amap.com/api/webservice/guide/api-advanced/inputtips)

## How to use

Go to [releases](https://github.com/JavaAIDev/amap-mcp-server/releases) page and download latest releases:

- JAR file, requires Java 11 to run
- Native executable files on Windows, macOS and Linux.

Or use the [container image](https://github.com/JavaAIDev/amap-mcp-server/pkgs/container/amap-mcp-server).

Amap API key is required. This key must be set as the environment variable `AMAP_API_KEY`.

Below is the config to start the server using `java`.

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

It's better to use [jbang](https://www.jbang.dev/) to run a JAR file.

```json
{
  "mcpServers": {
    "amap": {
      "command": "jbang",
      "args": [
        "https://github.com/JavaAIDev/amap-mcp-server/releases/download/v0.9.0/amap-mcp-server.jar"
      ],
      "env": {
        "AMAP_API_KEY": "YOUR_AMAP_API_KEY"
      }
    }
  }
}
```

The config below starts the server using a container image.

```json
{
  "mcpServers": {
    "amap": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "-e",
        "AMAP_API_KEY=YOUR_AMAP_API_KEY",
        "ghcr.io/javaaidev/amap-mcp-server:0.9.0"
      ]
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [JavaAIDev](https://github.com/JavaAIDev)
- **Source:** [JavaAIDev/amap-mcp-server](https://github.com/JavaAIDev/amap-mcp-server)
- **License:** Apache-2.0
- **Homepage:** https://javaaidev.com/docs/projects/amap-mcp-server

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-javaaidev-amap-mcp-server
- Seller: https://agentstack.voostack.com/s/javaaidev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
