Back to Apps

TomTom Maps MCP
Supports UIby tomtom-international
Integrate professional geospatial services including search, routing, and real-time traffic data into AI agents.
0 stars
Works in:VS Code CopilotCursorWindsurf
Exposes:ToolsResources
What it does
TomTom Maps MCP exposes high-precision location services to AI assistants. It allows agents to perform geocoding, calculate optimal routes, analyze real-time traffic incidents, and even generate static or dynamic map images based on spatial data.
Key features
- Comprehensive Geocoding: Forward and reverse geocoding for global address resolution.
- Advanced Routing: Optimal route calculation including multi-stop waypoint planning and EV-specific routing.
- Live Traffic: Real-time incident data to optimize travel times.
- Visual Mapping: Capabilities to generate static map images and dynamic raster tiles with custom markers and overlays.
- Orbis Maps Backend: Optional support for TomTom Orbis Maps with extended EV and area search tools.
Installation
For Claude Desktop, add the following to claude_desktop_config.json:
{
"mcpServers": {
"tomtom-mcp": {
"command": "npx",
"args": [
"-y",
"@tomtom-org/tomtom-mcp@latest"
],
"env": {
"TOMTOM_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
- Windsurf
- Smolagents
Quick install
npm install @tomtom-org/tomtom-mcp@latestInformation
- Pricing
- freemium
- Published
- 4/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry for tomtom-mcpWindsurf
mcp_config.json entry for tomtom-mcpClaude Desktop
{
"mcpServers": {
"tomtom-mcp": {
"command": "npx",
"args": ["-y", "@tomtom-org/tomtom-mcp@latest"],
"env": {"TOMTOM_API_KEY": "your_api_key"}
}
}
}VS Code Copilot
settings.json entry for tomtom-mcp




