📈
WenElevating.MapMcpServer
Implementation of MCP service based on Gaode Map API
0 installs
Trust: 34 — Low
Analytics
Ask AI about WenElevating.MapMcpServer
Powered by Claude · Grounded in docs
I know everything about WenElevating.MapMcpServer. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
WenElevating.MapMcpServer
This project is an MCP service implemented based on the Gaode Map API.
䏿–‡ç‰ˆ
How to start?
- 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!
- 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:
{
"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
