manage_tilesets
List tilesets, retrieve tileset metadata (TileJSON), view tileset processing jobs, publish tilesets, or delete tilesets. Tilesets are collections of raster or vector data broken into a grid of tiles for efficient map rendering.
static_image
Generate a URL for a static map image rendered from a Mapbox style. Produces a direct image URL (PNG) with custom dimensions, center point, zoom level, and optional markers or overlays — no browser required.
list_fonts
List all available fonts in your Mapbox account. Fonts are used in map styles for labels, text layers, and annotations. Returns the font stack names and their available font faces.
manage_uploads
List, create, check status, or delete data uploads. Uploads transform geographic data into tilesets for use with Mapbox maps. Supports uploading from a staged URL to create or replace tilesets.
manage_styles
List, retrieve, create, update, or delete Mapbox map styles. Styles control the visual appearance of maps including colors, labels, layers, and icons. Use this to manage custom map styles for your applications.
geocode
Convert between addresses/place names and geographic coordinates. Supports **forward geocoding** (text to coordinates) and **reverse geocoding** (coordinates to place name). Use forward mode to find coordinates for an address or place, and reverse mode to find what's at a given location.
directions
Calculate optimal routes between locations with turn-by-turn instructions. Supports driving, walking, and cycling profiles with optional real-time traffic data. Returns route geometry, duration, distance, and detailed navigation steps.
isochrone
Compute reachability areas (isochrones) from a location — areas that can be reached within a specified time or distance. Returns GeoJSON polygons or lines representing travel-time or travel-distance contours. Useful for service area analysis, delivery zones, and accessibility mapping.
manage_tokens
List, create, update, delete, or validate Mapbox access tokens. Tokens control API access permissions through scopes. Use this to manage API credentials for your applications.
matrix
Calculate travel times and distances between multiple origins and destinations. Returns a matrix of durations and distances useful for logistics, fleet optimization, and finding nearest locations.
manage_dataset_features
List, retrieve, create/update, or delete GeoJSON features within a Mapbox dataset. Features are individual geographic entities (points, lines, polygons) stored as GeoJSON within a dataset.
manage_datasets
List, create, retrieve, update, or delete Mapbox datasets. Datasets provide persistent storage for custom geographic data as GeoJSON features. Use this to manage dataset containers — use the **Manage Dataset Features** tool to work with individual features within a dataset.
tilequery
Query features from vector or raster tilesets at a specific geographic location. Retrieves data about map features near a given coordinate, useful for spatial lookups (e.g., "what's at this point?", "what features are within 500m?").
optimize_route
Find the most efficient order to visit a set of waypoints (traveling salesman problem). Returns an optimized route with reordered waypoints that minimizes total travel time. Ideal for delivery routes, field service scheduling, and multi-stop trip planning.
map_matching
Snap GPS traces to the road and path network. Takes a series of coordinates (potentially noisy GPS data) and returns the most likely route along actual roads. Useful for cleaning up recorded GPS tracks, fleet tracking data, or activity traces.