AidenYangX_mapbox-mcp-server
1
Mapbox MCP Server provides easy integration with the Mapbox API for navigation and geocoding tasks, offering features such as route directions and spatial search tools. It requires Node.js and a valid Mapbox API key to set up, and supports error handling for robust service implementation.
mapbox_directions
Get route details between coordinates
mapbox_directions_by_places
Get route details by location name
mapbox_matrix
Calculate the travel time and distance matrix between coordinates
mapbox_matrix_by_places
Calculate travel time and distance matrix by location name
mapbox_geocoding
Search for location and convert address to coordinates