Skip to main content
Glama

TomTom MCP Server

Official

tomtom-reverse-geocode

Convert latitude and longitude coordinates into human-readable addresses using TomTom's reverse geocoding API. Specify location, language, and result limits for precise address retrieval.

Input Schema

NameRequiredDescriptionDefault
addressRangesNoInclude address ranges in the response
allowFreeformNewLineNoAllow newlines in freeform addresses
countrySetNoLimit results to specific countries using ISO codes. Examples: 'US', 'FR,GB', 'CA,US'
entityTypeSetNoFilter by entity types: 'Country', 'Municipality', etc.
extendedPostalCodesForNoInclude extended postal codes for specific index types. Examples: 'PAD', 'PAD,Addr', 'POI'
geometriesNoInclude geometries information in the response
headingNoHeading direction in degrees (0-360) for improved accuracy on roads
languageNoPreferred language for results using IETF language tags. Examples: 'en-US', 'fr-FR', 'de-DE', 'es-ES'
latYesLatitude coordinate (-90 to +90). Precision to 4+ decimal places recommended.
limitNoMaximum number of results to return (1-100). Default: 5
lonYesLongitude coordinate (-180 to +180). Precision to 4+ decimal places recommended.
mapcodesNoInclude mapcode information in the response. Mapcodes represent specific locations within a few meters and are designed to be short, easy to recognize and communicate. Options: Local, International, Alternative. Examples: 'Local' (local mapcode only), 'Local,Alternative' (multiple types). Accepts array of string(s).
maxResultsNoMaximum results to return (alias for limit)
ofsNoOffset for pagination of results
radiusNoSearch radius in meters. Default: 100
returnAddressNamesNoInclude address names in the response
returnCommuneNoInclude commune information in the results
returnMatchTypeNoInclude information about the type of geocoding match achieved
returnRoadAccessibilityNoInclude road accessibility information
returnRoadUseNoInclude road use types for street level results
returnSpeedLimitNoInclude posted speed limit for street results
roadUseNoTypes of road use to include in the results. Examples: 'Arterial', 'Ferry', 'Highway', etc.
timeZoneNoUsed to indicate the mode in which the timeZone object should be returned. Values: iana Mode shows the IANA ID which allows the user to determine the current time zone for the POI. Usage examples: timeZone=iana
viewNoGeopolitical view for disputed territories. Options: 'Unified', 'AR', 'IL', 'IN', 'MA', 'PK', 'RU', 'TR', 'CN'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressRanges": { "description": "Include address ranges in the response", "type": "boolean" }, "allowFreeformNewLine": { "description": "Allow newlines in freeform addresses", "type": "boolean" }, "countrySet": { "description": "Limit results to specific countries using ISO codes. Examples: 'US', 'FR,GB', 'CA,US'", "type": "string" }, "entityTypeSet": { "description": "Filter by entity types: 'Country', 'Municipality', etc.", "type": "string" }, "extendedPostalCodesFor": { "description": "Include extended postal codes for specific index types. Examples: 'PAD', 'PAD,Addr', 'POI'", "type": "string" }, "geometries": { "description": "Include geometries information in the response", "type": "boolean" }, "heading": { "description": "Heading direction in degrees (0-360) for improved accuracy on roads", "type": "number" }, "language": { "description": "Preferred language for results using IETF language tags. Examples: 'en-US', 'fr-FR', 'de-DE', 'es-ES'", "type": "string" }, "lat": { "description": "Latitude coordinate (-90 to +90). Precision to 4+ decimal places recommended.", "type": "number" }, "limit": { "description": "Maximum number of results to return (1-100). Default: 5", "maximum": 100, "minimum": 1, "type": "number" }, "lon": { "description": "Longitude coordinate (-180 to +180). Precision to 4+ decimal places recommended.", "type": "number" }, "mapcodes": { "description": "Include mapcode information in the response. Mapcodes represent specific locations within a few meters and are designed to be short, easy to recognize and communicate. Options: Local, International, Alternative. Examples: 'Local' (local mapcode only), 'Local,Alternative' (multiple types). Accepts array of string(s).", "items": { "type": "string" }, "type": "array" }, "maxResults": { "description": "Maximum results to return (alias for limit)", "type": "number" }, "ofs": { "description": "Offset for pagination of results", "type": "number" }, "radius": { "description": "Search radius in meters. Default: 100", "type": "number" }, "returnAddressNames": { "description": "Include address names in the response", "type": "boolean" }, "returnCommune": { "description": "Include commune information in the results", "type": "boolean" }, "returnMatchType": { "description": "Include information about the type of geocoding match achieved", "type": "boolean" }, "returnRoadAccessibility": { "description": "Include road accessibility information", "type": "boolean" }, "returnRoadUse": { "description": "Include road use types for street level results", "type": "boolean" }, "returnSpeedLimit": { "description": "Include posted speed limit for street results", "type": "boolean" }, "roadUse": { "description": "Types of road use to include in the results. Examples: 'Arterial', 'Ferry', 'Highway', etc.", "items": { "type": "string" }, "type": "array" }, "timeZone": { "description": "Used to indicate the mode in which the timeZone object should be returned. Values: iana Mode shows the IANA ID which allows the user to determine the current time zone for the POI. Usage examples: timeZone=iana", "type": "string" }, "view": { "description": "Geopolitical view for disputed territories. Options: 'Unified', 'AR', 'IL', 'IN', 'MA', 'PK', 'RU', 'TR', 'CN'", "type": "string" } }, "required": [ "lat", "lon" ], "type": "object" }
Install Server

Other Tools from TomTom MCP Server

Related Tools

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/tomtom-international/tomtom-mcp'

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