tomtom-mcp
Verified Safeby tomtom-international
Overview
The TomTom MCP Server provides seamless access to TomTom's location services (search, routing, traffic, maps) for integration into AI workflows and development environments.
Installation
npx @tomtom-org/tomtom-mcp@latestEnvironment Variables
- TOMTOM_API_KEY
- MAPS
- ENABLE_DYNAMIC_MAPS
- PORT
- ALLOWED_ORIGINS
- MCP_TRANSPORT_MODE
Security Notes
The server demonstrates robust security practices: it explicitly handles API keys via environment variables or session context, masking them in logs. CORS is configurable in HTTP mode, allowing control over allowed origins and headers. There are no apparent hardcoded secrets or malicious patterns like 'eval'. Interaction with native map rendering libraries is via controlled data inputs, minimizing obvious injection risks. The primary network risks are standard API rate limits and potential misconfiguration of CORS policies.
Similar Servers
mcp-server-typescript
This server acts as a Model Context Protocol (MCP) gateway, enabling AI assistants to interact with DataForSEO APIs for various SEO data, including keyword research, SERP analysis, backlink monitoring, and on-page optimization.
tiger-linear-mcp-server
This server acts as a wrapper around the Linear API, providing focused tools to Language Models (LLMs) for interacting with project management data like issues, users, and projects.
tiger-gh-mcp-server
Provides a Model Context Protocol (MCP) interface to the GitHub API, enabling LLMs to access focused development tools and information.
thoughtbox
Provides LLM agents with structured reasoning, mental models, and literate programming notebooks for enhanced problem-solving and code development.