Mapbox
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Ads
Overview
Node.js server implementing Model Context Protocol (MCP) for Mapbox APIs. The Mapbox MCP Server transforms any AI agent or application into a geospatially-aware system by providing seamless access to Mapbox's comprehensive location intelligence platform. With this server, your AI can understand and reason about places, navigate the physical world, and access rich geospatial data including: - Global geocoding to convert addresses and place names to coordinates and vice versa - Points of interest (POI) search across millions of businesses, landmarks, and places worldwide - Multi-modal routing for driving, walking, and cycling with real-time traffic - Travel time matrices to analyze accessibility and optimize logistics - Route optimization to find the optimal visiting order for multiple stops (traveling salesman problem) - Map matching to snap GPS traces to the road network for clean route visualization - Isochrone generation to visualize areas reachable within specific time or distance c
Installation
npm run inspect:build
Configuration
Configuration example is not available yet.
Capabilities
- Search and geocode places
Ask for addresses, POIs, or landmarks via `search_and_geocode_tool`, with optional category filtering and language support.
- Get turn-by-turn directions
Request driving, walking, or cycling routes with live traffic, waypoints, and exclusions via `directions_tool`.
- Visualize results on a live map
Use `render_map_tool` to display routes, search results, or custom GeoJSON as an interactive map in chat.
- Run offline geospatial calculations
Compute distances, areas, bearings, buffers, and centroids locally with tools like `distance_tool` and `buffer_tool`, no API calls needed.
- Snap GPS traces to roads
Clean up noisy coordinates and match them to the road network using `map_matching_tool` with optional timestamps.
- Optimize multi-stop routes
Solve the traveling salesman problem for up to 12 locations with `optimization_tool`, supporting roundtrips or one-way trips.
Tags
- geospatial
- search
- api
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.