How to Use the TomTom MCP in Claude Code
Automate geo-logic with Claude Code. Run TomTom routing and traffic checks headless in CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TomTom MCP to Claude Code
Create your Vinkius account to connect TomTom to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Geocoding for Automated Scripts
When a cron job needs to run location checks, use `structured_geocoding`. This tool processes explicit address components like country codes and postal codes. It's ideal for batch jobs that need reliable data input. Alternatively, if the source data is messy, `fuzzy_geocoding` converts an entire physical address string into coordinates for your headless script to process.
Real-Time Traffic Monitoring
For continuous monitoring scripts, use `get_traffic_flow_segment`. You only need to provide center coordinates; the tool returns the live speed and quality score for that road segment. This is perfect for checking traffic health in a loop. Furthermore, running `get_traffic_incidents` with min/max lat/lon bounds lets your script check an entire region for unexpected closures or accidents before starting a route calculation.
Automated Path Calculation
The core routing logic lives in the `calculate_route` tool. Your shell script runs this to get both the polyline geometry and a travel time summary between two fixed points. This is essential for automated journey planning. If you're checking connectivity over distance, use `calculate_reachable_range`. It takes center coordinates and a time budget in seconds, mapping out exactly what area your agent can cover automatically.
Set up TomTom MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seetomtom-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest TomTom transactions." It will automatically discover and invoke the available TomTom tools.
claude mcp add --transport http tomtom-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TomTom MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TomTom MCP today
We host it, we monitor it, we maintain it. You just paste one token.