Mapbox
api.mapbox.com
Mapbox provides location and mapping APIs for geocoding, routing, travel-time matrices, isochrone analysis, and static map image generation. Use it to convert addresses to coordinates, calculate directions between points, and render map images programmatically.
api_key
free
1.0
https://api.mapbox.com
2026-03-01 11:53:59
Health
Capabilities
forward_geocode
locationConvert a text address or place name into geographic coordinates (longitude, latitude). Returns ranked results with detailed address components.
Detail: https://api.mapbox.com/capabilities/forward_geocode
get_directions
locationCalculate turn-by-turn driving, walking, or cycling directions between two or more coordinates. Returns route geometry, distance, duration, and step-by-step instructions.
Detail: https://api.mapbox.com/capabilities/get_directions
get_isochrone
locationGenerate isochrone polygons showing areas reachable within a given travel time or distance from a point. Supports driving, walking, and cycling profiles.
Detail: https://api.mapbox.com/capabilities/get_isochrone
get_matrix
locationCompute travel time and distance matrices between multiple origins and destinations. Useful for logistics optimization and nearest-neighbor calculations.
Detail: https://api.mapbox.com/capabilities/get_matrix
get_static_map
locationRender a static map image as PNG or JPEG for a given location, zoom level, and dimensions. Supports custom markers, paths, and GeoJSON overlays.
Detail: https://api.mapbox.com/capabilities/get_static_map
reverse_geocode
locationConvert geographic coordinates (longitude, latitude) into a human-readable address. Returns address components ordered by administrative hierarchy.
Detail: https://api.mapbox.com/capabilities/reverse_geocode
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Mapbox Description: Mapbox provides location and mapping APIs for geocoding, routing, travel-time matrices, isochrone analysis, and static map image generation. Use it to convert addresses to coordinates, calculate directions between points, and render map images programmatically. Auth: api_key Capabilities: - forward_geocode: Convert a text address or place name into geographic coordinates (longitude, latitude). Returns ranked results with detailed address components. - get_directions: Calculate turn-by-turn driving, walking, or cycling directions between two or more coordinates. Returns route geometry, distance, duration, and step-by-step instructions. - get_isochrone: Generate isochrone polygons showing areas reachable within a given travel time or distance from a point. Supports driving, walking, and cycling profiles. - get_matrix: Compute travel time and distance matrices between multiple origins and destinations. Useful for logistics optimization and nearest-neighbor calculations. - get_static_map: Render a static map image as PNG or JPEG for a given location, zoom level, and dimensions. Supports custom markers, paths, and GeoJSON overlays. - reverse_geocode: Convert geographic coordinates (longitude, latitude) into a human-readable address. Returns address components ordered by administrative hierarchy.