tomtom-static-map
Generate static maps with customizable parameters like center coordinates, zoom level, size, style, and layer type using the TomTom MCP Server. Supports multiple formats and geopolitical views for precise map rendering.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bbox | No | Bounding box in format [west, south, east, north]. Alternative to center+zoom. Example: [-122.42, 37.77, -122.40, 37.79] for part of San Francisco. | |
center | Yes | Map center coordinates. Use results from geocoding or search operations for best positioning. | |
format | No | Image format: 'png' (better quality, supports transparency), 'jpg' (smaller file size). | |
height | No | Map height in pixels (50-2048). Examples: 300-500 (preview), 800-1200 (detailed). Default: 512. | |
language | No | Language for map labels (IETF language tag). Examples: 'en-US', 'es-ES', 'fr-FR'. | |
layer | No | Map layer type: 'basic' (streets), 'labels' (text only, transparent background), 'hybrid' (satellite with labels). | |
style | No | Map style: 'main' (default daytime), 'night' (dark theme). | |
view | No | Geopolitical view for border disputes and territories. 'Unified' is the international standard view. | |
width | No | Map width in pixels (50-2048). Examples: 300-500 (preview), 800-1200 (detailed). Default: 512. | |
zoom | No | Zoom level (0-22). Examples: 3 (continent), 6 (country), 10 (city), 15 (neighborhood), 18 (street). Default: 15. |