Available Tools
Available Tools
The TomTom Remote MCP Server is in public preview.
Maps Backend Support
The TomTom MCP Server supports two map backends with different availability:
- Remote MCP Server (
https://mcp.tomtom.com/maps): Uses TomTom Maps backend only, no support for [https://developer.tomtom.com/tomtom-orbis-maps/documentation/introduction](TomTom Orbis Maps) - Local Setup: Supports both TomTom Maps (default) and TomTom Orbis Maps (Public Preview) backends
Note: The TomTom Orbis Maps backend is only available with the local setup and these services are currently in Public Preview. It may require explicit enablement for your developer account. Contact TomTom Sales for access. See the GitHub repository for local setup instructions.
TomTom Maps Backend Tools
These are the tools available with the TomTom Maps backend (used by the Remote Remote MCP Server and available as default in local setup):
Geocoding & Search
-
tomtom-geocode: Convert street addresses to coordinates (does not support points of interest)
- Documentation: Geocoding API Documentation
-
tomtom-reverse-geocode: Convert coordinates to addresses
- Documentation: Reverse Geocoding API Documentation
-
tomtom-fuzzy-search: Typo-tolerant search for addresses, points of interest, and geographies
- Documentation: Fuzzy Search API Documentation
-
tomtom-poi-search: Find specific business categories
- Documentation: Points of Interest Search API Documentation
-
tomtom-nearby: Discover services within a radius
- Documentation: Nearby Search API Documentation
Routing & Navigation
-
tomtom-routing: Calculate optimal routes between locations
- Documentation: Calculate Route API Documentation
-
tomtom-waypoint-routing: Multi-stop route planning Routing API
- Documentation: Calculate Route API Documentation
-
tomtom-reachable-range: Determine the area reachable within a specified time or driving distance
- Documentation: Calculate Reachable Range API Documentation
Traffic & Maps
-
tomtom-traffic: Look up traffic incidents in an area (incidents, dangerous conditions, closures, etc.)
- Documentation: Traffic Incidents service API Documentation
-
tomtom-static-map: Generate custom map images
- Documentation: Static Image API Documentation
-
tomtom-dynamic-map: Advanced map rendering with custom markers, routes, and traffic visualization (requires MapLibre dependencies unless using Docker)
- Documentation: Map Styles v2 Documentation
TomTom Orbis Maps Backend Tools (Public Preview - Local Setup Only)
Note: TomTom Orbis Maps backend is only available with local setup. The remote MCP Server uses the TomTom Maps backend only.
When you set MAPS=orbis in your local configuration, the same tools connect to TomTom's next-generation Orbis platform:
Geocoding & Search
-
tomtom-geocode: Convert street addresses to coordinates (does not support points of interest)
- Documentation: Orbis Geocode Documentation
-
tomtom-reverse-geocode: Convert coordinates to addresses
- Documentation: Orbis Reverse Geocode Documentation
-
tomtom-fuzzy-search: Typo-tolerant search for addresses, points of interest, and geographies
- Documentation: Orbis Fuzzy Search Documentation
-
tomtom-poi-search: Find specific business categories
- Documentation: Orbis POI Search Documentation
-
tomtom-nearby: Discover services within a radius
- Documentation: Orbis Nearby Search Documentation
Routing & Navigation
-
tomtom-routing: Calculate optimal routes between locations
- Documentation: Orbis Calculate Route Documentation
-
tomtom-waypoint-routing: Multi-stop route planning Routing API
- Documentation: Orbis Calculate Route Documentation
-
tomtom-reachable-range: Determine the area reachable within a specified time or driving distance
- Documentation: Orbis Calculate Reachable Range Documentation
Traffic & Maps
-
tomtom-traffic: Look up traffic incidents in an area (incidents, dangerous conditions, closures, etc.)
- Documentation: Orbis Traffic Incident Details Documentation
-
tomtom-dynamic-map: Advanced map rendering with custom markers, routes, and traffic visualization (requires MapLibre dependencies unless using Docker)
- Documentation: Orbis Style Assets Documentation