You're viewing a demo portfolio

Join the waitlist
PRSM

geocode

Active

Tool of mcp-tomtom

declared in 0.1.0

Geocoding: convert an address, place name, or free-text location query into geographic coordinates (latitude/longitude). Returns formatted address, country, lat, lon, type, and match score. Example: geocode({ query: "350 5th Ave, New York" })

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of results to return (default 5)"
    },
    "query": {
      "type": "string",
      "description": "Address or place to geocode, e.g. \"350 5th Ave, New York\" or \"Eiffel Tower\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own TomTom 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.70.

Parent server

mcp-tomtom

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

2/7 registries
View full server →