TO

TomTom-MCP

Created 4 months ago

The TomTom MCP Server simplifies geospatial development by providing seamless access to TomTom’s location services.

development location documentation public

What is TomTom-MCP?

The [TomTom](https://www.tomtom.com/) MCP Server simplifies geospatial development by providing seamless access to TomTom's location services, including search, routing, traffic and static maps data.

Documentation

TomTom MCP Server

Demo Table of Contents

Quick Start# Prerequisites

  • Node.js 22+
  • TomTom API key

Installation

npm install @tomtom-org/tomtom-mcp@latest

Configuration

Set your TomTom API key using one of the following methods:

echo "TOMTOM_API_KEY=your_api_key" > .env

Usage

npx @tomtom-org/tomtom-mcp@latest

Integration Guides Available Tools

Tool Description Documentation
tomtom-geocode Convert addresses to coordinates with global coverage https://developer.tomtom.com/geocoding-api/documentation/geocode
tomtom-reverse-geocode Get addresses from GPS coordinates https://developer.tomtom.com/reverse-geocoding-api/documentation/reverse-geocode
tomtom-fuzzy-search Intelligent search with typo tolerance https://developer.tomtom.com/search-api/documentation/search-service/fuzzy-search
tomtom-poi-search Find specific business categories https://developer.tomtom.com/search-api/documentation/search-service/points-of-interest-search
tomtom-nearby Discover services within a radius https://developer.tomtom.com/search-api/documentation/search-service/nearby-search
tomtom-routing Calculate optimal routes between locations https://developer.tomtom.com/routing-api/documentation/tomtom-maps/calculate-route
tomtom-waypoint-routing Multi-stop route planning Routing API https://developer.tomtom.com/routing-api/documentation/tomtom-maps/calculate-route
tomtom-reachable-range Determine coverage areas by time/distance https://developer.tomtom.com/routing-api/documentation/tomtom-maps/calculate-reachable-range
tomtom-traffic Real-time incidents data https://developer.tomtom.com/traffic-api/documentation/traffic-incidents/traffic-incidents-service
tomtom-static-map Generate custom map images https://developer.tomtom.com/map-display-api/documentation/raster/static-image

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.

Server Config

{
  "mcpServers": {
    "tomtom-mcp-server": {
      "command": "npx",
      "args": [
        "tomtom-mcp"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 22, 2025
Updated At: Aug 07, 2025
Author: TomTom NV
Category: official
License: Apache License 2.0
Tags:
development location documentation