Skip to main content
Glama

Google Maps MCP Server

maps_reverse_geocode

Convert latitude and longitude coordinates into a readable address using the Google Maps API. Obtain precise location details for mapping and geolocation needs.

Instructions

Convert coordinates into an address

Input Schema

NameRequiredDescriptionDefault
latitudeYesLatitude coordinate
longitudeYesLongitude coordinate

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "Latitude coordinate", "type": "number" }, "longitude": { "description": "Longitude coordinate", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

Other Tools from Google Maps MCP Server

Related Tools

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/modelcontextprotocol/google-maps'

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