Skip to main content
Glama

AMap Maps MCP Server

by masx200
Mulan Permissive Software License, Version 2
2

maps_around_search

Search for points of interest within a specified radius around any geographic location using keywords to find nearby businesses, landmarks, and services.

Instructions

周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI

Input Schema

NameRequiredDescriptionDefault
keywordsNo搜索关键词
locationYes中心点经度纬度
radiusNo搜索半径

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "搜索关键词", "type": "string" }, "location": { "description": "中心点经度纬度", "type": "string" }, "radius": { "description": "搜索半径", "type": "string" } }, "required": [ "location" ], "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