MCP.so
Sign In
Servers

高德地图 MCP Server

@MCP-Mirror

Mirror of

Overview

What is 高德地图 MCP Server?

高德地图 MCP Server is a Model Context Protocol server that integrates with Amap (高德地图) services. It provides tools for geocoding, location services, route planning, distance measurement, and POI search, intended for AI agents needing map and geographic data in China.

How to use 高德地图 MCP Server?

Configure the server in your MCP client with an Amap Maps API key. It supports three transports: stdio (default), sse, and streamable-http. Run via uvx amap-mcp-server with AMAP_MAPS_API_KEY environment variable set, or configure it in mcpServers JSON.

Key features of 高德地图 MCP Server

  • Forward and reverse geocoding (address ↔ coordinates)
  • Route planning for bicycling, walking, driving, and public transit
  • Weather queries by city name or adcode
  • IP location lookup
  • POI search via keywords, around coordinates, or detail by ID
  • Distance measurement between two coordinates

Use cases of 高德地图 MCP Server

  • Convert addresses to coordinates for map integration
  • Plan driving, walking, cycling, or public transit routes
  • Check current weather for a specified city
  • Search for nearby points of interest by location
  • Look up geographic location details for an IP address

FAQ from 高德地图 MCP Server

What API key is required?

An Amap Maps API key from the 高德开放平台 (lbs.amap.com), set as the AMAP_MAPS_API_KEY environment variable.

What transport methods are supported?

It supports stdio (default), sse, and streamable-http. Each has a distinct client configuration format.

Are there any route planning limits?

Bicycling routes support up to 500 km. Walking routes max at 100 km. Public transit requires both origin and destination cities for intercity trips.

How do I run the server locally?

Set AMAP_MAPS_API_KEY in your environment and run uvx amap-mcp-server with the desired transport flag (e.g., sse or streamable-http).

Tags

More from Other