Skip to main content
Glama

MCP Server Boilerplate

reverse-geocode

Convert latitude and longitude coordinates into a readable address for geolocation mapping and analysis.

Instructions

Convert coordinates to an address

Input Schema

NameRequiredDescriptionDefault
latitudeYesThe latitude
longitudeYesThe longitude

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "latitude": { "description": "The latitude", "type": "number" }, "longitude": { "description": "The longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "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/CaptainCrouton89/maps-mcp'

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