Calculate navigation routes between multiple named locations using Mapbox, supporting driving, walking, cycling, and traffic-aware modes for trip planning.
Fetch the full content of a specific Mapbox documentation page by URL. Use this after get_latest_mapbox_docs_tool to follow a link from the index and retrieve the complete page content. For fetching multiple pages at once, use batch_get_documents_tool instead.
Fetch the full content of multiple Mapbox documentation pages in a single call (max 20). More efficient than calling get_document_tool multiple times. Returns an array of results — failed pages include an error message rather than failing the whole batch.
Calculate navigation routes between multiple locations using place names. Supports driving, walking, cycling, and traffic-aware routing modes for trip planning.
Convert addresses to geographic coordinates and search for places using Mapbox's geocoding API. Supports filtering by location types and language preferences.
Enables integration with Mapbox API for navigation and location services, including directions between coordinates or places, travel time/distance matrices, and geocoding to search places and convert addresses to coordinates.
Provides AI applications with geospatial intelligence through Mapbox APIs, enabling geocoding, POI search, routing, travel time analysis, isochrone generation, and static map creation for location-aware functionality.