Skip to main content
Glama

AMap Maps MCP Server

by masx200
Mulan Permissive Software License, Version 2
2

maps_geo

Convert structured addresses and landmark names into precise latitude and longitude coordinates for location-based services and geographic data applications.

Instructions

将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标

Input Schema

NameRequiredDescriptionDefault
addressYes待解析的结构化地址信息
cityNo指定查询的城市

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "待解析的结构化地址信息", "type": "string" }, "city": { "description": "指定查询的城市", "type": "string" } }, "required": [ "address" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/masx200/amap-maps-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server