geocode
ActiveTool of mcp-tomtom
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-tomtom
https://github.com/pipeworx-io/mcp-tomtom
2/7 registries