Weavz
TomTom

TomTom

Geocode addresses, search places, calculate routes, and inspect TomTom traffic data for location-aware workflows.

7 tools

Tools

Name
geocode_address

Convert an address or place description into TomTom coordinates and address candidates.

reverse_geocode

Convert TomTom coordinates into the nearest human-readable address, street, or geography.

search_places

Run TomTom fuzzy search across addresses, POIs, streets, cross streets, and geographies.

search_pois

Search TomTom points of interest by text, location, category, brand, EV connector, or fuel filters.

calculate_route

Calculate a TomTom route between coordinates with optional waypoints, traffic, and travel-mode settings.

get_traffic_flow

Get current TomTom traffic flow speed and travel-time data for the road segment nearest a coordinate.

get_traffic_incidents

Get current TomTom traffic incidents inside a longitude/latitude bounding box.

Quick Start

TypeScript
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.