# WenElevating MapMcpServer

> Implementation of MCP service based on Gaode Map API

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

## Install

```sh
agentstack add mcp-wenelevating-wenelevating-mapmcpserver
```

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

## About

# WenElevating.MapMcpServer
This project is an MCP service implemented based on the Gaode Map API.

## [中文版](https://github.com/WenElevating/WenElevating.MapMcpServer/blob/master/README_CN.md)

## How to start?
1. Add the key to the system environment variable
You need to put the Amap key into the system environment variable and set its name to "GaoDeMapKey", because this key is obtained in the tool through "GaoDeMapKey". **If you don't set the key, you won't be able to do anything!**
2. Add the Mcp service configuration file
You need to add an Mcp configuration file to enable the model to recognize the tool. An example is as follows:
```json
{
  "mcpServers": {
    "map": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "project position",
        "--no-build"
      ]
    }
  }
}
```
In fact, the model started the Mcp service through the terminal

## List of supported amap apis
- Locate the geographical location of the IP
- Get the weather information of the designated city
- Obtain the geographic information of the specified location
- Pedestrian path planning
- Bus route planning
- Driving route planning
- Cycling route planning
- Distance measurement
- Keyword search
## The following is an example of use: 

## Thanks
**The success of this project relies on the following projects:**  
[Modelcontextprotocol](https://github.com/modelcontextprotocol)

[Trace](https://www.trae.ai/)

## Source & license

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

- **Author:** [WenElevating](https://github.com/WenElevating)
- **Source:** [WenElevating/WenElevating.MapMcpServer](https://github.com/WenElevating/WenElevating.MapMcpServer)
- **License:** Apache-2.0

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-wenelevating-wenelevating-mapmcpserver
- Seller: https://agentstack.voostack.com/s/wenelevating
- 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%.
