mapbox-mcp-server

mapbox-mcp-server

3.5

If you are the rightful owner of mapbox-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

MCP Server for the Mapbox API.

The Mapbox MCP Server is designed to facilitate seamless integration with the Mapbox API, providing robust navigation and search tools. It allows users to obtain directions, calculate travel matrices, and perform geocoding operations using both coordinates and place names. The server is built with Node.js and TypeScript, ensuring high performance and reliability. It supports various transportation profiles such as driving, walking, and cycling, and offers comprehensive error handling to manage input validation, API request failures, and rate limit issues. The server is structured to allow easy management of handlers and is licensed under the MIT License, promoting open-source collaboration.

Features

  • mapbox_directions: Get directions between coordinates with options for different transportation profiles.
  • mapbox_directions_by_places: Obtain directions using place names, supporting multiple languages and profiles.
  • mapbox_matrix: Calculate travel time and distance matrices between coordinates.
  • mapbox_matrix_by_places: Compute travel matrices using place names, with support for multiple languages.
  • mapbox_geocoding: Search for places and convert addresses into coordinates with detailed location information.

Tools