amap-mcp-server
27
The Amap MCP Server provides a model context protocol server for Amap services, facilitating geocoding, location, route planning, and POI search functionalities. It supports multiple transport methods, ensuring flexibility and ease of integration with other systems, and requires a valid Amap API key.
Amap MCP Server
This project provides an MCP server for Amap services, available on PyPI.
Tool List
- Geocoding Tools
- maps_regeocode: Converts Amap latitude-longitude to an address.
- maps_geo: Converts structured addresses to coordinates.
- Location Services Tools
- maps_ip_location: Locate the position based on IP address.
- maps_weather: Retrieve weather information by city name or standard adcode.
- Route Planning Tools
- maps_bicycling_by_coordinates: Cycling route planning by coordinates.
- maps_bicycling_by_address: Cycling route planning by address.
- maps_direction_walking_by_coordinates: Walking route planning by coordinates.
- maps_direction_walking_by_address: Walking route planning by address.
- maps_direction_driving_by_coordinates: Driving route planning by coordinates.
- maps_direction_driving_by_address: Driving route planning by address.
- maps_direction_transit_integrated_by_coordinates: Public transit route planning by coordinates.
- maps_direction_transit_integrated_by_address: Public transit route planning by address.
- Distance Measurement Tools
- maps_distance: Measure distance between coordinates for driving or walking.
- POI Search Tools
- maps_text_search: POI search by keyword.
- maps_around_search: Nearby search by keyword and location.
- maps_search_detail: Detailed information of a POI by ID.
Configuration
Supports three transport methods: stdio
(default), sse
, and streamable-http
. Requires Amap API key.