Skip to main content
Glama

TomTom MCP Server

Official
docker-compose.yml374 B
version: '3.8' services: tomtom-mcp: container_name: tomtom-mcp build: context: . dockerfile: Dockerfile environment: - TOMTOM_API_KEY=${TOMTOM_API_KEY} - PORT=3000 ports: - "3000:3000" restart: unless-stopped command: node dist/index.js # Use stdin/stdout mode for MCP if needed: # command: node dist/cli.js

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tomtom-international/tomtom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server