version_tool
Get the current version information of the MCP server
category_search_tool
Return all places that match a category (industry, amenity, or NAICS‑style code). Use when the user asks for a type of place, plural or generic terms like 'museums', 'coffee shops', 'electric‑vehicle chargers', or when the query includes is‑a phrases such as 'any', 'all', 'nearby'. Do not use when a unique name or brand is provided. Supports both JSON and text output formats.
directions_tool
Fetches directions from Mapbox API based on provided coordinates and direction method.
forward_geocode_tool
Forward geocode addresses, cities, towns, neighborhoods, districts, postcodes, regions, and countries using Mapbox Geocoding API v6. Converts location name into geographic coordinates. Setting a proximity point helps to bias results towards a specific area for more relevant results. Do not use this tool for geocoding points of interest like businesses, landmarks, historic sites, museums, etc. Supports both JSON and text output formats.
isochrone_tool
Computes areas that are reachable within a specified amount of time from a location, and returns the reachable regions as contours of Polygons or LineStrings in GeoJSON format that you can display on a map.
Common use cases:
- Show a user how far they can travel in X minutes from their current location
- Determine whether a destination is within a certain travel time threshold
- Compare travel ranges for different modes of transportation'
matrix_tool
Calculates travel times and distances between multiple points using Mapbox Matrix API.