TomTom Search MCP connector
TomTom Search is TomTom's API for geocoding, reverse geocoding, and point of interest discovery. The TomTom Search MCP connector allows AI agents to convert addresses into coordinates, find nearby points of interest, and search for locations by category or geometry. It also supports filtering results by bandwidth requirements, retrieving additional location data, and performing reverse geocoding to convert coordinates back into addresses.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the TomTom Search MCP connector to perform the following actions:
- Locate customer addresses and verify geographic coordinates for delivery routing
- Find nearby businesses and points of interest within specified search areas
- Convert street addresses into latitude and longitude for mapping integrations
- Identify cross streets and intersections for precise location identification
- Search for specific business categories across regions to build prospect lists
- Reverse geocode coordinates to discover address details and nearby landmarks
- Filter location results by geometry boundaries to target specific service areas
- Discover amenities and services along planned routes for logistics optimization
Example prompts
Use the following example prompts to invoke TomTom Search MCP connector tools from your AI assistant or Boomi Connect workflow:
Find all restaurants within 5 kilometers of our main office using TomTom Search.Show me the address and coordinates for 123 Main Street in Chicago with TomTom Search.Search for gas stations near customer locations in TomTom Search to plan service visits.What cross streets intersect at this coordinate using TomTom Search?Locate all banks and ATMs in the downtown area with TomTom Search.Convert these customer addresses to map coordinates using TomTom Search.Find hotels available along the delivery route with TomTom Search.Identify retail stores within our service boundary using TomTom Search.Reverse geocode these coordinates to find nearby addresses in TomTom Search.Search for category-specific businesses in low bandwidth mode using TomTom Search.
TomTom Search MCP connector tools
The TomTom Search MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getSearchAdditionaldataExt | Retrieves additional metadata and details about search results. |
| getSearchCs | Searches for locations using categories with minimal data transfer. |
| getSearchCategorysearch | Finds locations by category type and returns matching results. |
| getSearchGeocode | Converts addresses into geographic coordinates. |
| getSearchGeometryfilterExt | Retrieves search results filtered by specified geometric boundaries. |
| createSearchGeometryfilterExt | Creates a filter to limit search results to geometric areas. |
| getSearchGeometrysearch | Searches for locations within specified geometric shapes. |
| createSearchGeometrysearch | Initiates a search for locations bounded by geometric areas. |
| getSearchNearbysearchExt | Finds locations near a specified point or address. |
| getSearchPoisearch | Searches for points of interest by name or type. |
| getSearchReversegeocodeCrossstreet | Identifies nearby cross streets from geographic coordinates. |
| getSearchReversegeocode | Converts geographic coordinates into address information. |
| getSearchRoutedfilter | Retrieves search results filtered by travel routes. |
| createSearchRoutedfilter | Creates a filter to limit results by route accessibility. |
| getSearchRoutedsearch | Searches for locations accessible along specified routes. |
| getSearchS | Performs location search with optimized data usage. |
| getSearchSearch | Searches for locations using flexible text input. |
| createSearchSearchalongroute | Initiates a search for locations along a travel path. |
| getSearchStructuredgeocodeExt | Converts structured address components into coordinates. |