Mapbox
The official Mapbox MCP server connects AI agents to the Mapbox location platform. Agents can geocode and reverse-geocode, search places by text or category, fetch directions, isochrones, travel-time matrices, and optimized routes, snap GPS traces, render static and interactive maps, and run offline geospatial calculations.
Tools
area_tool
Calculate the area of a polygon geometry in square meters.
bearing_tool
Calculate the compass bearing from one coordinate to another.
bounding_box_tool
Calculate the minimum bounding box containing a geometry.
buffer_tool
Create a buffer-zone polygon around a point, line, or area.
category_search_tool
Search for places by category using the Mapbox Search Box API.
centroid_tool
Calculate the geometric center (centroid) of a polygon.
destination_tool
Calculate a destination point from a start, bearing, distance.
directions_tool
Fetch routing directions using the Mapbox Directions API.
distance_tool
Calculate the distance between two geographic coordinates.
ground_location_tool
Answer what's near a coordinate with places, POIs, reachability.
isochrone_tool
Compute areas reachable within given times from a location.
map_matching_tool
Snap GPS traces to the road network with Map Matching.
matrix_tool
Calculate travel times and distances between multiple points.
midpoint_tool
Find the great-circle midpoint between two coordinates.
nearest_point_tool
Find the nearest point in a collection to a target point.
optimization_tool
Find the optimal route visiting multiple stop locations.
place_details_tool
Retrieve detailed information about a place by its Mapbox ID.
render_map_tool
Render a live interactive Mapbox GL map for routes and GeoJSON.
reverse_geocoding_tool
Reverse-geocode coordinates to a place using Geocoding v6.
search_and_geocode_tool
Search for and geocode locations via the Search Box API.
static_image_tool
Generate a static map image via the Mapbox Static Images API.