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
- Demo
- Quick Start
- Prerequisites
- Installation
- Configuration
- Usage
- Integration
- Available Tools
- Contributing & Local Development
- Setup
- Testing
- Project Structure
- Troubleshooting
- Contributing & Feedback
- License
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
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
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