WenElevating/WenElevating.MapMcpServer
3.2
If you are the rightful owner of WenElevating.MapMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
WenElevating.MapMcpServer is an MCP service leveraging the Gaode Map API for various geographical and routing functionalities.
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