Skip to main content
Glama

AMap Maps MCP Server

by masx200
Mulan Permissive Software License, Version 2
2

maps_direction_driving

Plan driving routes between origin and destination coordinates for car commutes. Get detailed navigation data including travel paths and directions for efficient journey planning.

Instructions

驾车路径规划 API 可以根据用户起终点经纬度坐标规划以小客车、轿车通勤出行的方案,并且返回通勤方案的数据。

Input Schema

NameRequiredDescriptionDefault
originYes出发点经度,纬度,坐标格式为:经度,纬度
destinationYes目的地经度,纬度,坐标格式为:经度,纬度

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "目的地经度,纬度,坐标格式为:经度,纬度", "type": "string" }, "origin": { "description": "出发点经度,纬度,坐标格式为:经度,纬度", "type": "string" } }, "required": [ "origin", "destination" ], "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