MCP ExplorerExplorer

AMap MCP Server

@amapon 3 months ago
0 MIT
HostedFreeOfficial
Web Services
#amap#map
Amap Maps is a server that supports any MCP protocol client, allowing users to easily utilize the Amap Maps MCP server for various location-based services.

Overview

What is AMap MCP Server

The AMap MCP Server is a server designed to facilitate the integration and use of the AMap Maps API, allowing developers to access various mapping functionalities and services provided by AMap.

Use cases

Common use cases for the AMap MCP Server include developing location-based applications, integrating maps into websites, creating route planning tools, and enhancing user experience with real-time location data in mobile and web applications.

How to use

To use the AMap MCP Server, developers need to obtain an AMap Maps API key, then configure the server using NPX by specifying the command and arguments in a JSON format. The API key must be set in the environment variables for the server to function correctly.

Key features

Key features of the AMap MCP Server include easy setup with NPX, seamless integration with the AMap Maps API, support for various mapping functionalities such as geocoding, routing, and real-time location tracking, and the ability to customize map displays to fit application needs.

Where to use

The AMap MCP Server can be used in web applications, mobile applications, and any other software that requires mapping capabilities. It is particularly useful in industries like transportation, logistics, tourism, and real estate, where location services play a crucial role.

Content

AMap MCP Server

MCP Server for the AMap Map API.

Setup

API Key

Get a AMap Maps API key:
https://lbs.amap.com/api/webservice/create-project-and-key.

Local

{
  "mcpServers": {
    "amap-maps": {
      "command": "npx",
      "args": [
        "-y",
        "@amap/amap-maps-mcp-server"
      ],
      "env": {
        "AMAP_MAPS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Remote

{
  "mcpServers": {
    "amap-maps": {
      "type": "streamable-http",
      "url": "https://router.mcpso.cc/mcp/amap"
    }
  }
}

Tools

maps_regeocode
将经纬度坐标转换为商圈区域信息
maps_geo
将地址转换为经纬度坐标
maps_ip_location
根据用户输入的 IP 地址确定 IP 的位置
maps_weather
根据城市名称或 adcode 查询指定城市的天气
maps_search_detail
根据关键词搜索或周边搜索获取的POI ID的详细信息
maps_bicycling
根据起点和终点的经纬度坐标规划自行车路线,规划时会考虑交通、单行线、封闭路段等情况,最多支持500公里的自行车路线规划
1 / 2

MCP Server Configuration

This MCP server is hosted, and you can test tools online for free after connecting.

Required Environment Variables

The API key to access the AMap service.

To execute tools on this server, you must first configure environment variables and connect to the server.

Comments

Recommend MCP Servers

View All MCP Servers