TomTom Connector for AI agents.
10 live capabilities
Get real-time traffic and precise routing for your logistics operations.
Waiting for input…
Why people use TomTom
TomTom for Real-Time Logistics and Traffic Analysis
With this Connector, you just tell your agent to find the fastest way for your deliveries and flag any accidents. It pulls the data, calculates the routes, and gives you a summary in seconds.
What Vinkius changes
Your AI gets immediate access to global mapping and live traffic data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Real-time accident monitoring
A dispatcher asks the agent to find any accidents on the I-95 within the last hour using `get_traffic_incidents`.
- Real-world use case 02
Dynamic delivery window planning
A manager asks how far a van can drive in 90 minutes from a specific warehouse using `calculate_route`.
- Real-world use case 03
Automated store locator
A developer wants to find all nearby hospitals for a new health app using `search_poi_by_category`.
Complete set · 10capabilities
The complete TomTom capability set.
These are the exact actions your AI can choose when you ask it to work with TomTom.
01—04
4 capabilities in this set.
Part of 10 available through TomTom.
- 01 Capability
Calculate reachable range
Provide center coordinates and a time budget in seconds. This tells you the exact area reachable within that timeframe.
- 02 Capability
Calculate route
Provide two points to get a route summary and polyline. This shows the exact travel time and distance for a trip.
- 03 Capability
Search poi by category
Provide a category and a center coordinate to find nearby points of interest. This helps you find gas stations or hospitals in a specific area.
- 04 Capability
Fuzzy geocoding
Convert a physical address into coordinates using fuzzy matching. This handles typos and messy input from users.
05—07
3 capabilities in this set.
Part of 10 available through TomTom.
- 05 Capability
Get poi details
Provide a point of interest ID to retrieve rich metadata. This gives you contact info and opening hours for specific locations.
- 06 Capability
Get traffic incidents
Provide min and max coordinates to find real-time traffic incidents. This helps you see accidents and construction in a specific area.
- 07 Capability
Get traffic flow segment
Provide center coordinates to see the traffic flow for a specific road. This shows you the current speed and quality of a street segment.
08—10
3 capabilities in this set.
Part of 10 available through TomTom.
- 08 Capability
Reverse geocoding
Convert geographic coordinates into a physical address. This is useful for finding a street name when you only have a location.
- 09 Capability
Autocomplete place search
Provide a partial string to get predictive location suggestions. This makes it easier for users to find addresses as they type.
- 10 Capability
Structured geocoding
Provide specific address components like zip codes and countries. This gives you high-precision geocoding for structured data.
Set up in minutes
One URL. Then ask TomTom to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use TomTom from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it TomTom, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable TomTom for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the TomTom URL.
- Step 03
Save and start
Save the connection and enable TomTom in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tomtom": {
"url": "https://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using TomTom
Open Agent mode in chat and ask: "Using TomTom, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tomtom": {
"url": "https://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using TomTom
Ask Copilot: "Using TomTom, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tomtom": {
"url": "https://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using TomTom
Open Cascade and ask: "Using TomTom, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tomtom": {
"url": "https://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using TomTom
Ask Cline: "Using TomTom, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tomtom --transport http "https://edge.vinkius.com/vk_preview_7vjdJOFrnN4TPRCBWqQyqMye9zt0MZBTZ3BqQjLC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using TomTom
Ask Claude: "Using TomTom, show me...". 10 tools are ready
Where the request belongs
Work TomTom can move forward.
Logistics managers who need to see traffic patterns without opening five different browser tabs, or developers who need to build location-aware apps without writing complex mapping logic from scratch.
Fleet Manager
Checks for road closures and calculates travel time changes for drivers during peak hours.
Logistics Engineer
Tests route shedding and time boundaries to see how far a truck can go in a shift.
App Developer
Pulls local points of interest and contact numbers into a custom software project.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHERE (Location & Maps)
Build with location data via HERE. geocode addresses, calculate routes, track traffic, and get weather.
GraphHopper
Empower routing and geocoding via GraphHopper. calculate optimal routes, perform reverse geocoding, solve vehicle routing problems, and analyze reachability directly from any AI agent.
Geoapify
Access powerful location intelligence. geocoding, routing, place search, and IP tracking directly from your AI agent.
TomTom
Access global mapping, geocoding, and routing services. Search for addresses, calculate optimal routes, and retrieve map tiles directly through AI.
Google Maps Platform
Get directions, place details, geocoding, and timezone data via official Google Maps APIs.
Trimble
Equip your AI agent with enterprise-grade truck routing, commercial geocoding, and advanced toll cost logistics algorithms.
Bring your own AI
Change the model, client or framework. Keep TomTom connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about TomTom.
The practical details behind the request, access and result.
Can the TomTom MCP find traffic accidents?
Yes, it pulls live traffic data to identify accidents, construction, and road closures in real-time. This helps you avoid delays automatically.
How does the TomTom MCP handle typos in addresses?
It uses fuzzy geocoding to understand messy input. Even if a user makes a small spelling mistake, the agent can still find the correct coordinates.
Can I use TomTom MCP to calculate delivery routes?
Yes, it provides precise travel times and distances between points. You can use this to plan efficient routes for any logistics operation.
Does the TomTom MCP work for international addresses?
It provides global mapping coverage. You can query coordinates and addresses for locations across the globe.
Can the TomTom MCP find nearby hospitals?
Yes, it can search for points of interest by category. You can ask it to find nearby hospitals, fuel stations, or other essential services.
How do I get my TomTom API key for this Connector?
You can get your key by signing up for a developer account on the TomTom Developer Portal. Once you have it, just paste it into your connection settings.
Where and how do I extract my TomTom API Key?
Log into your account at the developer.tomtom.com portal. Go to the dashboard console and select Keys (or My Dashboard). Either use your default developer API Key or click Add new Key for this specific agent usage. Copy the entire cryptographic string and insert it below securely.
Can the agent interact with or update the maps itself?
No. The integration exclusively lists and pulls read-only endpoints (timelines, distances, addresses). The AI agent leverages TomTom merely to process geographic conversions securely; it lacks parameters capable of feeding corruptions or modifying raw data maps.
Should I secure my TomTom API Key?
Yes. It is highly recommended to set a Domain Whitelist in your key management settings on the TomTom developer portal. This restricts the use of your key to specific domains, preventing unauthorized use or rate limit exhaustion.
One connection away
Give your agent a direct line to TomTom.
Connect TomTom once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available