geocode
ActiveTool of mcp-geoapify
Forward geocoding: convert an address, place name, or freeform location text into geographic coordinates (latitude/longitude). Returns matched candidates with formatted address, lat, lon, country, city, and postcode. Example: geocode({ text: "1600 Amphitheatre Parkway, Mountain View, CA" })
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Address, place name, or freeform location text to geocode, e.g. \"Eiffel Tower, Paris\""
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 5)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-geoapify
https://github.com/pipeworx-io/mcp-geoapify
2/7 registries