You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of mcp-geoapify

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-geoapify

https://github.com/pipeworx-io/mcp-geoapify

2/7 registries
View full server →
geocode — mcp-geoapify — PRSM MCP