TomTom
Geocode addresses, search places, calculate routes, and inspect TomTom traffic data for location-aware workflows.
Tools
| Name | Description |
|---|---|
geocode_addressConvert an address or place description into TomTom coordinates and address candidates. | Convert an address or place description into TomTom coordinates and address candidates. |
reverse_geocodeConvert TomTom coordinates into the nearest human-readable address, street, or geography. | Convert TomTom coordinates into the nearest human-readable address, street, or geography. |
search_placesRun TomTom fuzzy search across addresses, POIs, streets, cross streets, and geographies. | Run TomTom fuzzy search across addresses, POIs, streets, cross streets, and geographies. |
search_poisSearch TomTom points of interest by text, location, category, brand, EV connector, or fuel filters. | Search TomTom points of interest by text, location, category, brand, EV connector, or fuel filters. |
calculate_routeCalculate a TomTom route between coordinates with optional waypoints, traffic, and travel-mode settings. | Calculate a TomTom route between coordinates with optional waypoints, traffic, and travel-mode settings. |
get_traffic_flowGet current TomTom traffic flow speed and travel-time data for the road segment nearest a coordinate. | Get current TomTom traffic flow speed and travel-time data for the road segment nearest a coordinate. |
get_traffic_incidentsGet current TomTom traffic incidents inside a longitude/latitude bounding box. | Get current TomTom traffic incidents inside a longitude/latitude bounding box. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('tomtom', 'geocode_address', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'tomtom',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect TomTom to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does TomTom support?
TomTom supports 7 tools including Geocode Address, Reverse Geocode, Search Places, Search POIs, Calculate Route, and more.
Can I use TomTom with AI agents?
Yes. Add TomTom to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can TomTom be used in stateful agent workflows?
Yes. Agents can combine TomTom tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does TomTom use?
TomTom uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the TomTom integration cost?
The TomTom integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect TomTom in minutes
Get 20,000 free action executions every month. No credit card required.